eric6/i18n/eric6_pt.ts

changeset 7748
23e98236a4c4
parent 7744
19b701493dc6
child 7753
5db40aa975fb
--- a/eric6/i18n/eric6_pt.ts	Sat Oct 03 18:10:49 2020 +0200
+++ b/eric6/i18n/eric6_pt.ts	Sat Oct 03 18:11:45 2020 +0200
@@ -1138,72 +1138,72 @@
 <context>
     <name>AnnotationsChecker</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="808"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="806"/>
         <source>missing type annotation for function argument &apos;{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="811"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="809"/>
         <source>missing type annotation for &apos;*{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="814"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="812"/>
         <source>missing type annotation for &apos;**{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="823"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="821"/>
         <source>missing return type annotation for public function</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="826"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="824"/>
         <source>missing return type annotation for protected function</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="829"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="827"/>
         <source>missing return type annotation for private function</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="832"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="830"/>
         <source>missing return type annotation for special method</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="835"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="833"/>
         <source>missing return type annotation for staticmethod</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="838"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="836"/>
         <source>missing return type annotation for classmethod</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="850"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="848"/>
         <source>{0}: {1}</source>
         <translation type="unfinished">{0}: {1}</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="817"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="815"/>
         <source>missing type annotation for &apos;self&apos; in method</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="820"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="818"/>
         <source>missing type annotation for &apos;cls&apos; in classmethod</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="842"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="840"/>
         <source>type annotation coverage of {0}% is too low</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="846"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="844"/>
         <source>type annotation is too complex ({0} &gt; {1})</source>
         <translation type="unfinished"></translation>
     </message>
@@ -3520,7 +3520,7 @@
 <context>
     <name>CodeStyleChecker</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="1130"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="1128"/>
         <source>No message defined for code &apos;{0}&apos;.</source>
         <translation type="unfinished"></translation>
     </message>
@@ -4247,142 +4247,142 @@
 <context>
     <name>CodeStyleFixer</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="858"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="856"/>
         <source>Triple single quotes converted to triple double quotes.</source>
         <translation>Três aspas simples convertidas a três aspas duplas.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="861"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="859"/>
         <source>Introductory quotes corrected to be {0}&quot;&quot;&quot;</source>
         <translation>Corrigidas as aspas introdutórias para ser {0}&quot;&quot;&quot;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="864"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="862"/>
         <source>Single line docstring put on one line.</source>
         <translation>Docstring de linha única posta numa linha.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="867"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="865"/>
         <source>Period added to summary line.</source>
         <translation>Ponto adicionado à linha sumário.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="894"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="892"/>
         <source>Blank line before function/method docstring removed.</source>
         <translation>Retirada a linha vazia antes da docstring de função/método.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="873"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="871"/>
         <source>Blank line inserted before class docstring.</source>
         <translation>Linha branca inserida antes da docstring de classe.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="876"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="874"/>
         <source>Blank line inserted after class docstring.</source>
         <translation>Inserida linha vazia depois da docstring de classe.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="879"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="877"/>
         <source>Blank line inserted after docstring summary.</source>
         <translation>Inserida linha vazia depois da docstring de sumário.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="882"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="880"/>
         <source>Blank line inserted after last paragraph of docstring.</source>
         <translation>Inserida linha vazia depois do último parágrafo da docstring.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="885"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="883"/>
         <source>Leading quotes put on separate line.</source>
         <translation>Aspas iniciais postas numa linha separada.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="888"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="886"/>
         <source>Trailing quotes put on separate line.</source>
         <translation>Aspas finais postas numa linha separada.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="891"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="889"/>
         <source>Blank line before class docstring removed.</source>
         <translation>Retirada linha vazia antes da docstring de classe.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="897"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="895"/>
         <source>Blank line after class docstring removed.</source>
         <translation>Retirada linha vazia depois da docstring de classe.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="900"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="898"/>
         <source>Blank line after function/method docstring removed.</source>
         <translation>Retirada a linha vazia depois da docstring de função/método.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="903"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="901"/>
         <source>Blank line after last paragraph removed.</source>
         <translation>Retirada linha vazia depois do último parágrafo.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="906"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="904"/>
         <source>Tab converted to 4 spaces.</source>
         <translation>Tabulação convertida a 4 espaços.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="909"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="907"/>
         <source>Indentation adjusted to be a multiple of four.</source>
         <translation>Ajustada a indentação a múltiplos de quatro.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="912"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="910"/>
         <source>Indentation of continuation line corrected.</source>
         <translation>Corrigida a indentação da linha de continuação.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="915"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="913"/>
         <source>Indentation of closing bracket corrected.</source>
         <translation>Corrigida a indentação de parêntesis de fecho.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="918"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="916"/>
         <source>Missing indentation of continuation line corrected.</source>
         <translation>Corrigida falta de indentação na linha de continuação.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="921"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="919"/>
         <source>Closing bracket aligned to opening bracket.</source>
         <translation>Parêntesis de fecho alinhado com parêntesis de abertura.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="924"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="922"/>
         <source>Indentation level changed.</source>
         <translation>Alterado o nível da indentação.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="927"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="925"/>
         <source>Indentation level of hanging indentation changed.</source>
         <translation>Alterado o nível da indentação pendente.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="930"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="928"/>
         <source>Visual indentation corrected.</source>
         <translation>Indentação visual corrigida.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="945"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="943"/>
         <source>Extraneous whitespace removed.</source>
         <translation>Espaço estranho retirado.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="942"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="940"/>
         <source>Missing whitespace added.</source>
         <translation>Adicionado espaço branco em falta.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="948"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="946"/>
         <source>Whitespace around comment sign corrected.</source>
         <translation>Corrigido espaço em volta do símbolo de comentário.</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="952"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="950"/>
         <source>%n blank line(s) inserted.</source>
         <translation>
             <numerusform>inserida uma linha vazia.</numerusform>
@@ -4390,7 +4390,7 @@
         </translation>
     </message>
     <message numerus="yes">
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="955"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="953"/>
         <source>%n superfluous lines removed</source>
         <translation>
             <numerusform>retirada uma linha desnecessária</numerusform>
@@ -4398,72 +4398,72 @@
         </translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="959"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="957"/>
         <source>Superfluous blank lines removed.</source>
         <translation>Retiradas linhas vazias desnecessárias.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="962"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="960"/>
         <source>Superfluous blank lines after function decorator removed.</source>
         <translation>Retiradas linhas vazias desnecessárias após o decorador de função.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="965"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="963"/>
         <source>Imports were put on separate lines.</source>
         <translation>Imports foram postos em linhas separadas.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="968"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="966"/>
         <source>Long lines have been shortened.</source>
         <translation>Foram encolhidas as linhas compridas.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="971"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="969"/>
         <source>Redundant backslash in brackets removed.</source>
         <translation>Retirada barra invertida redundante entre parêntesis.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="977"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="975"/>
         <source>Compound statement corrected.</source>
         <translation>Instrução composta corrigida.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="980"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="978"/>
         <source>Comparison to None/True/False corrected.</source>
         <translation>Corrigida a comparação a None/True/False.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="983"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="981"/>
         <source>&apos;{0}&apos; argument added.</source>
         <translation>Adicionado o argumento &apos;{0}&apos;.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="986"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="984"/>
         <source>&apos;{0}&apos; argument removed.</source>
         <translation>Removido o argumento &apos;{0}&apos;.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="989"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="987"/>
         <source>Whitespace stripped from end of line.</source>
         <translation>Eliminado o espaço no fim de linha.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="992"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="990"/>
         <source>newline added to end of file.</source>
         <translation>adicionada uma linha nova ao fim do ficheiro.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="995"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="993"/>
         <source>Superfluous trailing blank lines removed from end of file.</source>
         <translation>Retiradas linhas vazias desnecessárias do fim do ficheiro.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="998"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="996"/>
         <source>&apos;&lt;&gt;&apos; replaced by &apos;!=&apos;.</source>
         <translation>&apos;&lt;&gt;&apos; substituido por &apos;!=&apos;.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="1002"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="1000"/>
         <source>Could not save the file! Skipping it. Reason: {0}</source>
         <translation>Não se pode gravar ficheiro! Saltando-o. Motivo: {0}</translation>
     </message>
@@ -4974,22 +4974,22 @@
 <context>
     <name>ComplexityChecker</name>
     <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="477"/>
+        <source>&apos;{0}&apos; is too complex ({1})</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="479"/>
-        <source>&apos;{0}&apos; is too complex ({1})</source>
+        <source>source code line is too complex ({0})</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="481"/>
-        <source>source code line is too complex ({0})</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="483"/>
         <source>overall source code line complexity is too high ({0})</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="486"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="484"/>
         <source>{0}: {1}</source>
         <translation type="unfinished">{0}: {1}</translation>
     </message>
@@ -8482,30 +8482,30 @@
 <context>
     <name>DeepLEngine</name>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="73"/>
-        <source>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="95"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="98"/>
         <source>Invalid response received from DeepL</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="98"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="101"/>
         <source>DeepL call returned an unknown result</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="102"/>
-        <source>&lt;p&gt;No translation found&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="79"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="82"/>
         <source>A valid DeepL Pro key is required.</source>
         <translation type="unfinished"></translation>
     </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/DeepLEngine.py" line="73"/>
+        <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="105"/>
+        <source>&lt;p&gt;DeepL: No translation found&lt;/p&gt;</source>
+        <translation type="unfinished"></translation>
+    </message>
 </context>
 <context>
     <name>DeleteFilesConfirmationDialog</name>
@@ -8773,37 +8773,37 @@
 <context>
     <name>DocStyleChecker</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="291"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="289"/>
         <source>module is missing a docstring</source>
         <translation>falta uma docstring ao modulo</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="293"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="291"/>
         <source>public function/method is missing a docstring</source>
         <translation>falta uma docstring ao método/função pública</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="296"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="294"/>
         <source>private function/method may be missing a docstring</source>
         <translation>pode faltar uma docstring ao método/função privada</translation>
     </message>
     <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="297"/>
+        <source>public class is missing a docstring</source>
+        <translation>falta uma docstring à classe pública</translation>
+    </message>
+    <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="299"/>
-        <source>public class is missing a docstring</source>
-        <translation>falta uma docstring à classe pública</translation>
+        <source>private class may be missing a docstring</source>
+        <translation>pode faltar uma docstring à classe privada</translation>
     </message>
     <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="301"/>
-        <source>private class may be missing a docstring</source>
-        <translation>pode faltar uma docstring à classe privada</translation>
+        <source>docstring not surrounded by &quot;&quot;&quot;</source>
+        <translation>docstring não envolvida por &quot;&quot;&quot;</translation>
     </message>
     <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="303"/>
-        <source>docstring not surrounded by &quot;&quot;&quot;</source>
-        <translation>docstring não envolvida por &quot;&quot;&quot;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="305"/>
         <source>docstring containing \ not surrounded by r&quot;&quot;&quot;</source>
         <translation>docstring contém \ não envolvida por r&quot;&quot;&quot;</translation>
     </message>
@@ -8813,202 +8813,202 @@
         <translation type="obsolete">docstring contém carácteres unicódigo não envolvida por u&quot;&quot;&quot;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="308"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="306"/>
         <source>one-liner docstring on multiple lines</source>
         <translation>docstring de uma linha em múltiplas linhas</translation>
     </message>
     <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="308"/>
+        <source>docstring has wrong indentation</source>
+        <translation>docstring tem indentação errada</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="357"/>
+        <source>docstring summary does not end with a period</source>
+        <translation>sumário de docstring não termina com um ponto final</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="314"/>
+        <source>docstring summary is not in imperative mood (Does instead of Do)</source>
+        <translation>sumário de docstring não está no modo imperativo (Faz em vez de Faça)</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="318"/>
+        <source>docstring summary looks like a function&apos;s/method&apos;s signature</source>
+        <translation>sumário de docstring parece uma assinatura de método/função</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="321"/>
+        <source>docstring does not mention the return value type</source>
+        <translation>docstring não menciona o tipo de valor devolvido</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="324"/>
+        <source>function/method docstring is separated by a blank line</source>
+        <translation>docstring de método/função está separada por uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="327"/>
+        <source>class docstring is not preceded by a blank line</source>
+        <translation>docstring de class não antecedida por uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="330"/>
+        <source>class docstring is not followed by a blank line</source>
+        <translation>docstring de classe não está seguida por uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="391"/>
+        <source>docstring summary is not followed by a blank line</source>
+        <translation>sumário de docstring não seguido por uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="336"/>
+        <source>last paragraph of docstring is not followed by a blank line</source>
+        <translation>último parágrafo da docstring não está seguido por uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="344"/>
+        <source>private function/method is missing a docstring</source>
+        <translation>falta uma docstring ao método/função privado</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="347"/>
+        <source>private class is missing a docstring</source>
+        <translation>falta uma docstring à classe privada</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="351"/>
+        <source>leading quotes of docstring not on separate line</source>
+        <translation>aspas iniciais da docstring não estão em linha separada</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="354"/>
+        <source>trailing quotes of docstring not on separate line</source>
+        <translation>aspas de fecho da docstring não estão numa linha separada</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="361"/>
+        <source>docstring does not contain a @return line but function/method returns something</source>
+        <translation>docstring sem linha @return mas a função/método devolve algo</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="365"/>
+        <source>docstring contains a @return line but function/method doesn&apos;t return anything</source>
+        <translation>docstring com linha @return mas a função/método não devolve nada</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="369"/>
+        <source>docstring does not contain enough @param/@keyparam lines</source>
+        <translation>docstring sem linhas @param/@keyparam suficientes</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="372"/>
+        <source>docstring contains too many @param/@keyparam lines</source>
+        <translation>docstring com demasiadas linhas @param/@keyparam</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="375"/>
+        <source>keyword only arguments must be documented with @keyparam lines</source>
+        <translation>argumentos de palavra chave devem de estar documentados com linhas @keyparam</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="378"/>
+        <source>order of @param/@keyparam lines does not match the function/method signature</source>
+        <translation>ordem das linhas @param/@keyparam não coincidem com a assinatura de função/método</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="381"/>
+        <source>class docstring is preceded by a blank line</source>
+        <translation>docstring de classe está antecedida por uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="383"/>
+        <source>class docstring is followed by a blank line</source>
+        <translation>docstring de classe está seguida por uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="385"/>
+        <source>function/method docstring is preceded by a blank line</source>
+        <translation>docstring de função/método precedida por uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="388"/>
+        <source>function/method docstring is followed by a blank line</source>
+        <translation>docstring de função/método seguida de uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="394"/>
+        <source>last paragraph of docstring is followed by a blank line</source>
+        <translation>último parágrafo da docstring seguido de uma linha em branco</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="397"/>
+        <source>docstring does not contain a @exception line but function/method raises an exception</source>
+        <translation>docstring sem linha @exception mas a função/método cria uma exceção</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="401"/>
+        <source>docstring contains a @exception line but function/method doesn&apos;t raise an exception</source>
+        <translation>docstring contém uma linha @exception mas o método/função não levanta uma exceção</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="424"/>
+        <source>{0}: {1}</source>
+        <translation>{0}: {1}</translation>
+    </message>
+    <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="310"/>
-        <source>docstring has wrong indentation</source>
-        <translation>docstring tem indentação errada</translation>
+        <source>docstring does not contain a summary</source>
+        <translation>docstring não contém um sumário</translation>
     </message>
     <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="359"/>
-        <source>docstring summary does not end with a period</source>
-        <translation>sumário de docstring não termina com um ponto final</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="316"/>
-        <source>docstring summary is not in imperative mood (Does instead of Do)</source>
-        <translation>sumário de docstring não está no modo imperativo (Faz em vez de Faça)</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="320"/>
-        <source>docstring summary looks like a function&apos;s/method&apos;s signature</source>
-        <translation>sumário de docstring parece uma assinatura de método/função</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="323"/>
-        <source>docstring does not mention the return value type</source>
-        <translation>docstring não menciona o tipo de valor devolvido</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="326"/>
-        <source>function/method docstring is separated by a blank line</source>
-        <translation>docstring de método/função está separada por uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="329"/>
-        <source>class docstring is not preceded by a blank line</source>
-        <translation>docstring de class não antecedida por uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="332"/>
-        <source>class docstring is not followed by a blank line</source>
-        <translation>docstring de classe não está seguida por uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="393"/>
-        <source>docstring summary is not followed by a blank line</source>
-        <translation>sumário de docstring não seguido por uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="338"/>
-        <source>last paragraph of docstring is not followed by a blank line</source>
-        <translation>último parágrafo da docstring não está seguido por uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="346"/>
-        <source>private function/method is missing a docstring</source>
-        <translation>falta uma docstring ao método/função privado</translation>
+        <source>docstring summary does not start with &apos;{0}&apos;</source>
+        <translation>sumário de docstring não começa com &apos;{0}&apos;</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="405"/>
+        <source>raised exception &apos;{0}&apos; is not documented in docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="408"/>
+        <source>documented exception &apos;{0}&apos; is not raised</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="411"/>
+        <source>docstring does not contain a @signal line but class defines signals</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="414"/>
+        <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/translations.py" line="417"/>
+        <source>defined signal &apos;{0}&apos; is not documented in docstring</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="420"/>
+        <source>documented signal &apos;{0}&apos; is not defined</source>
+        <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="349"/>
-        <source>private class is missing a docstring</source>
-        <translation>falta uma docstring à classe privada</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="353"/>
-        <source>leading quotes of docstring not on separate line</source>
-        <translation>aspas iniciais da docstring não estão em linha separada</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="356"/>
-        <source>trailing quotes of docstring not on separate line</source>
-        <translation>aspas de fecho da docstring não estão numa linha separada</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="363"/>
-        <source>docstring does not contain a @return line but function/method returns something</source>
-        <translation>docstring sem linha @return mas a função/método devolve algo</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="367"/>
-        <source>docstring contains a @return line but function/method doesn&apos;t return anything</source>
-        <translation>docstring com linha @return mas a função/método não devolve nada</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="371"/>
-        <source>docstring does not contain enough @param/@keyparam lines</source>
-        <translation>docstring sem linhas @param/@keyparam suficientes</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="374"/>
-        <source>docstring contains too many @param/@keyparam lines</source>
-        <translation>docstring com demasiadas linhas @param/@keyparam</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="377"/>
-        <source>keyword only arguments must be documented with @keyparam lines</source>
-        <translation>argumentos de palavra chave devem de estar documentados com linhas @keyparam</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="380"/>
-        <source>order of @param/@keyparam lines does not match the function/method signature</source>
-        <translation>ordem das linhas @param/@keyparam não coincidem com a assinatura de função/método</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="383"/>
-        <source>class docstring is preceded by a blank line</source>
-        <translation>docstring de classe está antecedida por uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="385"/>
-        <source>class docstring is followed by a blank line</source>
-        <translation>docstring de classe está seguida por uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="387"/>
-        <source>function/method docstring is preceded by a blank line</source>
-        <translation>docstring de função/método precedida por uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="390"/>
-        <source>function/method docstring is followed by a blank line</source>
-        <translation>docstring de função/método seguida de uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="396"/>
-        <source>last paragraph of docstring is followed by a blank line</source>
-        <translation>último parágrafo da docstring seguido de uma linha em branco</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="399"/>
-        <source>docstring does not contain a @exception line but function/method raises an exception</source>
-        <translation>docstring sem linha @exception mas a função/método cria uma exceção</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="403"/>
-        <source>docstring contains a @exception line but function/method doesn&apos;t raise an exception</source>
-        <translation>docstring contém uma linha @exception mas o método/função não levanta uma exceção</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="426"/>
-        <source>{0}: {1}</source>
-        <translation>{0}: {1}</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="312"/>
-        <source>docstring does not contain a summary</source>
-        <translation>docstring não contém um sumário</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="361"/>
-        <source>docstring summary does not start with &apos;{0}&apos;</source>
-        <translation>sumário de docstring não começa com &apos;{0}&apos;</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="407"/>
-        <source>raised exception &apos;{0}&apos; is not documented in docstring</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="410"/>
-        <source>documented exception &apos;{0}&apos; is not raised</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="413"/>
-        <source>docstring does not contain a @signal line but class defines signals</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="416"/>
-        <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/translations.py" line="419"/>
-        <source>defined signal &apos;{0}&apos; is not documented in docstring</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="422"/>
-        <source>documented signal &apos;{0}&apos; is not defined</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="351"/>
         <source>class docstring is still a default string</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="344"/>
-        <source>function docstring is still a default string</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="342"/>
+        <source>function docstring is still a default string</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="340"/>
         <source>module docstring is still a default string</source>
         <translation type="unfinished"></translation>
     </message>
@@ -11497,7 +11497,7 @@
         <translation>Desselecionar tudo</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7835"/>
+        <location filename="../QScintilla/Editor.py" line="7834"/>
         <source>Check spelling...</source>
         <translation>Verificação ortográfica...</translation>
     </message>
@@ -11722,7 +11722,7 @@
         <translation>Editar ponto de interrupção...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="5605"/>
+        <location filename="../QScintilla/Editor.py" line="5604"/>
         <source>Enable breakpoint</source>
         <translation>Habilitar pontos de interrupção</translation>
     </message>
@@ -11887,272 +11887,272 @@
         <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="4767"/>
+        <location filename="../QScintilla/Editor.py" line="4766"/>
         <source>Autocompletion</source>
         <translation>Autocompletar</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="4767"/>
+        <location filename="../QScintilla/Editor.py" line="4766"/>
         <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="5608"/>
+        <location filename="../QScintilla/Editor.py" line="5607"/>
         <source>Disable breakpoint</source>
         <translation>Inabilitar ponto de interrupção</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="5983"/>
+        <location filename="../QScintilla/Editor.py" line="5982"/>
         <source>Code Coverage</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="5983"/>
+        <location filename="../QScintilla/Editor.py" line="5982"/>
         <source>Please select a coverage file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6046"/>
+        <location filename="../QScintilla/Editor.py" line="6045"/>
         <source>Show Code Coverage Annotations</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6039"/>
+        <location filename="../QScintilla/Editor.py" line="6038"/>
         <source>All lines have been covered.</source>
         <translation>Foram cobertas as linhas todas.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6046"/>
+        <location filename="../QScintilla/Editor.py" line="6045"/>
         <source>There is no coverage file available.</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6163"/>
+        <location filename="../QScintilla/Editor.py" line="6162"/>
         <source>Profile Data</source>
         <translation>Dados de Perfil</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6163"/>
+        <location filename="../QScintilla/Editor.py" line="6162"/>
         <source>Please select a profile file</source>
         <translation>Escolha um ficheiro de perfil por favor</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6325"/>
+        <location filename="../QScintilla/Editor.py" line="6324"/>
         <source>Syntax Error</source>
         <translation>Erro de Sintaxe</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6325"/>
+        <location filename="../QScintilla/Editor.py" line="6324"/>
         <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="6714"/>
+        <location filename="../QScintilla/Editor.py" line="6713"/>
         <source>Macro Name</source>
         <translation>Nome de Macro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6714"/>
+        <location filename="../QScintilla/Editor.py" line="6713"/>
         <source>Select a macro name:</source>
         <translation>Selecionar um nome de macro:</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6742"/>
+        <location filename="../QScintilla/Editor.py" line="6741"/>
         <source>Load macro file</source>
         <translation>Carregar ficheiro macro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6785"/>
+        <location filename="../QScintilla/Editor.py" line="6784"/>
         <source>Macro files (*.macro)</source>
         <translation>Ficheiros Macro (*.macro)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6765"/>
+        <location filename="../QScintilla/Editor.py" line="6764"/>
         <source>Error loading macro</source>
         <translation>Erro ao carregar macro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6756"/>
+        <location filename="../QScintilla/Editor.py" line="6755"/>
         <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="6765"/>
+        <location filename="../QScintilla/Editor.py" line="6764"/>
         <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="6785"/>
+        <location filename="../QScintilla/Editor.py" line="6784"/>
         <source>Save macro file</source>
         <translation>Gravar ficheiro macro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6802"/>
+        <location filename="../QScintilla/Editor.py" line="6801"/>
         <source>Save macro</source>
         <translation>Gravar macro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6802"/>
+        <location filename="../QScintilla/Editor.py" line="6801"/>
         <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="6818"/>
+        <location filename="../QScintilla/Editor.py" line="6817"/>
         <source>Error saving macro</source>
         <translation>Erro ao gravar macro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6818"/>
+        <location filename="../QScintilla/Editor.py" line="6817"/>
         <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="6831"/>
+        <location filename="../QScintilla/Editor.py" line="6830"/>
         <source>Start Macro Recording</source>
         <translation>Iniciar Registo de Macro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6831"/>
+        <location filename="../QScintilla/Editor.py" line="6830"/>
         <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="6857"/>
+        <location filename="../QScintilla/Editor.py" line="6856"/>
         <source>Macro Recording</source>
         <translation>Gravação de Macro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6857"/>
+        <location filename="../QScintilla/Editor.py" line="6856"/>
         <source>Enter name of the macro:</source>
         <translation>Introduza o nome de macro:</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6997"/>
+        <location filename="../QScintilla/Editor.py" line="6996"/>
         <source>File changed</source>
         <translation>Ficheiro alterado</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7167"/>
+        <location filename="../QScintilla/Editor.py" line="7166"/>
         <source>{0} (ro)</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7308"/>
+        <location filename="../QScintilla/Editor.py" line="7307"/>
         <source>Drop Error</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7308"/>
+        <location filename="../QScintilla/Editor.py" line="7307"/>
         <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="7329"/>
+        <location filename="../QScintilla/Editor.py" line="7328"/>
         <source>Resources</source>
         <translation>Recursos</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7331"/>
+        <location filename="../QScintilla/Editor.py" line="7330"/>
         <source>Add file...</source>
         <translation>Adicionar Ficheiro...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7333"/>
+        <location filename="../QScintilla/Editor.py" line="7332"/>
         <source>Add files...</source>
         <translation>Adicionar Ficheiros...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7335"/>
+        <location filename="../QScintilla/Editor.py" line="7334"/>
         <source>Add aliased file...</source>
         <translation>Adicionar ficheiro com pseudónimo...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7338"/>
+        <location filename="../QScintilla/Editor.py" line="7337"/>
         <source>Add localized resource...</source>
         <translation>Adicionar recursos localizado...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7342"/>
+        <location filename="../QScintilla/Editor.py" line="7341"/>
         <source>Add resource frame</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7361"/>
+        <location filename="../QScintilla/Editor.py" line="7360"/>
         <source>Add file resource</source>
         <translation>Adicionar recurso de ficheiro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7377"/>
+        <location filename="../QScintilla/Editor.py" line="7376"/>
         <source>Add file resources</source>
         <translation>Adicionar recursos de ficheiro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7404"/>
+        <location filename="../QScintilla/Editor.py" line="7403"/>
         <source>Add aliased file resource</source>
         <translation>Adicionar recurso de ficheiro com pseudónimo</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7404"/>
+        <location filename="../QScintilla/Editor.py" line="7403"/>
         <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="7470"/>
+        <location filename="../QScintilla/Editor.py" line="7469"/>
         <source>Package Diagram</source>
         <translation>Diagrama do Pacote</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7470"/>
+        <location filename="../QScintilla/Editor.py" line="7469"/>
         <source>Include class attributes?</source>
         <translation>Incluir atributos de classes?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7492"/>
+        <location filename="../QScintilla/Editor.py" line="7491"/>
         <source>Imports Diagram</source>
         <translation>Diagrama de Imports</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7492"/>
+        <location filename="../QScintilla/Editor.py" line="7491"/>
         <source>Include imports from external modules?</source>
         <translation>Incluir imports de módulos externos?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7506"/>
+        <location filename="../QScintilla/Editor.py" line="7505"/>
         <source>Application Diagram</source>
         <translation>Diagrama da Aplicação</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7506"/>
+        <location filename="../QScintilla/Editor.py" line="7505"/>
         <source>Include module names?</source>
         <translation>Incluir nome dos módulos?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7838"/>
+        <location filename="../QScintilla/Editor.py" line="7837"/>
         <source>Add to dictionary</source>
         <translation>Adicionar dicionário</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7840"/>
+        <location filename="../QScintilla/Editor.py" line="7839"/>
         <source>Ignore All</source>
         <translation>Ignorar Tudo</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6602"/>
+        <location filename="../QScintilla/Editor.py" line="6601"/>
         <source>Warning: {0}</source>
         <translation>Aviso: {0}</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6609"/>
+        <location filename="../QScintilla/Editor.py" line="6608"/>
         <source>Error: {0}</source>
         <translation>Erro: {0}</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6993"/>
+        <location filename="../QScintilla/Editor.py" line="6992"/>
         <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="5176"/>
+        <location filename="../QScintilla/Editor.py" line="5175"/>
         <source>Call-Tips Provider</source>
         <translation type="unfinished"></translation>
     </message>
@@ -12177,27 +12177,27 @@
         <translation>Alteração anterior</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="8256"/>
+        <location filename="../QScintilla/Editor.py" line="8255"/>
         <source>Sort Lines</source>
         <translation>Ordenar Linhas</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="8256"/>
+        <location filename="../QScintilla/Editor.py" line="8255"/>
         <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="6537"/>
+        <location filename="../QScintilla/Editor.py" line="6536"/>
         <source>Warning</source>
         <translation>Aviso</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6537"/>
+        <location filename="../QScintilla/Editor.py" line="6536"/>
         <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="6599"/>
+        <location filename="../QScintilla/Editor.py" line="6598"/>
         <source>Style: {0}</source>
         <translation>Estilo: {0}</translation>
     </message>
@@ -12222,7 +12222,7 @@
         <translation>Reabrir Com Codificação</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6987"/>
+        <location filename="../QScintilla/Editor.py" line="6986"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has been changed while it was opened in eric6. Reread it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;O ficheiro &lt;b&gt;{0}&lt;/b&gt; foi alterado enquanto estava aberto em eric6. Recarregar?&lt;/p&gt;</translation>
     </message>
@@ -12237,27 +12237,27 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="4897"/>
+        <location filename="../QScintilla/Editor.py" line="4896"/>
         <source>Auto-Completion Provider</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="4897"/>
+        <location filename="../QScintilla/Editor.py" line="4896"/>
         <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="5176"/>
+        <location filename="../QScintilla/Editor.py" line="5175"/>
         <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="8345"/>
+        <location filename="../QScintilla/Editor.py" line="8344"/>
         <source>Register Mouse Click Handler</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="8345"/>
+        <location filename="../QScintilla/Editor.py" line="8344"/>
         <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>
@@ -12287,12 +12287,12 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="8466"/>
+        <location filename="../QScintilla/Editor.py" line="8465"/>
         <source>EditorConfig Properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="8466"/>
+        <location filename="../QScintilla/Editor.py" line="8465"/>
         <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>
@@ -27008,12 +27008,22 @@
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GlosbeEngine.py" line="85"/>
         <source>Invalid response received</source>
-        <translation>Recibida resposta inválida</translation>
+        <translation type="obsolete">Recibida resposta inválida</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GlosbeEngine.py" line="99"/>
         <source>No translation found.</source>
-        <translation>Não se encontrou tradução.</translation>
+        <translation type="obsolete">Não se encontrou tradução.</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GlosbeEngine.py" line="85"/>
+        <source>Glosbe: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GlosbeEngine.py" line="99"/>
+        <source>Glosbe: No translation found.</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -27021,17 +27031,32 @@
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="165"/>
         <source>Only texts up to {0} characters are allowed.</source>
-        <translation>Só estão permitidos textos até {0} caracteres.</translation>
+        <translation type="obsolete">Só estão permitidos textos até {0} caracteres.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="98"/>
         <source>Invalid response received</source>
-        <translation>Recibida resposta inválida</translation>
+        <translation type="obsolete">Recibida resposta inválida</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="135"/>
         <source>No translation found.</source>
-        <translation>Não se encontrou tradução.</translation>
+        <translation type="obsolete">Não se encontrou tradução.</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="98"/>
+        <source>Google V1: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="135"/>
+        <source>Google V1: No translation found.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV1Engine.py" line="165"/>
+        <source>Google V1: Only texts up to {0} characters are allowed.</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -27039,17 +27064,32 @@
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="72"/>
         <source>A valid Google Translate key is required.</source>
-        <translation>É necessário uma chave válida de Google Translate.</translation>
+        <translation type="obsolete">É necessário uma chave válida de Google Translate.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="83"/>
         <source>Invalid response received</source>
-        <translation>Recibida resposta inválida</translation>
+        <translation type="obsolete">Recibida resposta inválida</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="89"/>
         <source>No translation available.</source>
-        <translation>Sem tradução disponível.</translation>
+        <translation type="obsolete">Sem tradução disponível.</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="72"/>
+        <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="84"/>
+        <source>Google V2: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/GoogleV2Engine.py" line="90"/>
+        <source>Google V2: No translation available.</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -40173,34 +40213,44 @@
 <context>
     <name>IbmWatsonEngine</name>
     <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="147"/>
+        <source>Invalid response received</source>
+        <translation type="obsolete">Recibida resposta inválida</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="150"/>
+        <source>No translation available.</source>
+        <translation type="obsolete">Sem tradução disponível.</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="252"/>
+        <source>Error Getting Available Translations</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="252"/>
+        <source>IBM Watson: No translation available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="183"/>
-        <source>A valid IBM Watson Language Translator key is required.</source>
+        <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="192"/>
-        <source>A valid IBM Watson Language Translator URL is required.</source>
+        <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="244"/>
-        <source>Invalid response received</source>
-        <translation type="unfinished">Recibida resposta inválida</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="252"/>
-        <source>No translation available.</source>
-        <translation type="unfinished">Sem tradução disponível.</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="252"/>
-        <source>Error Getting Available Translations</source>
+        <source>IBM Watson: Invalid response received</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/IbmWatsonEngine.py" line="232"/>
-        <source>The server sent an error indication.
-Error: {0}</source>
+        <source>IBM Watson: The server sent an error indication.
+ Error: {0}</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
@@ -46004,147 +46054,147 @@
 <context>
     <name>Lexers</name>
     <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="84"/>
+        <source>Bash</source>
+        <translation></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="86"/>
-        <source>Bash</source>
+        <source>Batch</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="88"/>
-        <source>Batch</source>
+        <source>C/C++</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="90"/>
-        <source>C/C++</source>
+        <source>C#</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="92"/>
-        <source>C#</source>
+        <source>CMake</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="94"/>
-        <source>CMake</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="96"/>
         <source>CSS</source>
         <translation></translation>
     </message>
     <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="98"/>
+        <source>D</source>
+        <translation></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="100"/>
-        <source>D</source>
-        <translation></translation>
+        <source>Diff</source>
+        <translation>Diff</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="102"/>
-        <source>Diff</source>
-        <translation>Diff</translation>
+        <source>Fortran</source>
+        <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="104"/>
-        <source>Fortran</source>
+        <source>Fortran77</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="106"/>
-        <source>Fortran77</source>
+        <source>HTML/PHP/XML</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="108"/>
-        <source>HTML/PHP/XML</source>
+        <source>IDL</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="110"/>
-        <source>IDL</source>
+        <source>Java</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="112"/>
-        <source>Java</source>
+        <source>JavaScript</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="114"/>
-        <source>JavaScript</source>
+        <source>Lua</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="116"/>
-        <source>Lua</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="118"/>
         <source>Makefile</source>
         <translation></translation>
     </message>
     <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="122"/>
+        <source>Pascal</source>
+        <translation></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="124"/>
-        <source>Pascal</source>
+        <source>Perl</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="126"/>
-        <source>Perl</source>
-        <translation></translation>
+        <source>PostScript</source>
+        <translation>PostScript</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="128"/>
-        <source>PostScript</source>
-        <translation>PostScript</translation>
+        <source>Povray</source>
+        <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="130"/>
-        <source>Povray</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="132"/>
         <source>Properties</source>
         <translation>Propriedades</translation>
     </message>
     <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="141"/>
+        <source>Ruby</source>
+        <translation></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="143"/>
-        <source>Ruby</source>
+        <source>SQL</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="145"/>
-        <source>SQL</source>
+        <source>TCL</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="147"/>
-        <source>TCL</source>
+        <source>TeX</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="149"/>
-        <source>TeX</source>
+        <source>VHDL</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="151"/>
-        <source>VHDL</source>
+        <source>XML</source>
         <translation></translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="153"/>
-        <source>XML</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="155"/>
         <source>YAML</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="183"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="173"/>
         <source>Pygments</source>
         <translation></translation>
     </message>
@@ -46159,332 +46209,332 @@
         <translation type="obsolete">Ficheiros GUI de Python (*.pyw *.pyw2 *.pyw3)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="578"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="562"/>
         <source>Quixote Template Files (*.ptl)</source>
         <translation>Ficheiros Modelos de Quixote (*.ptl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="581"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="565"/>
         <source>Ruby Files (*.rb)</source>
         <translation>Ficheiros Ruby (*.rb)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="584"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="568"/>
         <source>IDL Files (*.idl)</source>
         <translation>Ficheiros IDL (*.idl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="408"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="398"/>
         <source>C Files (*.h *.c)</source>
         <translation>Ficheiros C (*.h *.c)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="411"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="401"/>
         <source>C++ Files (*.h *.hpp *.hh *.cxx *.cpp *.cc)</source>
         <translation>Ficheiros C++ (*.h *.hpp *.hh *.cxx *.cpp *.cc)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="599"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="583"/>
         <source>C# Files (*.cs)</source>
         <translation>Ficheiros C# (*.cs)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="417"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="407"/>
         <source>HTML Files (*.html *.htm *.asp *.shtml)</source>
         <translation>Ficheiros HTML (*.html *.htm *.asp *.shtml)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="611"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="595"/>
         <source>CSS Files (*.css)</source>
         <translation>Ficheiros CSS (*.css)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="614"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="598"/>
         <source>QSS Files (*.qss)</source>
         <translation>Ficheiros QSS (*.qss)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="426"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="416"/>
         <source>PHP Files (*.php *.php3 *.php4 *.php5 *.phtml)</source>
         <translation>Ficheiros PHP (*.php *.php3 *.php4 *.php5 *.phtml)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="429"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="419"/>
         <source>XML Files (*.xml *.xsl *.xslt *.dtd *.svg *.xul *.xsd)</source>
         <translation>Ficheiros XML (*.xml *.xsl *.xslt *.dtd *.svg *.xul *.xsd)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="626"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="610"/>
         <source>Qt Resource Files (*.qrc)</source>
         <translation>Ficheiro de Recursos Qt (*.qrc)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="435"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="425"/>
         <source>D Files (*.d *.di)</source>
         <translation>Ficheiros D (*.d *.di)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="635"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="619"/>
         <source>Java Files (*.java)</source>
         <translation>Ficheiros Java (*.java)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="638"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="622"/>
         <source>JavaScript Files (*.js)</source>
         <translation>Ficheiros JavaScript (*.js)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="641"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="625"/>
         <source>SQL Files (*.sql)</source>
         <translation>Ficheiros SQL (*.sql)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="644"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="628"/>
         <source>Docbook Files (*.docbook)</source>
         <translation>Ficheiros Docbook (*.docbook)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="450"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="440"/>
         <source>Perl Files (*.pl *.pm *.ph)</source>
         <translation>Ficheiros Perl (*.pl *.pm *.ph)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="653"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="637"/>
         <source>Lua Files (*.lua)</source>
         <translation>Ficheiros Lua (*.lua)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="456"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="446"/>
         <source>Tex Files (*.tex *.sty *.aux *.toc *.idx)</source>
         <translation>Ficheiros Tex (*.tex *.sty *.aux *.toc *.idx)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="656"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="640"/>
         <source>Shell Files (*.sh)</source>
         <translation>Ficheiros Shell (*.sh)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="462"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="452"/>
         <source>Batch Files (*.bat *.cmd)</source>
         <translation>Ficheiros Batch (*.bat *.cmd)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="465"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="455"/>
         <source>Diff Files (*.diff *.patch)</source>
         <translation>Ficheiros Diff (*.diff *.patch)</translation>
     </message>
     <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="458"/>
+        <source>Makefiles (*makefile Makefile *.mak)</source>
+        <translation type="unfinished">Ficheiros Makefile (*.mak)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="461"/>
+        <source>Properties Files (*.properties *.ini *.inf *.reg *.cfg *.cnf *.rc)</source>
+        <translation>Ficheiros Propriedades (*.properties *.ini *.inf *.reg *.cfg *.cnf *.rc)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="664"/>
+        <source>Povray Files (*.pov)</source>
+        <translation>Ficheiros Povray (*.pov)</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="468"/>
-        <source>Makefiles (*makefile Makefile *.mak)</source>
-        <translation type="unfinished">Ficheiros Makefile (*.mak)</translation>
+        <source>CMake Files (CMakeLists.txt *.cmake *.ctest)</source>
+        <translation>Ficheiros CMake (CMakeLists.txt *.cmake *.ctest)</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="471"/>
-        <source>Properties Files (*.properties *.ini *.inf *.reg *.cfg *.cnf *.rc)</source>
-        <translation>Ficheiros Propriedades (*.properties *.ini *.inf *.reg *.cfg *.cnf *.rc)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="680"/>
-        <source>Povray Files (*.pov)</source>
-        <translation>Ficheiros Povray (*.pov)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="478"/>
-        <source>CMake Files (CMakeLists.txt *.cmake *.ctest)</source>
-        <translation>Ficheiros CMake (CMakeLists.txt *.cmake *.ctest)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="481"/>
         <source>VHDL Files (*.vhd *.vhdl)</source>
         <translation>Ficheiros VHDL (*.vhd *.vhdl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="484"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="474"/>
         <source>TCL/Tk Files (*.tcl *.tk)</source>
         <translation>Ficheiros TCL/Tk (*.tcl *.tk)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="487"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="477"/>
         <source>Fortran Files (*.f90 *.f95 *.f2k)</source>
         <translation>Ficheiros Fortran (*.f90 *.f95 *.f2k)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="490"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="480"/>
         <source>Fortran77 Files (*.f *.for)</source>
         <translation>Ficheiros Fortran77 (*.f *.for)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="493"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="483"/>
         <source>Pascal Files (*.dpr *.dpk *.pas *.dfm *.inc *.pp)</source>
         <translation>Ficheiros Pascal (*.dpr *.dpk *.pas *.dfm *.inc *.pp)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="707"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="691"/>
         <source>PostScript Files (*.ps)</source>
         <translation>Ficheiros PostScript (*.ps)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="499"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="489"/>
         <source>YAML Files (*.yaml *.yml)</source>
         <translation>Ficheiros YAML (*.yaml *.yml)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="752"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="730"/>
         <source>All Files (*)</source>
         <translation>Ficheiros Todos (*)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="563"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="547"/>
         <source>Python3 Files (*.py)</source>
         <translation>Ficheiros Python3 (*.py)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="566"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="550"/>
         <source>Python3 GUI Files (*.pyw)</source>
         <translation>Ficheiros GUI de Python3 (*.pyw)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="590"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="574"/>
         <source>C Files (*.c)</source>
         <translation>Ficheiros C (*.c)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="593"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="577"/>
         <source>C++ Files (*.cpp)</source>
         <translation>Ficheiros C++ (*.cpp)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="596"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="580"/>
         <source>C++/C Header Files (*.h)</source>
         <translation>Ficheiros de Cabeçalho C++/C (*.h)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="602"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="586"/>
         <source>HTML Files (*.html)</source>
         <translation>Ficheiros HTML (*.html)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="605"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="589"/>
         <source>PHP Files (*.php)</source>
         <translation>Ficheiros PHP (*.php)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="608"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="592"/>
         <source>ASP Files (*.asp)</source>
         <translation>Ficheiros ASP (*.asp)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="617"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="601"/>
         <source>XML Files (*.xml)</source>
         <translation>Ficheiros XML (*.xml)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="620"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="604"/>
         <source>XSL Files (*.xsl)</source>
         <translation>Ficheiros XSL (*.xsl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="623"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="607"/>
         <source>DTD Files (*.dtd)</source>
         <translation>Ficheiros DTD (*.dtd)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="629"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="613"/>
         <source>D Files (*.d)</source>
         <translation>Ficheiros D (*.d)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="632"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="616"/>
         <source>D Interface Files (*.di)</source>
         <translation>Ficheiros Interface D (*.di)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="647"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="631"/>
         <source>Perl Files (*.pl)</source>
         <translation>Ficheiros Perl (*.pl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="650"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="634"/>
         <source>Perl Module Files (*.pm)</source>
         <translation>Ficheiros Módulos Perl (*.pm)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="659"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="643"/>
         <source>Batch Files (*.bat)</source>
         <translation>Ficheiros Batch (*.bat)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="662"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="646"/>
         <source>TeX Files (*.tex)</source>
         <translation>Ficheiros TeX (*.tex)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="665"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="649"/>
         <source>TeX Template Files (*.sty)</source>
         <translation>Ficheiros Modelos TeX (*.sty)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="668"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="652"/>
         <source>Diff Files (*.diff)</source>
         <translation>Ficheiros Diff (*.diff)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="671"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="655"/>
         <source>Make Files (*.mak)</source>
         <translation>Ficheiros Make (*.mak)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="674"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="658"/>
         <source>Properties Files (*.ini)</source>
         <translation>Ficheiros de Propriedades (*.ini)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="677"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="661"/>
         <source>Configuration Files (*.cfg)</source>
         <translation>Ficheiros de Configuração (*.cfg)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="683"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="667"/>
         <source>CMake Files (CMakeLists.txt)</source>
         <translation>Ficheiros CMake (CMakeLists.txt)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="686"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="670"/>
         <source>CMake Macro Files (*.cmake)</source>
         <translation>Ficheiros Macro CMake (*.cmake)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="689"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="673"/>
         <source>VHDL Files (*.vhd)</source>
         <translation>Ficheiros VHDL (*.vhd)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="692"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="676"/>
         <source>TCL Files (*.tcl)</source>
         <translation>Ficheiros TCL (*.tcl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="695"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="679"/>
         <source>Tk Files (*.tk)</source>
         <translation>Ficheiros Tk (*.tk)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="698"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="682"/>
         <source>Fortran Files (*.f95)</source>
         <translation>Ficheiros Fortran (*.f95)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="701"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="685"/>
         <source>Fortran77 Files (*.f)</source>
         <translation>Ficheiros Fortran77 (*.f)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="704"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="688"/>
         <source>Pascal Files (*.pas)</source>
         <translation>Ficheiros Pascal (*.pas)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="710"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="694"/>
         <source>YAML Files (*.yml)</source>
         <translation>Ficheiros YAML (*.yml)</translation>
     </message>
@@ -46499,137 +46549,137 @@
         <translation type="obsolete">Ficheiros GUI de Python2 (*.pyw2)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="137"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="135"/>
         <source>Python3</source>
         <translation></translation>
     </message>
     <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="118"/>
+        <source>Matlab</source>
+        <translation></translation>
+    </message>
+    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="120"/>
-        <source>Matlab</source>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="122"/>
         <source>Octave</source>
         <translation>Octave</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="505"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="495"/>
         <source>Matlab Files (*.m *.m.matlab)</source>
         <translation>Ficheiros Matlab (*.m *.m.matlab)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="716"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="700"/>
         <source>Matlab Files (*.m)</source>
         <translation>Ficheiros Matlab (*.m)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="719"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="703"/>
         <source>Octave Files (*.m.octave)</source>
         <translation>Ficheiros Octave (*.m.octave)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="508"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="498"/>
         <source>Octave Files (*.m *.m.octave)</source>
         <translation>Ficheiros Octave (*.m *.m.octave)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="141"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="139"/>
         <source>QSS</source>
         <translation>QSS</translation>
     </message>
     <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="155"/>
+        <source>Gettext</source>
+        <translation>Gettext</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="157"/>
-        <source>Gettext</source>
-        <translation>Gettext</translation>
+        <source>CoffeeScript</source>
+        <translation>CoffeeScript</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="706"/>
+        <source>Gettext Files (*.po)</source>
+        <translation>Ficheiros Gettext (*.po)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="709"/>
+        <source>CoffeeScript Files (*.coffee)</source>
+        <translation>Ficheiros CoffeeScript (*.coffee)</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="159"/>
-        <source>CoffeeScript</source>
-        <translation>CoffeeScript</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="722"/>
-        <source>Gettext Files (*.po)</source>
-        <translation>Ficheiros Gettext (*.po)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="725"/>
-        <source>CoffeeScript Files (*.coffee)</source>
-        <translation>Ficheiros CoffeeScript (*.coffee)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="165"/>
         <source>JSON</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="731"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="712"/>
         <source>JSON Files (*.json)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="170"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="161"/>
         <source>Markdown</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="736"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="715"/>
         <source>Markdown Files (*.md)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="134"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="132"/>
         <source>Protocol (protobuf)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="587"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="571"/>
         <source>Protocol Files (*.proto)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="98"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="96"/>
         <source>Cython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="393"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="383"/>
         <source>Cython Files (*.pyx *.pxd *.pxi)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="569"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="553"/>
         <source>Cython Files (*.pyx)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="572"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="556"/>
         <source>Cython Declaration Files (*.pxd)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="575"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="559"/>
         <source>Cython Include Files (*.pxi)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="139"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="137"/>
         <source>MicroPython</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="387"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="377"/>
         <source>Python Files (*.py *.py3)</source>
         <translation type="unfinished">Ficheiros Python (*.py *.py3)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="390"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="380"/>
         <source>Python GUI Files (*.pyw *.pyw3)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="713"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="697"/>
         <source>TOML Files (*.toml)</source>
         <translation type="unfinished"></translation>
     </message>
@@ -48647,24 +48697,39 @@
 <context>
     <name>MicrosoftEngine</name>
     <message>
-        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="187"/>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="190"/>
         <source>You have not registered for the Microsoft Translation service.</source>
         <translation>Não se registou para o serviço Microsoft Translation.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="193"/>
         <source>No valid access token available.</source>
-        <translation>Não há nenhum passe válido disponível.</translation>
+        <translation type="obsolete">Não há nenhum passe válido disponível.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="170"/>
         <source>No translation available.</source>
-        <translation>Sem tradução disponível.</translation>
+        <translation type="obsolete">Sem tradução disponível.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="205"/>
         <source>No Text-to-Speech for the selected language available.</source>
-        <translation>Não está disponível Text-to-Speech para o idioma selecionado.</translation>
+        <translation type="obsolete">Não está disponível Text-to-Speech para o idioma selecionado.</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="196"/>
+        <source>MS Translator: No valid access token available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="173"/>
+        <source>MS Translator: No translation available.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MicrosoftEngine.py" line="211"/>
+        <source>MS Translator: No Text-to-Speech for the selected language available.</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -49064,238 +49129,238 @@
         <translation>&lt;b&gt;Limpar&lt;/b&gt;&lt;p&gt;Apaga o texto todo do editor atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2176"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2175"/>
         <source>About</source>
         <translation>Acerca</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2176"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2175"/>
         <source>&amp;About</source>
         <translation>A&amp;cerca</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2180"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2179"/>
         <source>Display information about this software</source>
         <translation>Mostra a informação acerca deste software</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2182"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2181"/>
         <source>&lt;b&gt;About&lt;/b&gt;&lt;p&gt;Display some information about this software.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Acerca&lt;/b&gt;&lt;p&gt;Mostra alguma informação acerca deste software.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2188"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2187"/>
         <source>About Qt</source>
         <translation>Acerca de Qt</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2188"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2187"/>
         <source>About &amp;Qt</source>
         <translation>Acerca de &amp;Qt</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2192"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2191"/>
         <source>Display information about the Qt toolkit</source>
         <translation>Mostra informação acerca das Ferramentas de Qt</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2194"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2193"/>
         <source>&lt;b&gt;About Qt&lt;/b&gt;&lt;p&gt;Display some information about the Qt toolkit.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Acerca de Qt&lt;/b&gt;&lt;p&gt;Mostra alguma informação acerca das Ferramentas de Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2201"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2200"/>
         <source>What&apos;s This?</source>
         <translation>O que é Isto?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2201"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2200"/>
         <source>&amp;What&apos;s This?</source>
         <translation>O &amp;que é Isto?</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2201"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2200"/>
         <source>Shift+F1</source>
         <comment>Help|What&apos;s This?&apos;</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2206"/>
+        <source>Context sensitive help</source>
+        <translation>Ajuda sensível ao contexto</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/MiniEditor.py" line="2207"/>
-        <source>Context sensitive help</source>
-        <translation>Ajuda sensível ao contexto</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2208"/>
         <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>&lt;b&gt;Mostrar ajuda sensível a contexto&lt;/b&gt;&lt;p&gt;No modo &apos;Que é Isto?&apos; o cursor do rato mostra uma flecha com um ponto de  interrogação, e pode clicar nos elementos da interface para ver uma breve descrição do que fazem e como se usam. Nas caixas de diálogo, pode-se aceder a esta característica através do botão de ajuda contextual da barra de título.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2224"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2223"/>
         <source>&amp;File</source>
         <translation>&amp;Ficheiro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2236"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2235"/>
         <source>&amp;Edit</source>
         <translation>&amp;Editar</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2256"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2255"/>
         <source>&amp;Help</source>
         <translation>&amp;Ajuda</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2268"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2267"/>
         <source>File</source>
         <translation>Ficheiro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2281"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2280"/>
         <source>Edit</source>
         <translation>Editar</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2291"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2290"/>
         <source>Find</source>
         <translation>Encontrar</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2298"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2297"/>
         <source>Help</source>
         <translation>Ajuda</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2311"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2310"/>
         <source>&lt;p&gt;This part of the status bar displays an indication of the editors files writability.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta parte da barra de estado mostra as permissões dos ficheiro do editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2318"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2317"/>
         <source>&lt;p&gt;This part of the status bar displays the line number of the editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta parte da barra de estado mostra a linha do cursor do editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2325"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2324"/>
         <source>&lt;p&gt;This part of the status bar displays the cursor position of the editor.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Esta parte da barra de estado mostra a posição do cursor do editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2330"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2329"/>
         <source>Ready</source>
         <translation>Preparado</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2357"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2356"/>
         <source>The document has unsaved changes.</source>
         <translation>O documento tem alterações por gravar.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2386"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2385"/>
         <source>Open File</source>
         <translation>Abrir Ficheiro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2386"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2385"/>
         <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/MiniEditor.py" line="2415"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2414"/>
         <source>File loaded</source>
         <translation>Ficheiro carregado</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2496"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2495"/>
         <source>Save File</source>
         <translation>Gravar Ficheiro</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2496"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2495"/>
         <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/MiniEditor.py" line="2504"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2503"/>
         <source>File saved</source>
         <translation>Ficheiro gravado</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2851"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2849"/>
         <source>Untitled</source>
         <translation>Sem Título</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2533"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2532"/>
         <source>{0}[*] - {1}</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2533"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2532"/>
         <source>Mini Editor</source>
         <translation>Mini Editor</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2814"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2812"/>
         <source>Printing...</source>
         <translation>A imprimir...</translation>
     </message>
     <message>
+        <location filename="../QScintilla/MiniEditor.py" line="2830"/>
+        <source>Printing completed</source>
+        <translation>Impressão completa</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/MiniEditor.py" line="2832"/>
-        <source>Printing completed</source>
-        <translation>Impressão completa</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2834"/>
         <source>Error while printing</source>
         <translation>Erro durante a impressão</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2837"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2835"/>
         <source>Printing aborted</source>
         <translation>Impressão cancelada</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2892"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2890"/>
         <source>Select all</source>
         <translation>Selecionar tudo</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2893"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2891"/>
         <source>Deselect all</source>
         <translation>Desselecionar tudo</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2907"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2905"/>
         <source>Languages</source>
         <translation>Idiomas</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2910"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2908"/>
         <source>No Language</source>
         <translation>Sem Idioma</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2934"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2932"/>
         <source>Guessed</source>
         <translation>Adivinhado</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2956"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2954"/>
         <source>Alternatives</source>
         <translation>Alternativas</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2952"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2950"/>
         <source>Alternatives ({0})</source>
         <translation>Alternativas ({0})</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2972"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2970"/>
         <source>Pygments Lexer</source>
         <translation>Analizador Léxico Pygments</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2972"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2970"/>
         <source>Select the Pygments lexer to apply.</source>
         <translation>Selecionar o analizador léxico Pygments a aplicar.</translation>
     </message>
@@ -49310,7 +49375,7 @@
         <translation>O Mini Editor de eric6 é um componente de edição baseado em QScintilla. Pode usar-se para simples tarefas de edição que não necessitam a potencia de um editor desenvolvido.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2357"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2356"/>
         <source>eric6 Mini Editor</source>
         <translation>Mini Editor eric6</translation>
     </message>
@@ -49335,17 +49400,17 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="3490"/>
+        <location filename="../QScintilla/MiniEditor.py" line="3488"/>
         <source>EditorConfig Properties</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="3490"/>
+        <location filename="../QScintilla/MiniEditor.py" line="3488"/>
         <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>
     <message>
-        <location filename="../QScintilla/MiniEditor.py" line="2516"/>
+        <location filename="../QScintilla/MiniEditor.py" line="2515"/>
         <source>[*] - {0}</source>
         <translation type="unfinished"></translation>
     </message>
@@ -49353,463 +49418,463 @@
 <context>
     <name>MiscellaneousChecker</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="492"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="490"/>
         <source>coding magic comment not found</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="495"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="493"/>
         <source>unknown encoding ({0}) found in coding magic comment</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="498"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="496"/>
         <source>copyright notice not present</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="501"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="499"/>
         <source>copyright notice contains invalid author</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="702"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="700"/>
         <source>found {0} formatter</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="705"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="703"/>
         <source>format string does contain unindexed parameters</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="708"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="706"/>
         <source>docstring does contain unindexed parameters</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="711"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="709"/>
         <source>other string does contain unindexed parameters</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="714"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="712"/>
         <source>format call uses too large index ({0})</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="717"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="715"/>
         <source>format call uses missing keyword ({0})</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="720"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="718"/>
         <source>format call uses keyword arguments but no named entries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="723"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="721"/>
         <source>format call uses variable arguments but no numbered entries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="726"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="724"/>
         <source>format call uses implicit and explicit indexes together</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="729"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="727"/>
         <source>format call provides unused index ({0})</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="732"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="730"/>
         <source>format call provides unused keyword ({0})</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="751"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="749"/>
         <source>expected these __future__ imports: {0}; but only got: {1}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="754"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="752"/>
         <source>expected these __future__ imports: {0}; but got none</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="761"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="759"/>
         <source>print statement found</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="764"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="762"/>
         <source>one element tuple found</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="800"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="798"/>
         <source>{0}: {1}</source>
         <translation type="unfinished">{0}: {1}</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="504"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="502"/>
         <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/translations.py" line="508"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="506"/>
         <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/translations.py" line="512"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="510"/>
         <source>unnecessary generator - rewrite as a list comprehension</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="515"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="513"/>
         <source>unnecessary generator - rewrite as a set comprehension</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="518"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="516"/>
         <source>unnecessary generator - rewrite as a dict comprehension</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="521"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="519"/>
         <source>unnecessary list comprehension - rewrite as a set comprehension</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="524"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="522"/>
         <source>unnecessary list comprehension - rewrite as a dict comprehension</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="530"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="528"/>
         <source>unnecessary list comprehension - &quot;{0}&quot; can take a generator</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="770"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="768"/>
         <source>mutable default argument of type {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="555"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="553"/>
         <source>sort keys - &apos;{0}&apos; should be before &apos;{1}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="738"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="736"/>
         <source>logging statement uses &apos;%&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="744"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="742"/>
         <source>logging statement uses f-string</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="747"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="745"/>
         <source>logging statement uses &apos;warn&apos; instead of &apos;warning&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="735"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="733"/>
         <source>logging statement uses string.format()</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="741"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="739"/>
         <source>logging statement uses &apos;+&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="757"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="755"/>
         <source>gettext import with alias _ found: {0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="648"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="646"/>
         <source>Python does not support the unary prefix increment</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="657"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="655"/>
         <source>&apos;sys.maxint&apos; is not defined in Python 3 - use &apos;sys.maxsize&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="660"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="658"/>
         <source>&apos;BaseException.message&apos; has been deprecated as of Python 2.6 and is removed in Python 3 - use &apos;str(e)&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="664"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="662"/>
         <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/translations.py" line="688"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="686"/>
         <source>Python 3 does not include &apos;.iter*&apos; methods on dictionaries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="691"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="689"/>
         <source>Python 3 does not include &apos;.view*&apos; methods on dictionaries</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="694"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="692"/>
         <source>&apos;.next()&apos; does not exist in Python 3</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="697"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="695"/>
         <source>&apos;__metaclass__&apos; does nothing on Python 3 - use &apos;class MyClass(BaseClass, metaclass=...)&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="773"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="771"/>
         <source>mutable default argument of function call &apos;{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="651"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="649"/>
         <source>using .strip() with multi-character strings is misleading</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="678"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="676"/>
         <source>using &apos;hasattr(x, &quot;__call__&quot;)&apos; to test if &apos;x&apos; is callable is unreliable</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="668"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="666"/>
         <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/translations.py" line="776"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="774"/>
         <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/translations.py" line="780"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="778"/>
         <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/translations.py" line="784"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="782"/>
         <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/translations.py" line="788"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="786"/>
         <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/translations.py" line="654"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="652"/>
         <source>do not call assert False since python -O removes these calls</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="672"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="670"/>
         <source>unncessary f-string</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="675"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="673"/>
         <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/translations.py" line="682"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="680"/>
         <source>do not call getattr with a constant attribute value</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="685"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="683"/>
         <source>do not call setattr with a constant attribute value</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="796"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="794"/>
         <source>commented code lines should be removed</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="792"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="790"/>
         <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/translations.py" line="559"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="557"/>
         <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/translations.py" line="563"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="561"/>
         <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/translations.py" line="567"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="565"/>
         <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/translations.py" line="571"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="569"/>
         <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/translations.py" line="575"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="573"/>
         <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/translations.py" line="579"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="577"/>
         <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/translations.py" line="583"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="581"/>
         <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/translations.py" line="590"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="588"/>
         <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/translations.py" line="594"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="592"/>
         <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/translations.py" line="598"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="596"/>
         <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/translations.py" line="608"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="606"/>
         <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/translations.py" line="587"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="585"/>
         <source>use of &apos;datetime.datetime.fromordinal()&apos; should be avoided</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="602"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="600"/>
         <source>use of &apos;datetime.date.fromordinal()&apos; should be avoided</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="605"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="603"/>
         <source>use of &apos;datetime.date.fromisoformat()&apos; should be avoided</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="527"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="525"/>
         <source>unnecessary {0} call - rewrite as a literal</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="533"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="531"/>
         <source>unnecessary {0} literal - rewrite as a {1} literal</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="536"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="534"/>
         <source>unnecessary {0} passed to tuple() - rewrite as a {1} literal</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="539"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="537"/>
         <source>unnecessary {0} passed to list() - rewrite as a {1} literal</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="542"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="540"/>
         <source>unnecessary list call - remove the outer call to list()</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="545"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="543"/>
         <source>unnecessary list comprehension - &quot;in&quot; can take a generator</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="548"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="546"/>
         <source>unnecessary {0} passed to tuple() - remove the outer call to {1}()</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="551"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="549"/>
         <source>unnecessary {0} passed to list() - remove the outer call to {1}()</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="613"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="611"/>
         <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/translations.py" line="616"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="614"/>
         <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/translations.py" line="619"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="617"/>
         <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/translations.py" line="623"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="621"/>
         <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/translations.py" line="626"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="624"/>
         <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/translations.py" line="629"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="627"/>
         <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/translations.py" line="633"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="631"/>
         <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/translations.py" line="637"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="635"/>
         <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/translations.py" line="640"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="638"/>
         <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/translations.py" line="644"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="642"/>
         <source>&apos;sys.version[:1]&apos; referenced (Python 10), use &apos;sys.version_info&apos;</source>
         <translation type="unfinished"></translation>
     </message>
@@ -50254,83 +50319,93 @@
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MyMemoryEngine.py" line="72"/>
         <source>Only texts up to {0} characters are allowed.</source>
-        <translation>Só estão permitidos textos até {0} caracteres.</translation>
+        <translation type="obsolete">Só estão permitidos textos até {0} caracteres.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MyMemoryEngine.py" line="95"/>
         <source>Invalid response received</source>
-        <translation>Recibida resposta inválida</translation>
+        <translation type="obsolete">Recibida resposta inválida</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/MyMemoryEngine.py" line="72"/>
+        <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="99"/>
+        <source>MyMemory: Invalid response received</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
     <name>NamingStyleChecker</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="432"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="430"/>
         <source>class names should use CapWords convention</source>
         <translation>nomes de classes devem usar a convenção de Maiúsculas</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="435"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="433"/>
         <source>function name should be lowercase</source>
         <translation>nome de função deve estar em minúsculas</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="438"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="436"/>
         <source>argument name should be lowercase</source>
         <translation>nome do argumento deve ser em minúsculas</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="441"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="439"/>
         <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/translations.py" line="444"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="442"/>
         <source>first argument of a method should be named &apos;self&apos;</source>
         <translation>primeiro argumento de um método deve chamar-se &apos;self&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="447"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="445"/>
         <source>first argument of a static method should not be named &apos;self&apos; or &apos;cls</source>
         <translation>primeiro argumento de um método estático não deve chamar-se &apos;self&apos; ou &apos;cls</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="451"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="449"/>
         <source>module names should be lowercase</source>
         <translation>nomes de módulos devem estar em minúsculas</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="454"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="452"/>
         <source>package names should be lowercase</source>
         <translation>nomes de pacotes devem ser em minúsculas</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="457"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="455"/>
         <source>constant imported as non constant</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="460"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="458"/>
         <source>lowercase imported as non lowercase</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="463"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="461"/>
         <source>camelcase imported as lowercase</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="466"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="464"/>
         <source>camelcase imported as constant</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="469"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="467"/>
         <source>variable in function should be lowercase</source>
         <translation>variável na função deve estar em minúsculas</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="472"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="470"/>
         <source>names &apos;l&apos;, &apos;O&apos; and &apos;I&apos; should be avoided</source>
         <translation>nomes &apos;I&apos;, &apos;O&apos; e &apos;l&apos; devem ser evitados</translation>
     </message>
@@ -57597,12 +57672,22 @@
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/PromtEngine.py" line="97"/>
         <source>Invalid response received</source>
-        <translation>Recibida resposta inválida</translation>
+        <translation type="obsolete">Recibida resposta inválida</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/PromtEngine.py" line="106"/>
         <source>This direction of translation is not available.</source>
-        <translation>Esta direção de tradução não está disponivel.</translation>
+        <translation type="obsolete">Esta direção de tradução não está disponivel.</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/PromtEngine.py" line="97"/>
+        <source>Promt: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/PromtEngine.py" line="106"/>
+        <source>Promt: This direction of translation is not available.</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -82770,3162 +82855,3162 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="635"/>
+        <location filename="../ViewManager/ViewManager.py" line="634"/>
         <source>New</source>
         <translation>Novo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="635"/>
+        <location filename="../ViewManager/ViewManager.py" line="634"/>
         <source>&amp;New</source>
         <translation>&amp;Novo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="635"/>
+        <location filename="../ViewManager/ViewManager.py" line="634"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="643"/>
+        <location filename="../ViewManager/ViewManager.py" line="642"/>
         <source>Open an empty editor window</source>
         <translation>Abrir uma janela do editor vazia</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="646"/>
+        <location filename="../ViewManager/ViewManager.py" line="645"/>
         <source>&lt;b&gt;New&lt;/b&gt;&lt;p&gt;An empty editor window will be created.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Novo&lt;/b&gt;&lt;p&gt;Será criada uma janela do editor vazia.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="654"/>
+        <location filename="../ViewManager/ViewManager.py" line="653"/>
         <source>Open</source>
         <translation>Abrir</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="654"/>
+        <location filename="../ViewManager/ViewManager.py" line="653"/>
         <source>&amp;Open...</source>
         <translation>&amp;Abrir...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="654"/>
+        <location filename="../ViewManager/ViewManager.py" line="653"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="662"/>
+        <location filename="../ViewManager/ViewManager.py" line="661"/>
         <source>Open a file</source>
         <translation>Abrir um ficheiro</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="664"/>
+        <location filename="../ViewManager/ViewManager.py" line="663"/>
         <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>&lt;b&gt;Abrir um ficheiro&lt;/b&gt;&lt;p&gt;Será perguntado pelo nome de um ficheiro para abrir numa janela do editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="675"/>
+        <location filename="../ViewManager/ViewManager.py" line="674"/>
         <source>Close</source>
         <translation>Fechar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="675"/>
+        <location filename="../ViewManager/ViewManager.py" line="674"/>
         <source>&amp;Close</source>
         <translation>Fe&amp;char</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="675"/>
+        <location filename="../ViewManager/ViewManager.py" line="674"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="683"/>
+        <location filename="../ViewManager/ViewManager.py" line="682"/>
         <source>Close the current window</source>
         <translation>Fechar a janela atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="686"/>
+        <location filename="../ViewManager/ViewManager.py" line="685"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Fechar Janela&lt;/b&gt;&lt;p&gt;Fecha a janela atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="694"/>
+        <location filename="../ViewManager/ViewManager.py" line="693"/>
         <source>Close All</source>
         <translation>Fechar Tudo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="694"/>
+        <location filename="../ViewManager/ViewManager.py" line="693"/>
         <source>Clos&amp;e All</source>
         <translation>F&amp;echar Tudo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="698"/>
+        <location filename="../ViewManager/ViewManager.py" line="697"/>
         <source>Close all editor windows</source>
         <translation>Fechar todas as janelas do editor</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="701"/>
+        <location filename="../ViewManager/ViewManager.py" line="700"/>
         <source>&lt;b&gt;Close All Windows&lt;/b&gt;&lt;p&gt;Close all editor windows.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Fechar as Janelas Todas&lt;/b&gt;&lt;p&gt;Fecha todas as janelas do editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="713"/>
+        <location filename="../ViewManager/ViewManager.py" line="712"/>
         <source>Save</source>
         <translation>Gravar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="713"/>
+        <location filename="../ViewManager/ViewManager.py" line="712"/>
         <source>&amp;Save</source>
         <translation>&amp;Gravar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="713"/>
+        <location filename="../ViewManager/ViewManager.py" line="712"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="720"/>
+        <location filename="../ViewManager/ViewManager.py" line="719"/>
         <source>Save the current file</source>
         <translation>Gravar o ficheiro atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="722"/>
+        <location filename="../ViewManager/ViewManager.py" line="721"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Gravar Ficheiro&lt;/b&gt;&lt;p&gt;Grava o conteúdo da janela atual do editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="730"/>
+        <location filename="../ViewManager/ViewManager.py" line="729"/>
         <source>Save as</source>
         <translation>Gravar como</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="730"/>
+        <location filename="../ViewManager/ViewManager.py" line="729"/>
         <source>Save &amp;as...</source>
         <translation>Gravar co&amp;mo...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="730"/>
+        <location filename="../ViewManager/ViewManager.py" line="729"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="737"/>
+        <location filename="../ViewManager/ViewManager.py" line="736"/>
         <source>Save the current file to a new one</source>
         <translation>Gravar o ficheiro atual para um novo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="739"/>
+        <location filename="../ViewManager/ViewManager.py" line="738"/>
         <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>&lt;b&gt;Gravar Ficheiro como&lt;/b&gt;&lt;p&gt;Gravar o conteúdo da janela do editor atual num ficheiro novo. O ficheiro pode ser introduzido com uma caixa de diálogo de seleção de ficheiros.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="764"/>
+        <location filename="../ViewManager/ViewManager.py" line="763"/>
         <source>Save all</source>
         <translation>Gravar tudo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="769"/>
+        <location filename="../ViewManager/ViewManager.py" line="768"/>
         <source>Save all files</source>
         <translation>Gravar os ficheiros todos</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="771"/>
+        <location filename="../ViewManager/ViewManager.py" line="770"/>
         <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>&lt;b&gt;Gravar os Ficheiros Todos&lt;/b&gt;&lt;p&gt;Gravar os conteúdos de todas as janaelas do editor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="781"/>
+        <location filename="../ViewManager/ViewManager.py" line="780"/>
         <source>Print</source>
         <translation>Imprimir</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="781"/>
+        <location filename="../ViewManager/ViewManager.py" line="780"/>
         <source>&amp;Print</source>
         <translation>Im&amp;primir</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="781"/>
+        <location filename="../ViewManager/ViewManager.py" line="780"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="788"/>
+        <location filename="../ViewManager/ViewManager.py" line="787"/>
         <source>Print the current file</source>
         <translation>Imprimir o ficheiro atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="790"/>
+        <location filename="../ViewManager/ViewManager.py" line="789"/>
         <source>&lt;b&gt;Print File&lt;/b&gt;&lt;p&gt;Print the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Imprimir Ficheiro&lt;/b&gt;&lt;p&gt;Imprime o conteúdo da janela do editor atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="799"/>
+        <location filename="../ViewManager/ViewManager.py" line="798"/>
         <source>Print Preview</source>
         <translation>Antevisão da Impressão</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="804"/>
+        <location filename="../ViewManager/ViewManager.py" line="803"/>
         <source>Print preview of the current file</source>
         <translation>Antevisão da impressão do ficheiro atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="806"/>
+        <location filename="../ViewManager/ViewManager.py" line="805"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Antevisão da Impressão&lt;/b&gt;&lt;p&gt;Antevisão de impressão da janela do editor atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="816"/>
+        <location filename="../ViewManager/ViewManager.py" line="815"/>
         <source>Search File</source>
         <translation>Procurar Ficheiro</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="816"/>
+        <location filename="../ViewManager/ViewManager.py" line="815"/>
         <source>Search &amp;File...</source>
         <translation>Procurar &amp;Ficheiro...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="816"/>
+        <location filename="../ViewManager/ViewManager.py" line="815"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="822"/>
+        <location filename="../ViewManager/ViewManager.py" line="821"/>
         <source>Search for a file</source>
         <translation>Procurar um ficheiro</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="824"/>
+        <location filename="../ViewManager/ViewManager.py" line="823"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Procurar Ficheiro&lt;/b&gt;&lt;p&gt;Procurar um ficheiro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="838"/>
+        <location filename="../ViewManager/ViewManager.py" line="837"/>
         <source>&amp;File</source>
         <translation>&amp;Ficheiro</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="840"/>
+        <location filename="../ViewManager/ViewManager.py" line="839"/>
         <source>Open &amp;Recent Files</source>
         <translation>Abrir Ficheiros Rece&amp;ntes</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="843"/>
+        <location filename="../ViewManager/ViewManager.py" line="842"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>Abrir Ficheiros &amp;Marcados</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="891"/>
+        <location filename="../ViewManager/ViewManager.py" line="890"/>
         <source>File</source>
         <translation>Ficheiro</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="914"/>
+        <location filename="../ViewManager/ViewManager.py" line="913"/>
         <source>Export as</source>
         <translation>Exportar como</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="938"/>
+        <location filename="../ViewManager/ViewManager.py" line="937"/>
         <source>Undo</source>
         <translation>Desfazer</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="938"/>
+        <location filename="../ViewManager/ViewManager.py" line="937"/>
         <source>&amp;Undo</source>
         <translation>Desfa&amp;zer</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="938"/>
+        <location filename="../ViewManager/ViewManager.py" line="937"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="938"/>
+        <location filename="../ViewManager/ViewManager.py" line="937"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="947"/>
+        <location filename="../ViewManager/ViewManager.py" line="946"/>
         <source>Undo the last change</source>
         <translation>Desfazer a última alteração</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="949"/>
+        <location filename="../ViewManager/ViewManager.py" line="948"/>
         <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>&lt;b&gt;Desfazer&lt;/b&gt;&lt;p&gt;Desfazer a última alteração feita no editor atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="957"/>
+        <location filename="../ViewManager/ViewManager.py" line="956"/>
         <source>Redo</source>
         <translation>Refazer</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="957"/>
+        <location filename="../ViewManager/ViewManager.py" line="956"/>
         <source>&amp;Redo</source>
         <translation>&amp;Refazer</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="957"/>
+        <location filename="../ViewManager/ViewManager.py" line="956"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="965"/>
+        <location filename="../ViewManager/ViewManager.py" line="964"/>
         <source>Redo the last change</source>
         <translation>Refazer a última alteração</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="967"/>
+        <location filename="../ViewManager/ViewManager.py" line="966"/>
         <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>&lt;b&gt;Refazer&lt;/b&gt;&lt;p&gt;Refazer a últma alteração feita no editor atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="984"/>
+        <location filename="../ViewManager/ViewManager.py" line="983"/>
         <source>Revert to last saved state</source>
         <translation>Voltar ao último estado gravado</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="975"/>
+        <location filename="../ViewManager/ViewManager.py" line="974"/>
         <source>Re&amp;vert to last saved state</source>
         <translation>&amp;Voltar ao último estado gravado</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="975"/>
+        <location filename="../ViewManager/ViewManager.py" line="974"/>
         <source>Ctrl+Y</source>
         <comment>Edit|Revert</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="986"/>
+        <location filename="../ViewManager/ViewManager.py" line="985"/>
         <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>&lt;b&gt;Voltar ao último estado gravado&lt;/b&gt;&lt;p&gt;Desfazer todas as alterações feitas no editor atual depois da última vez que foi gravado.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="997"/>
+        <location filename="../ViewManager/ViewManager.py" line="996"/>
         <source>Cut</source>
         <translation>Cortar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="997"/>
+        <location filename="../ViewManager/ViewManager.py" line="996"/>
         <source>Cu&amp;t</source>
         <translation>Cor&amp;tar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="997"/>
+        <location filename="../ViewManager/ViewManager.py" line="996"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="997"/>
+        <location filename="../ViewManager/ViewManager.py" line="996"/>
         <source>Shift+Del</source>
         <comment>Edit|Cut</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1006"/>
+        <location filename="../ViewManager/ViewManager.py" line="1005"/>
         <source>Cut the selection</source>
         <translation>Cortar a seleção</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1008"/>
+        <location filename="../ViewManager/ViewManager.py" line="1007"/>
         <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>&lt;b&gt;Cortar&lt;/b&gt;&lt;p&gt;Cortar a seleção do texto do editor atual para a Área de Transferência.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1017"/>
+        <location filename="../ViewManager/ViewManager.py" line="1016"/>
         <source>Copy</source>
         <translation>Copiar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1017"/>
+        <location filename="../ViewManager/ViewManager.py" line="1016"/>
         <source>&amp;Copy</source>
         <translation>&amp;Copiar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1017"/>
+        <location filename="../ViewManager/ViewManager.py" line="1016"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1017"/>
+        <location filename="../ViewManager/ViewManager.py" line="1016"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1026"/>
+        <location filename="../ViewManager/ViewManager.py" line="1025"/>
         <source>Copy the selection</source>
         <translation>Copiar a seleção</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1028"/>
+        <location filename="../ViewManager/ViewManager.py" line="1027"/>
         <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">&lt;b&gt;Copiar&lt;/b&gt;&lt;p&gt;Copia a seleção de texto do editor atual para a Área de Transferência.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1037"/>
+        <location filename="../ViewManager/ViewManager.py" line="1036"/>
         <source>Paste</source>
         <translation>Colar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1037"/>
+        <location filename="../ViewManager/ViewManager.py" line="1036"/>
         <source>&amp;Paste</source>
         <translation>Co&amp;lar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1037"/>
+        <location filename="../ViewManager/ViewManager.py" line="1036"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1037"/>
+        <location filename="../ViewManager/ViewManager.py" line="1036"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1046"/>
+        <location filename="../ViewManager/ViewManager.py" line="1045"/>
         <source>Paste the last cut/copied text</source>
         <translation>Colar o último texto cortado/copiado</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1048"/>
+        <location filename="../ViewManager/ViewManager.py" line="1047"/>
         <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">&lt;b&gt;Colar&lt;/b&gt;&lt;p&gt;Cola o último texto cortado/copiado da área de transferência ao editor atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1057"/>
+        <location filename="../ViewManager/ViewManager.py" line="1056"/>
         <source>Clear</source>
         <translation>Limpar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1057"/>
+        <location filename="../ViewManager/ViewManager.py" line="1056"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1065"/>
+        <location filename="../ViewManager/ViewManager.py" line="1064"/>
         <source>Clear all text</source>
         <translation>Limpar todo o texto</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1067"/>
+        <location filename="../ViewManager/ViewManager.py" line="1066"/>
         <source>&lt;b&gt;Clear&lt;/b&gt;&lt;p&gt;Delete all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Limpar&lt;/b&gt;&lt;p&gt;Apaga o texto todo do editor atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1082"/>
+        <location filename="../ViewManager/ViewManager.py" line="1081"/>
         <source>Join Lines</source>
         <translation>Juntar Linhas</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1075"/>
+        <location filename="../ViewManager/ViewManager.py" line="1074"/>
         <source>Ctrl+J</source>
         <comment>Edit|Join Lines</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1084"/>
+        <location filename="../ViewManager/ViewManager.py" line="1083"/>
         <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="1092"/>
+        <location filename="../ViewManager/ViewManager.py" line="1091"/>
         <source>Indent</source>
         <translation>Indentar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1092"/>
+        <location filename="../ViewManager/ViewManager.py" line="1091"/>
         <source>&amp;Indent</source>
         <translation>&amp;Indentar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1092"/>
+        <location filename="../ViewManager/ViewManager.py" line="1091"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1100"/>
+        <location filename="../ViewManager/ViewManager.py" line="1099"/>
         <source>Indent line</source>
         <translation>Indentar linha</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1102"/>
+        <location filename="../ViewManager/ViewManager.py" line="1101"/>
         <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="1111"/>
+        <location filename="../ViewManager/ViewManager.py" line="1110"/>
         <source>Unindent</source>
         <translation>Tirar Indentação</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1111"/>
+        <location filename="../ViewManager/ViewManager.py" line="1110"/>
         <source>U&amp;nindent</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1111"/>
+        <location filename="../ViewManager/ViewManager.py" line="1110"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1119"/>
+        <location filename="../ViewManager/ViewManager.py" line="1118"/>
         <source>Unindent line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1121"/>
+        <location filename="../ViewManager/ViewManager.py" line="1120"/>
         <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="1130"/>
+        <location filename="../ViewManager/ViewManager.py" line="1129"/>
         <source>Smart indent</source>
         <translation>Indentação Inteligente</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1136"/>
+        <location filename="../ViewManager/ViewManager.py" line="1135"/>
         <source>Smart indent Line or Selection</source>
         <translation>Indentação inteligente de Linha ou Seleção</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1138"/>
+        <location filename="../ViewManager/ViewManager.py" line="1137"/>
         <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="1147"/>
+        <location filename="../ViewManager/ViewManager.py" line="1146"/>
         <source>Comment</source>
         <translation>Comentar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1147"/>
+        <location filename="../ViewManager/ViewManager.py" line="1146"/>
         <source>C&amp;omment</source>
         <translation>C&amp;omentar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1147"/>
+        <location filename="../ViewManager/ViewManager.py" line="1146"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1155"/>
+        <location filename="../ViewManager/ViewManager.py" line="1154"/>
         <source>Comment Line or Selection</source>
         <translation>Comentar Linha ou Seleção</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1157"/>
+        <location filename="../ViewManager/ViewManager.py" line="1156"/>
         <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>&lt;b&gt;Comentar&lt;/b&gt;&lt;p&gt;Comenta a linha atual ou as linhas da seleção atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1166"/>
+        <location filename="../ViewManager/ViewManager.py" line="1165"/>
         <source>Uncomment</source>
         <translation>Descomentar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1166"/>
+        <location filename="../ViewManager/ViewManager.py" line="1165"/>
         <source>Unco&amp;mment</source>
         <translation>Desco&amp;mentar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1166"/>
+        <location filename="../ViewManager/ViewManager.py" line="1165"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1174"/>
+        <location filename="../ViewManager/ViewManager.py" line="1173"/>
         <source>Uncomment Line or Selection</source>
         <translation>Descomentar Linha ou Seleção</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1176"/>
+        <location filename="../ViewManager/ViewManager.py" line="1175"/>
         <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="1207"/>
+        <location filename="../ViewManager/ViewManager.py" line="1206"/>
         <source>Stream Comment</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1212"/>
+        <location filename="../ViewManager/ViewManager.py" line="1211"/>
         <source>Stream Comment Line or Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1215"/>
+        <location filename="../ViewManager/ViewManager.py" line="1214"/>
         <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="1224"/>
+        <location filename="../ViewManager/ViewManager.py" line="1223"/>
         <source>Box Comment</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1229"/>
+        <location filename="../ViewManager/ViewManager.py" line="1228"/>
         <source>Box Comment Line or Selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1231"/>
+        <location filename="../ViewManager/ViewManager.py" line="1230"/>
         <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="1240"/>
+        <location filename="../ViewManager/ViewManager.py" line="1239"/>
         <source>Select to brace</source>
         <translation>Selecionar até parentesis</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1240"/>
+        <location filename="../ViewManager/ViewManager.py" line="1239"/>
         <source>Select to &amp;brace</source>
         <translation>Selecionar até &amp;parentesis</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1240"/>
+        <location filename="../ViewManager/ViewManager.py" line="1239"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1247"/>
+        <location filename="../ViewManager/ViewManager.py" line="1246"/>
         <source>Select text to the matching brace</source>
         <translation>Selecionar o texto até ao parentesis par</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1249"/>
+        <location filename="../ViewManager/ViewManager.py" line="1248"/>
         <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>&lt;b&gt;Selecionar até parentesis&lt;/b&gt;&lt;p&gt;Selecionar o texto do editor atual até ao parentesis par.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1258"/>
+        <location filename="../ViewManager/ViewManager.py" line="1257"/>
         <source>Select all</source>
         <translation>Selecionar tudo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1258"/>
+        <location filename="../ViewManager/ViewManager.py" line="1257"/>
         <source>&amp;Select all</source>
         <translation>&amp;Selecionar tudo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1258"/>
+        <location filename="../ViewManager/ViewManager.py" line="1257"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1266"/>
+        <location filename="../ViewManager/ViewManager.py" line="1265"/>
         <source>Select all text</source>
         <translation>Selecionar o texto todo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1268"/>
+        <location filename="../ViewManager/ViewManager.py" line="1267"/>
         <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="1276"/>
+        <location filename="../ViewManager/ViewManager.py" line="1275"/>
         <source>Deselect all</source>
         <translation>Desselecionar tudo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1276"/>
+        <location filename="../ViewManager/ViewManager.py" line="1275"/>
         <source>&amp;Deselect all</source>
         <translation>&amp;Desselecionar tudo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1276"/>
+        <location filename="../ViewManager/ViewManager.py" line="1275"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1283"/>
+        <location filename="../ViewManager/ViewManager.py" line="1282"/>
         <source>Deselect all text</source>
         <translation>Desselecionar todo o texto</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1285"/>
+        <location filename="../ViewManager/ViewManager.py" line="1284"/>
         <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="1300"/>
+        <location filename="../ViewManager/ViewManager.py" line="1299"/>
         <source>Convert Line End Characters</source>
         <translation>Convertir Caráteres de Fim de Linha</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1293"/>
+        <location filename="../ViewManager/ViewManager.py" line="1292"/>
         <source>Convert &amp;Line End Characters</source>
         <translation>Convertir Caráteres de Fim de &amp;Linha</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1302"/>
+        <location filename="../ViewManager/ViewManager.py" line="1301"/>
         <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="1316"/>
+        <location filename="../ViewManager/ViewManager.py" line="1315"/>
         <source>Shorten empty lines</source>
         <translation>Mostrar linhas vazias</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1318"/>
+        <location filename="../ViewManager/ViewManager.py" line="1317"/>
         <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>&lt;b&gt;Encolher linhas vazias&lt;/b&gt;&lt;p&gt;Encolhe as linhas que apenas contêm caráters em branco.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1327"/>
+        <location filename="../ViewManager/ViewManager.py" line="1326"/>
         <source>&amp;Complete</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2778"/>
+        <location filename="../ViewManager/ViewManager.py" line="2776"/>
         <source>Complete</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1334"/>
+        <location filename="../ViewManager/ViewManager.py" line="1333"/>
         <source>Complete current word</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1336"/>
+        <location filename="../ViewManager/ViewManager.py" line="1335"/>
         <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="1345"/>
+        <location filename="../ViewManager/ViewManager.py" line="1344"/>
         <source>Complete from Document</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1355"/>
+        <location filename="../ViewManager/ViewManager.py" line="1354"/>
         <source>Complete current word from Document</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1358"/>
+        <location filename="../ViewManager/ViewManager.py" line="1357"/>
         <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="1368"/>
+        <location filename="../ViewManager/ViewManager.py" line="1367"/>
         <source>Complete from APIs</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1378"/>
+        <location filename="../ViewManager/ViewManager.py" line="1377"/>
         <source>Complete current word from APIs</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1381"/>
+        <location filename="../ViewManager/ViewManager.py" line="1380"/>
         <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="1391"/>
+        <location filename="../ViewManager/ViewManager.py" line="1390"/>
         <source>Complete from Document and APIs</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1401"/>
+        <location filename="../ViewManager/ViewManager.py" line="1400"/>
         <source>Complete current word from Document and APIs</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1404"/>
+        <location filename="../ViewManager/ViewManager.py" line="1403"/>
         <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="1414"/>
+        <location filename="../ViewManager/ViewManager.py" line="1413"/>
         <source>Calltip</source>
         <translation type="unfinished">Dica</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1414"/>
+        <location filename="../ViewManager/ViewManager.py" line="1413"/>
         <source>&amp;Calltip</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1421"/>
+        <location filename="../ViewManager/ViewManager.py" line="1420"/>
         <source>Show Calltips</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1423"/>
+        <location filename="../ViewManager/ViewManager.py" line="1422"/>
         <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="1481"/>
+        <location filename="../ViewManager/ViewManager.py" line="1480"/>
         <source>Move left one character</source>
         <translation>Mover um caráter à esquerda</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1481"/>
+        <location filename="../ViewManager/ViewManager.py" line="1480"/>
         <source>Left</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1495"/>
+        <location filename="../ViewManager/ViewManager.py" line="1494"/>
         <source>Move right one character</source>
         <translation>Mover um caráter à direita</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1495"/>
+        <location filename="../ViewManager/ViewManager.py" line="1494"/>
         <source>Right</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1509"/>
+        <location filename="../ViewManager/ViewManager.py" line="1508"/>
         <source>Move up one line</source>
         <translation>Mover uma linha acima</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1509"/>
+        <location filename="../ViewManager/ViewManager.py" line="1508"/>
         <source>Up</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1521"/>
+        <location filename="../ViewManager/ViewManager.py" line="1520"/>
         <source>Move down one line</source>
         <translation>Mover uma linha abaixo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1521"/>
+        <location filename="../ViewManager/ViewManager.py" line="1520"/>
         <source>Down</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1533"/>
+        <location filename="../ViewManager/ViewManager.py" line="1532"/>
         <source>Move left one word part</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1567"/>
+        <location filename="../ViewManager/ViewManager.py" line="1566"/>
         <source>Alt+Left</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1547"/>
+        <location filename="../ViewManager/ViewManager.py" line="1546"/>
         <source>Move right one word part</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2448"/>
+        <location filename="../ViewManager/ViewManager.py" line="2446"/>
         <source>Alt+Right</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1561"/>
+        <location filename="../ViewManager/ViewManager.py" line="1560"/>
         <source>Move left one word</source>
         <translation>Mover uma palavra à esquerda</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1612"/>
+        <location filename="../ViewManager/ViewManager.py" line="1611"/>
         <source>Ctrl+Left</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1576"/>
+        <location filename="../ViewManager/ViewManager.py" line="1575"/>
         <source>Move right one word</source>
         <translation>Mover uma palavra à direita</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2202"/>
+        <location filename="../ViewManager/ViewManager.py" line="2200"/>
         <source>Ctrl+Right</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2403"/>
+        <location filename="../ViewManager/ViewManager.py" line="2401"/>
         <source>Home</source>
         <translation type="unfinished">Página Inicial</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1615"/>
+        <location filename="../ViewManager/ViewManager.py" line="1614"/>
         <source>Alt+Home</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2418"/>
+        <location filename="../ViewManager/ViewManager.py" line="2416"/>
         <source>End</source>
         <translation type="unfinished">Fim</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1638"/>
+        <location filename="../ViewManager/ViewManager.py" line="1637"/>
         <source>Scroll view down one line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1728"/>
+        <location filename="../ViewManager/ViewManager.py" line="1727"/>
         <source>Ctrl+Down</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1650"/>
+        <location filename="../ViewManager/ViewManager.py" line="1649"/>
         <source>Scroll view up one line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1711"/>
+        <location filename="../ViewManager/ViewManager.py" line="1710"/>
         <source>Ctrl+Up</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1661"/>
+        <location filename="../ViewManager/ViewManager.py" line="1660"/>
         <source>Move up one paragraph</source>
         <translation>Mover um parágrafo acima</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1661"/>
+        <location filename="../ViewManager/ViewManager.py" line="1660"/>
         <source>Alt+Up</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1670"/>
+        <location filename="../ViewManager/ViewManager.py" line="1669"/>
         <source>Move down one paragraph</source>
         <translation>Mover um parágrafo abaixo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1670"/>
+        <location filename="../ViewManager/ViewManager.py" line="1669"/>
         <source>Alt+Down</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1682"/>
+        <location filename="../ViewManager/ViewManager.py" line="1681"/>
         <source>Move up one page</source>
         <translation>Mover uma página acima</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1682"/>
+        <location filename="../ViewManager/ViewManager.py" line="1681"/>
         <source>PgUp</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1691"/>
+        <location filename="../ViewManager/ViewManager.py" line="1690"/>
         <source>Move down one page</source>
         <translation>Mover uma pagina abaixo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1691"/>
+        <location filename="../ViewManager/ViewManager.py" line="1690"/>
         <source>PgDown</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1714"/>
+        <location filename="../ViewManager/ViewManager.py" line="1713"/>
         <source>Ctrl+Home</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1731"/>
+        <location filename="../ViewManager/ViewManager.py" line="1730"/>
         <source>Ctrl+End</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1737"/>
+        <location filename="../ViewManager/ViewManager.py" line="1736"/>
         <source>Indent one level</source>
         <translation>Indentar um nivel</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1737"/>
+        <location filename="../ViewManager/ViewManager.py" line="1736"/>
         <source>Tab</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1746"/>
+        <location filename="../ViewManager/ViewManager.py" line="1745"/>
         <source>Unindent one level</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1746"/>
+        <location filename="../ViewManager/ViewManager.py" line="1745"/>
         <source>Shift+Tab</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1756"/>
+        <location filename="../ViewManager/ViewManager.py" line="1755"/>
         <source>Extend selection left one character</source>
         <translation>Estende a seleção um caráter à esquerda</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1756"/>
+        <location filename="../ViewManager/ViewManager.py" line="1755"/>
         <source>Shift+Left</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1771"/>
+        <location filename="../ViewManager/ViewManager.py" line="1770"/>
         <source>Extend selection right one character</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1771"/>
+        <location filename="../ViewManager/ViewManager.py" line="1770"/>
         <source>Shift+Right</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1786"/>
+        <location filename="../ViewManager/ViewManager.py" line="1785"/>
         <source>Extend selection up one line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1786"/>
+        <location filename="../ViewManager/ViewManager.py" line="1785"/>
         <source>Shift+Up</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1801"/>
+        <location filename="../ViewManager/ViewManager.py" line="1800"/>
         <source>Extend selection down one line</source>
         <translation>Estende a seleção abaixo uma linha</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1801"/>
+        <location filename="../ViewManager/ViewManager.py" line="1800"/>
         <source>Shift+Down</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1816"/>
+        <location filename="../ViewManager/ViewManager.py" line="1815"/>
         <source>Extend selection left one word part</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1852"/>
+        <location filename="../ViewManager/ViewManager.py" line="1851"/>
         <source>Alt+Shift+Left</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1830"/>
+        <location filename="../ViewManager/ViewManager.py" line="1829"/>
         <source>Extend selection right one word part</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2463"/>
+        <location filename="../ViewManager/ViewManager.py" line="2461"/>
         <source>Alt+Shift+Right</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1844"/>
+        <location filename="../ViewManager/ViewManager.py" line="1843"/>
         <source>Extend selection left one word</source>
         <translation>Estende a seleção uma palavra à esquerda</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2557"/>
+        <location filename="../ViewManager/ViewManager.py" line="2555"/>
         <source>Ctrl+Shift+Left</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1861"/>
+        <location filename="../ViewManager/ViewManager.py" line="1860"/>
         <source>Extend selection right one word</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2219"/>
+        <location filename="../ViewManager/ViewManager.py" line="2217"/>
         <source>Ctrl+Shift+Right</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1890"/>
+        <location filename="../ViewManager/ViewManager.py" line="1889"/>
         <source>Shift+Home</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2323"/>
+        <location filename="../ViewManager/ViewManager.py" line="2321"/>
         <source>Alt+Shift+Home</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1907"/>
+        <location filename="../ViewManager/ViewManager.py" line="1906"/>
         <source>Shift+End</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1913"/>
+        <location filename="../ViewManager/ViewManager.py" line="1912"/>
         <source>Extend selection up one paragraph</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1913"/>
+        <location filename="../ViewManager/ViewManager.py" line="1912"/>
         <source>Alt+Shift+Up</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1926"/>
+        <location filename="../ViewManager/ViewManager.py" line="1925"/>
         <source>Extend selection down one paragraph</source>
         <translation>Estende a seleção abaixo uma parágrafo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1926"/>
+        <location filename="../ViewManager/ViewManager.py" line="1925"/>
         <source>Alt+Shift+Down</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1939"/>
+        <location filename="../ViewManager/ViewManager.py" line="1938"/>
         <source>Extend selection up one page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1939"/>
+        <location filename="../ViewManager/ViewManager.py" line="1938"/>
         <source>Shift+PgUp</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1951"/>
+        <location filename="../ViewManager/ViewManager.py" line="1950"/>
         <source>Extend selection down one page</source>
         <translation>Estende a seleção abaixo uma página</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1951"/>
+        <location filename="../ViewManager/ViewManager.py" line="1950"/>
         <source>Shift+PgDown</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1978"/>
+        <location filename="../ViewManager/ViewManager.py" line="1977"/>
         <source>Ctrl+Shift+Home</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1995"/>
+        <location filename="../ViewManager/ViewManager.py" line="1994"/>
         <source>Ctrl+Shift+End</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2001"/>
+        <location filename="../ViewManager/ViewManager.py" line="2000"/>
         <source>Delete previous character</source>
         <translation>Apagar o caratér anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2001"/>
+        <location filename="../ViewManager/ViewManager.py" line="2000"/>
         <source>Backspace</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2013"/>
+        <location filename="../ViewManager/ViewManager.py" line="2012"/>
         <source>Shift+Backspace</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2032"/>
+        <location filename="../ViewManager/ViewManager.py" line="2031"/>
         <source>Delete current character</source>
         <translation>Apagar o caratér atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2032"/>
+        <location filename="../ViewManager/ViewManager.py" line="2031"/>
         <source>Del</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2046"/>
+        <location filename="../ViewManager/ViewManager.py" line="2045"/>
         <source>Delete word to left</source>
         <translation>Apagar palavra à esquerda</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2046"/>
+        <location filename="../ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Backspace</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2057"/>
+        <location filename="../ViewManager/ViewManager.py" line="2056"/>
         <source>Delete word to right</source>
         <translation>Apagar palavra à direita</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2057"/>
+        <location filename="../ViewManager/ViewManager.py" line="2056"/>
         <source>Ctrl+Del</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2067"/>
+        <location filename="../ViewManager/ViewManager.py" line="2066"/>
         <source>Delete line to left</source>
         <translation>Apagar a linha à esquerda</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2067"/>
+        <location filename="../ViewManager/ViewManager.py" line="2066"/>
         <source>Ctrl+Shift+Backspace</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2078"/>
+        <location filename="../ViewManager/ViewManager.py" line="2077"/>
         <source>Delete line to right</source>
         <translation>Apagar a linha à direita</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2087"/>
+        <location filename="../ViewManager/ViewManager.py" line="2086"/>
         <source>Ctrl+Shift+Del</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2093"/>
+        <location filename="../ViewManager/ViewManager.py" line="2092"/>
         <source>Insert new line</source>
         <translation>Inserir linha nova</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2093"/>
+        <location filename="../ViewManager/ViewManager.py" line="2092"/>
         <source>Return</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2093"/>
+        <location filename="../ViewManager/ViewManager.py" line="2092"/>
         <source>Enter</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2103"/>
+        <location filename="../ViewManager/ViewManager.py" line="2102"/>
         <source>Insert new line below current line</source>
         <translation>Inserir linha nova abaixo da atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2103"/>
+        <location filename="../ViewManager/ViewManager.py" line="2102"/>
         <source>Shift+Return</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2103"/>
+        <location filename="../ViewManager/ViewManager.py" line="2102"/>
         <source>Shift+Enter</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2116"/>
+        <location filename="../ViewManager/ViewManager.py" line="2115"/>
         <source>Delete current line</source>
         <translation>Apagar a linha atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2116"/>
+        <location filename="../ViewManager/ViewManager.py" line="2115"/>
         <source>Ctrl+Shift+L</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2127"/>
+        <location filename="../ViewManager/ViewManager.py" line="2126"/>
         <source>Duplicate current line</source>
         <translation>Duplicar a linha atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2127"/>
+        <location filename="../ViewManager/ViewManager.py" line="2126"/>
         <source>Ctrl+D</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2138"/>
+        <location filename="../ViewManager/ViewManager.py" line="2137"/>
         <source>Swap current and previous lines</source>
         <translation>Trocar a linha atual pela anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2138"/>
+        <location filename="../ViewManager/ViewManager.py" line="2137"/>
         <source>Ctrl+T</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2162"/>
+        <location filename="../ViewManager/ViewManager.py" line="2160"/>
         <source>Cut current line</source>
         <translation>Cortar a linha atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2162"/>
+        <location filename="../ViewManager/ViewManager.py" line="2160"/>
         <source>Alt+Shift+L</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2172"/>
+        <location filename="../ViewManager/ViewManager.py" line="2170"/>
         <source>Copy current line</source>
         <translation>Copiar a linha atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2172"/>
+        <location filename="../ViewManager/ViewManager.py" line="2170"/>
         <source>Ctrl+Shift+T</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2183"/>
+        <location filename="../ViewManager/ViewManager.py" line="2181"/>
         <source>Toggle insert/overtype</source>
         <translation>Alternar inserir/sobreescrever</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2183"/>
+        <location filename="../ViewManager/ViewManager.py" line="2181"/>
         <source>Ins</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2747"/>
+        <location filename="../ViewManager/ViewManager.py" line="2745"/>
         <source>Convert selection to lower case</source>
         <translation>Convertir a seleção para minúsculas</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2747"/>
+        <location filename="../ViewManager/ViewManager.py" line="2745"/>
         <source>Alt+Shift+U</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2759"/>
+        <location filename="../ViewManager/ViewManager.py" line="2757"/>
         <source>Convert selection to upper case</source>
         <translation>Convertir a seleção para maiúsculas</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2759"/>
+        <location filename="../ViewManager/ViewManager.py" line="2757"/>
         <source>Ctrl+Shift+U</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2205"/>
+        <location filename="../ViewManager/ViewManager.py" line="2203"/>
         <source>Alt+End</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2225"/>
+        <location filename="../ViewManager/ViewManager.py" line="2223"/>
         <source>Formfeed</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2234"/>
+        <location filename="../ViewManager/ViewManager.py" line="2232"/>
         <source>Escape</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2234"/>
+        <location filename="../ViewManager/ViewManager.py" line="2232"/>
         <source>Esc</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2243"/>
+        <location filename="../ViewManager/ViewManager.py" line="2241"/>
         <source>Extend rectangular selection down one line</source>
         <translation>Aumentar a seleção retangular uma linha abaixo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2243"/>
+        <location filename="../ViewManager/ViewManager.py" line="2241"/>
         <source>Alt+Ctrl+Down</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2259"/>
+        <location filename="../ViewManager/ViewManager.py" line="2257"/>
         <source>Extend rectangular selection up one line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2259"/>
+        <location filename="../ViewManager/ViewManager.py" line="2257"/>
         <source>Alt+Ctrl+Up</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2274"/>
+        <location filename="../ViewManager/ViewManager.py" line="2272"/>
         <source>Extend rectangular selection left one character</source>
         <translation>Aumentar a seleção retangular um caratér à esquerda</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2274"/>
+        <location filename="../ViewManager/ViewManager.py" line="2272"/>
         <source>Alt+Ctrl+Left</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2292"/>
+        <location filename="../ViewManager/ViewManager.py" line="2290"/>
         <source>Extend rectangular selection right one character</source>
         <translation>Aumentar a seleção retangular um caratér à direita</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2292"/>
+        <location filename="../ViewManager/ViewManager.py" line="2290"/>
         <source>Alt+Ctrl+Right</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2348"/>
+        <location filename="../ViewManager/ViewManager.py" line="2346"/>
         <source>Extend rectangular selection up one page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2363"/>
+        <location filename="../ViewManager/ViewManager.py" line="2361"/>
         <source>Extend rectangular selection down one page</source>
         <translation>Aumentar a seleção retangular uma página abaixo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2381"/>
+        <location filename="../ViewManager/ViewManager.py" line="2379"/>
         <source>Duplicate current selection</source>
         <translation>Duplicar a seleção atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2381"/>
+        <location filename="../ViewManager/ViewManager.py" line="2379"/>
         <source>Ctrl+Shift+D</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3354"/>
+        <location filename="../ViewManager/ViewManager.py" line="3352"/>
         <source>&amp;Search</source>
         <translation>&amp;Procurar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2788"/>
+        <location filename="../ViewManager/ViewManager.py" line="2786"/>
         <source>&amp;Edit</source>
         <translation>&amp;Editar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2845"/>
+        <location filename="../ViewManager/ViewManager.py" line="2843"/>
         <source>Edit</source>
         <translation>Editar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3449"/>
+        <location filename="../ViewManager/ViewManager.py" line="3447"/>
         <source>Search</source>
         <translation>Procurar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2877"/>
+        <location filename="../ViewManager/ViewManager.py" line="2875"/>
         <source>&amp;Search...</source>
         <translation>&amp;Procurar...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2877"/>
+        <location filename="../ViewManager/ViewManager.py" line="2875"/>
         <source>Ctrl+F</source>
         <comment>Search|Search</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="2883"/>
+        <source>Search for a text</source>
+        <translation>Procurar um texto</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="2885"/>
-        <source>Search for a text</source>
-        <translation>Procurar um texto</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2887"/>
         <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="2897"/>
+        <location filename="../ViewManager/ViewManager.py" line="2895"/>
         <source>Search next</source>
         <translation>Procurar próximo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2897"/>
+        <location filename="../ViewManager/ViewManager.py" line="2895"/>
         <source>Search &amp;next</source>
         <translation>Procurar &amp;próximo</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2897"/>
+        <location filename="../ViewManager/ViewManager.py" line="2895"/>
         <source>F3</source>
         <comment>Search|Search next</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="2904"/>
+        <source>Search next occurrence of text</source>
+        <translation>Procurar a próxima ocurrência do texto</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="2906"/>
-        <source>Search next occurrence of text</source>
-        <translation>Procurar a próxima ocurrência do texto</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2908"/>
         <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="2918"/>
+        <location filename="../ViewManager/ViewManager.py" line="2916"/>
         <source>Search previous</source>
         <translation>Procurar anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2918"/>
+        <location filename="../ViewManager/ViewManager.py" line="2916"/>
         <source>Search &amp;previous</source>
         <translation>Procurar &amp;anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2918"/>
+        <location filename="../ViewManager/ViewManager.py" line="2916"/>
         <source>Shift+F3</source>
         <comment>Search|Search previous</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="2924"/>
+        <source>Search previous occurrence of text</source>
+        <translation>Procurar ocurrência anterior do texto</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="2926"/>
-        <source>Search previous occurrence of text</source>
-        <translation>Procurar ocurrência anterior do texto</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2928"/>
         <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="2938"/>
+        <location filename="../ViewManager/ViewManager.py" line="2936"/>
         <source>Clear search markers</source>
         <translation>Limpar marcadores de pesquisa</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2938"/>
+        <location filename="../ViewManager/ViewManager.py" line="2936"/>
         <source>Ctrl+3</source>
         <comment>Search|Clear search markers</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="2944"/>
+        <source>Clear all displayed search markers</source>
+        <translation>Limpar todos os marcadores de pesquisa mostrados</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="2946"/>
-        <source>Clear all displayed search markers</source>
-        <translation>Limpar todos os marcadores de pesquisa mostrados</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2948"/>
         <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="3003"/>
+        <location filename="../ViewManager/ViewManager.py" line="3001"/>
         <source>Replace</source>
         <translation>Substituir</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3003"/>
+        <location filename="../ViewManager/ViewManager.py" line="3001"/>
         <source>&amp;Replace...</source>
         <translation>&amp;Substituir...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3003"/>
+        <location filename="../ViewManager/ViewManager.py" line="3001"/>
         <source>Ctrl+R</source>
         <comment>Search|Replace</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3008"/>
+        <source>Replace some text</source>
+        <translation>Substituir algum texto</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3010"/>
-        <source>Replace some text</source>
-        <translation>Substituir algum texto</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3012"/>
         <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="3389"/>
+        <location filename="../ViewManager/ViewManager.py" line="3387"/>
         <source>Quicksearch</source>
         <translation>Pesquisa Rápida</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3090"/>
+        <location filename="../ViewManager/ViewManager.py" line="3088"/>
         <source>&amp;Quicksearch</source>
         <translation>&amp;Pesquisa Rápida</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3090"/>
+        <location filename="../ViewManager/ViewManager.py" line="3088"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3096"/>
+        <source>Perform a quicksearch</source>
+        <translation>Executar uma pesquisa rápida</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3098"/>
-        <source>Perform a quicksearch</source>
-        <translation>Executar uma pesquisa rápida</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3100"/>
         <source>&lt;b&gt;Quicksearch&lt;/b&gt;&lt;p&gt;This activates the quicksearch function of the IDE by giving focus to the quicksearch entry field. If this field is already active and contains text, it searches for the next occurrence of this text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3111"/>
+        <location filename="../ViewManager/ViewManager.py" line="3109"/>
         <source>Quicksearch backwards</source>
         <translation>Pesquisa Rápida para trás</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3111"/>
+        <location filename="../ViewManager/ViewManager.py" line="3109"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>Pesquisa Rápida para &amp;trás</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3111"/>
+        <location filename="../ViewManager/ViewManager.py" line="3109"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3121"/>
+        <location filename="../ViewManager/ViewManager.py" line="3119"/>
         <source>Perform a quicksearch backwards</source>
         <translation>Executar uma pesquisa rápida para trás</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3124"/>
+        <location filename="../ViewManager/ViewManager.py" line="3122"/>
         <source>&lt;b&gt;Quicksearch backwards&lt;/b&gt;&lt;p&gt;This searches the previous occurrence of the quicksearch text.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3133"/>
+        <location filename="../ViewManager/ViewManager.py" line="3131"/>
         <source>Quicksearch extend</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3133"/>
+        <location filename="../ViewManager/ViewManager.py" line="3131"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3133"/>
+        <location filename="../ViewManager/ViewManager.py" line="3131"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3141"/>
+        <location filename="../ViewManager/ViewManager.py" line="3139"/>
         <source>Extend the quicksearch to the end of the current word</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3144"/>
+        <location filename="../ViewManager/ViewManager.py" line="3142"/>
         <source>&lt;b&gt;Quicksearch extend&lt;/b&gt;&lt;p&gt;This extends the quicksearch text to the end of the word currently found.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3160"/>
+        <source>Goto Line</source>
+        <translation>Ir à linha</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3152"/>
+        <source>&amp;Goto Line...</source>
+        <translation>Ir à &amp;Linha...</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3152"/>
+        <source>Ctrl+G</source>
+        <comment>Search|Goto Line</comment>
+        <translation></translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3162"/>
-        <source>Goto Line</source>
-        <translation>Ir à linha</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3154"/>
-        <source>&amp;Goto Line...</source>
-        <translation>Ir à &amp;Linha...</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3154"/>
-        <source>Ctrl+G</source>
-        <comment>Search|Goto Line</comment>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3164"/>
         <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="3179"/>
+        <source>Goto Brace</source>
+        <translation>Ir ao Parentesis</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3171"/>
+        <source>Goto &amp;Brace</source>
+        <translation>Ir ao &amp;Parentesis</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3171"/>
+        <source>Ctrl+L</source>
+        <comment>Search|Goto Brace</comment>
+        <translation></translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3181"/>
-        <source>Goto Brace</source>
-        <translation>Ir ao Parentesis</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3173"/>
-        <source>Goto &amp;Brace</source>
-        <translation>Ir ao &amp;Parentesis</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3173"/>
-        <source>Ctrl+L</source>
-        <comment>Search|Goto Brace</comment>
-        <translation></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3183"/>
         <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>&lt;b&gt;Ir ao Parentesis&lt;/b&gt;&lt;p&gt;Ir ao parentesis par correspondente no editor atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3261"/>
+        <location filename="../ViewManager/ViewManager.py" line="3259"/>
         <source>Search in Files</source>
         <translation>Procurar em Ficheiros</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3261"/>
+        <location filename="../ViewManager/ViewManager.py" line="3259"/>
         <source>Search in &amp;Files...</source>
         <translation>Procurar em &amp;Ficheiros...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3261"/>
+        <location filename="../ViewManager/ViewManager.py" line="3259"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3267"/>
+        <source>Search for a text in files</source>
+        <translation>Procurar um texto em ficheiros</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3269"/>
-        <source>Search for a text in files</source>
-        <translation>Procurar um texto em ficheiros</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3271"/>
         <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 dialog 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="3281"/>
+        <location filename="../ViewManager/ViewManager.py" line="3279"/>
         <source>Replace in Files</source>
         <translation>Substituir em Ficheiros</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3281"/>
+        <location filename="../ViewManager/ViewManager.py" line="3279"/>
         <source>Replace in F&amp;iles...</source>
         <translation>Substituir em F&amp;icheiros...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3281"/>
+        <location filename="../ViewManager/ViewManager.py" line="3279"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3286"/>
+        <source>Search for a text in files and replace it</source>
+        <translation>Procurar e substituir um texto em ficheiros</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3288"/>
-        <source>Search for a text in files and replace it</source>
-        <translation>Procurar e substituir um texto em ficheiros</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3290"/>
         <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 dialog 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="3408"/>
+        <location filename="../ViewManager/ViewManager.py" line="3406"/>
         <source>&lt;p&gt;Enter the searchtext directly into this field. The search will be performed case insensitive. The quicksearch function is activated upon activation of the quicksearch next action (default key Ctrl+Shift+K), if this entry field does not have the input focus. Otherwise it searches for the next occurrence of the text entered. The quicksearch backwards action (default key Ctrl+Shift+J) searches backward. Activating the &apos;quicksearch extend&apos; action (default key Ctrl+Shift+H) extends the current searchtext to the end of the currently found word. The quicksearch can be ended by pressing the Return key while the quicksearch entry has the the input focus.&lt;/p&gt;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3435"/>
+        <location filename="../ViewManager/ViewManager.py" line="3433"/>
         <source>Quicksearch Textedit</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3489"/>
+        <location filename="../ViewManager/ViewManager.py" line="3487"/>
         <source>Zoom in</source>
         <translation>Aproximar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3489"/>
+        <location filename="../ViewManager/ViewManager.py" line="3487"/>
         <source>Zoom &amp;in</source>
         <translation>Apro&amp;ximar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3489"/>
+        <location filename="../ViewManager/ViewManager.py" line="3487"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3496"/>
+        <source>Zoom in on the text</source>
+        <translation>Aproximar no texto</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3498"/>
-        <source>Zoom in on the text</source>
-        <translation>Aproximar no texto</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3500"/>
         <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>&lt;b&gt;Aproximar&lt;/b&gt;&lt;p&gt;Aproximar no texto. Isto faz o texto mais grande.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3508"/>
+        <location filename="../ViewManager/ViewManager.py" line="3506"/>
         <source>Zoom out</source>
         <translation>Afastar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3508"/>
+        <location filename="../ViewManager/ViewManager.py" line="3506"/>
         <source>Zoom &amp;out</source>
         <translation>A&amp;fastar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3508"/>
+        <location filename="../ViewManager/ViewManager.py" line="3506"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3515"/>
+        <source>Zoom out on the text</source>
+        <translation>Afastar no texto</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3517"/>
-        <source>Zoom out on the text</source>
-        <translation>Afastar no texto</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3519"/>
         <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>&lt;b&gt;Afastar&lt;/b&gt;&lt;p&gt;Afastar no texto. Isto faz o texto mais pequeno.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3546"/>
+        <location filename="../ViewManager/ViewManager.py" line="3544"/>
         <source>Zoom</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3546"/>
+        <location filename="../ViewManager/ViewManager.py" line="3544"/>
         <source>&amp;Zoom</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3546"/>
+        <location filename="../ViewManager/ViewManager.py" line="3544"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3552"/>
+        <source>Zoom the text</source>
+        <translation>Zoom no texto</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3554"/>
-        <source>Zoom the text</source>
-        <translation>Zoom no texto</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3556"/>
         <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="3567"/>
+        <source>Toggle all folds</source>
+        <translation>Alternar as dobras todas</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3563"/>
+        <source>&amp;Toggle all folds</source>
+        <translation type="unfinished">Alternar dobras &amp;todas</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3569"/>
-        <source>Toggle all folds</source>
-        <translation>Alternar as dobras todas</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3565"/>
-        <source>&amp;Toggle all folds</source>
-        <translation type="unfinished">Alternar dobras &amp;todas</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3571"/>
         <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="3583"/>
+        <source>Toggle all folds (including children)</source>
+        <translation>Alternar as dobras todas (incluindo filhos)</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3577"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation>Alternar &amp;dobras todas (incluindo filhos)</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3585"/>
-        <source>Toggle all folds (including children)</source>
-        <translation>Alternar as dobras todas (incluindo filhos)</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3579"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation>Alternar &amp;dobras todas (incluindo filhos)</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3587"/>
         <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="3599"/>
+        <source>Toggle current fold</source>
+        <translation>Alternar a dobra atual</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3595"/>
+        <source>Toggle &amp;current fold</source>
+        <translation>Alternar dobra &amp;atual</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3601"/>
-        <source>Toggle current fold</source>
-        <translation>Alternar a dobra atual</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3597"/>
-        <source>Toggle &amp;current fold</source>
-        <translation>Alternar dobra &amp;atual</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3603"/>
         <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="3631"/>
+        <source>Remove all highlights</source>
+        <translation>Retirar todo o ressaltado</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3633"/>
-        <source>Remove all highlights</source>
-        <translation>Retirar todo o ressaltado</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3635"/>
         <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="3681"/>
+        <location filename="../ViewManager/ViewManager.py" line="3679"/>
         <source>Split view</source>
         <translation>Vista dividida</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3681"/>
+        <location filename="../ViewManager/ViewManager.py" line="3679"/>
         <source>&amp;Split view</source>
         <translation>Vista &amp;dividida</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3684"/>
+        <source>Add a split to the view</source>
+        <translation>Adicionar uma divisão à vista</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3686"/>
-        <source>Add a split to the view</source>
-        <translation>Adicionar uma divisão à vista</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3688"/>
         <source>&lt;b&gt;Split view&lt;/b&gt;&lt;p&gt;Add a split to the view.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Vista dividida&lt;/b&gt;&lt;p&gt;Adiciona uma divisão ao visor.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3696"/>
+        <location filename="../ViewManager/ViewManager.py" line="3694"/>
         <source>Arrange horizontally</source>
         <translation>Organizar horizontalmente</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3696"/>
+        <location filename="../ViewManager/ViewManager.py" line="3694"/>
         <source>Arrange &amp;horizontally</source>
         <translation>Organizar &amp;horizontalmente</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3698"/>
+        <source>Arrange the splitted views horizontally</source>
+        <translation>Organizar horizontalmente os visores divididos</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3700"/>
-        <source>Arrange the splitted views horizontally</source>
-        <translation>Organizar horizontalmente os visores divididos</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3702"/>
         <source>&lt;b&gt;Arrange horizontally&lt;/b&gt;&lt;p&gt;Arrange the splitted views horizontally.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ordenar horizontalmente&lt;/b&gt;&lt;p&gt;Ordena horizontalmente os visores divididos.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3711"/>
+        <location filename="../ViewManager/ViewManager.py" line="3709"/>
         <source>Remove split</source>
         <translation>Retirar divisão</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3711"/>
+        <location filename="../ViewManager/ViewManager.py" line="3709"/>
         <source>&amp;Remove split</source>
         <translation>&amp;Retirar divisão</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3714"/>
+        <source>Remove the current split</source>
+        <translation>Retira a divisão atual</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3716"/>
-        <source>Remove the current split</source>
-        <translation>Retira a divisão atual</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3718"/>
         <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Retirar divisão&lt;/b&gt;&lt;p&gt;Retira a divisão atual.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3726"/>
+        <location filename="../ViewManager/ViewManager.py" line="3724"/>
         <source>Next split</source>
         <translation>Separação seguinte</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3726"/>
+        <location filename="../ViewManager/ViewManager.py" line="3724"/>
         <source>&amp;Next split</source>
         <translation>Separação segui&amp;nte</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3726"/>
+        <location filename="../ViewManager/ViewManager.py" line="3724"/>
         <source>Ctrl+Alt+N</source>
         <comment>View|Next split</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3731"/>
+        <source>Move to the next split</source>
+        <translation>Mover à seguinte divisão</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3733"/>
-        <source>Move to the next split</source>
-        <translation>Mover à seguinte divisão</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3735"/>
         <source>&lt;b&gt;Next split&lt;/b&gt;&lt;p&gt;Move to the next split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Separação seguinte&lt;/b&gt;&lt;p&gt;Mover à proxima divisão.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3743"/>
+        <location filename="../ViewManager/ViewManager.py" line="3741"/>
         <source>Previous split</source>
         <translation>Divisão anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3743"/>
+        <location filename="../ViewManager/ViewManager.py" line="3741"/>
         <source>&amp;Previous split</source>
         <translation>Divisão &amp;anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3743"/>
+        <location filename="../ViewManager/ViewManager.py" line="3741"/>
         <source>Ctrl+Alt+P</source>
         <comment>View|Previous split</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3747"/>
+        <source>Move to the previous split</source>
+        <translation>Mover à divisão anterior</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3749"/>
-        <source>Move to the previous split</source>
-        <translation>Mover à divisão anterior</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3751"/>
         <source>&lt;b&gt;Previous split&lt;/b&gt;&lt;p&gt;Move to the previous split.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Separação anterior&lt;/b&gt;&lt;p&gt;Mover à divisão anterior.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3835"/>
+        <location filename="../ViewManager/ViewManager.py" line="3833"/>
         <source>&amp;View</source>
         <translation>&amp;Vista</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3872"/>
+        <location filename="../ViewManager/ViewManager.py" line="3870"/>
         <source>View</source>
         <translation>Vista</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3906"/>
+        <source>Start Macro Recording</source>
+        <translation>Iniciar Registo de Macro</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3900"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation>Iniciar Regis&amp;to de Macro</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3908"/>
-        <source>Start Macro Recording</source>
-        <translation>Iniciar Registo de Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3902"/>
-        <source>S&amp;tart Macro Recording</source>
-        <translation>Iniciar Regis&amp;to de Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3910"/>
         <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>&lt;b&gt;Iniciar Registo de Macro&lt;/b&gt;&lt;p&gt;Inicia o registo de comandos do editor num macro novo.&lt;/p&gt;</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3920"/>
+        <source>Stop Macro Recording</source>
+        <translation>Para Registo de Macro</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3916"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation>&amp;Para Registo de Macro</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3922"/>
-        <source>Stop Macro Recording</source>
-        <translation>Para Registo de Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3918"/>
-        <source>Sto&amp;p Macro Recording</source>
-        <translation>&amp;Para Registo de Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3924"/>
         <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>&lt;b&gt;Parar Registo de Macro&lt;/b&gt;&lt;p&gt;Pára o registo de comandos do editor num macro novo.&lt;/p&gt;</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3934"/>
+        <source>Run Macro</source>
+        <translation>Executar Macro</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3930"/>
+        <source>&amp;Run Macro</source>
+        <translation>Executa&amp;r Macro</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3936"/>
-        <source>Run Macro</source>
-        <translation>Executar Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3932"/>
-        <source>&amp;Run Macro</source>
-        <translation>Executa&amp;r Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3938"/>
         <source>&lt;b&gt;Run Macro&lt;/b&gt;&lt;p&gt;Run a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Executar Macro&lt;/b&gt;&lt;p&gt;Executa um macro de editor previamente registado.&lt;/p&gt;</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3948"/>
+        <source>Delete Macro</source>
+        <translation>Apagar Macro</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3944"/>
+        <source>&amp;Delete Macro</source>
+        <translation>&amp;Apagar Macro</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3950"/>
-        <source>Delete Macro</source>
-        <translation>Apagar Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3946"/>
-        <source>&amp;Delete Macro</source>
-        <translation>&amp;Apagar Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3952"/>
         <source>&lt;b&gt;Delete Macro&lt;/b&gt;&lt;p&gt;Delete a previously recorded editor macro.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Apagar Macro&lt;/b&gt;&lt;p&gt;Apaga um macro de editor previamente registado.&lt;/p&gt;</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3962"/>
+        <source>Load Macro</source>
+        <translation>Carregar Macro</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3958"/>
+        <source>&amp;Load Macro</source>
+        <translation>&amp;Carregar Macro</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3964"/>
-        <source>Load Macro</source>
-        <translation>Carregar Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3960"/>
-        <source>&amp;Load Macro</source>
-        <translation>&amp;Carregar Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3966"/>
         <source>&lt;b&gt;Load Macro&lt;/b&gt;&lt;p&gt;Load an editor macro from a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Carregar Macro&lt;/b&gt;&lt;p&gt;Carrega um macro de editor desde um ficheiro.&lt;/p&gt;</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3976"/>
+        <source>Save Macro</source>
+        <translation>Gravar Macro</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3972"/>
+        <source>&amp;Save Macro</source>
+        <translation>&amp;Gravar Macro</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3978"/>
-        <source>Save Macro</source>
-        <translation>Gravar Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3974"/>
-        <source>&amp;Save Macro</source>
-        <translation>&amp;Gravar Macro</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3980"/>
         <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>&lt;b&gt;Gravar Macro&lt;/b&gt;&lt;p&gt;Grava um macro de editor previamente registado num ficheiro.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3996"/>
+        <location filename="../ViewManager/ViewManager.py" line="3994"/>
         <source>&amp;Macros</source>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="4020"/>
+        <source>Toggle Bookmark</source>
+        <translation>Alternar Marcadores</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4012"/>
+        <source>&amp;Toggle Bookmark</source>
+        <translation>&amp;Alternar Marcadores</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4012"/>
+        <source>Alt+Ctrl+T</source>
+        <comment>Bookmark|Toggle</comment>
+        <translation>Alt+Ctrl+T</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4022"/>
-        <source>Toggle Bookmark</source>
-        <translation>Alternar Marcadores</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4014"/>
-        <source>&amp;Toggle Bookmark</source>
-        <translation>&amp;Alternar Marcadores</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4014"/>
-        <source>Alt+Ctrl+T</source>
-        <comment>Bookmark|Toggle</comment>
-        <translation>Alt+Ctrl+T</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4024"/>
         <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="4039"/>
+        <source>Next Bookmark</source>
+        <translation>Marcador Seguinte</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4031"/>
+        <source>&amp;Next Bookmark</source>
+        <translation>Marcador Segui&amp;nte</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4031"/>
+        <source>Ctrl+PgDown</source>
+        <comment>Bookmark|Next</comment>
+        <translation>Ctrl+PgDown</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4041"/>
-        <source>Next Bookmark</source>
-        <translation>Marcador Seguinte</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4033"/>
-        <source>&amp;Next Bookmark</source>
-        <translation>Marcador Segui&amp;nte</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4033"/>
-        <source>Ctrl+PgDown</source>
-        <comment>Bookmark|Next</comment>
-        <translation>Ctrl+PgDown</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4043"/>
         <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="4057"/>
+        <source>Previous Bookmark</source>
+        <translation>Marcador Anterior</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4049"/>
+        <source>&amp;Previous Bookmark</source>
+        <translation>Marcador &amp;Anterior</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4049"/>
+        <source>Ctrl+PgUp</source>
+        <comment>Bookmark|Previous</comment>
+        <translation>Ctrl+PgUp</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4059"/>
-        <source>Previous Bookmark</source>
-        <translation>Marcador Anterior</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4051"/>
-        <source>&amp;Previous Bookmark</source>
-        <translation>Marcador &amp;Anterior</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4051"/>
-        <source>Ctrl+PgUp</source>
-        <comment>Bookmark|Previous</comment>
-        <translation>Ctrl+PgUp</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4061"/>
         <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="4074"/>
+        <source>Clear Bookmarks</source>
+        <translation>Limpar Marcadores</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4067"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation>&amp;Limpar Marcadores</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4067"/>
+        <source>Alt+Ctrl+C</source>
+        <comment>Bookmark|Clear</comment>
+        <translation>Alt+Ctrl+C</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4076"/>
-        <source>Clear Bookmarks</source>
-        <translation>Limpar Marcadores</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4069"/>
-        <source>&amp;Clear Bookmarks</source>
-        <translation>&amp;Limpar Marcadores</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4069"/>
-        <source>Alt+Ctrl+C</source>
-        <comment>Bookmark|Clear</comment>
-        <translation>Alt+Ctrl+C</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4078"/>
         <source>&lt;b&gt;Clear Bookmarks&lt;/b&gt;&lt;p&gt;Clear bookmarks of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Limpar Marcadores&lt;/b&gt;&lt;p&gt;Limpa os marcadores de todos os editores&lt;.&lt;/p&gt;</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="4090"/>
+        <source>Goto Syntax Error</source>
+        <translation>Ir ao Erro de Sintaxe</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4084"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>&amp;Ir ao Erro de Sintaxe</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4092"/>
-        <source>Goto Syntax Error</source>
-        <translation>Ir ao Erro de Sintaxe</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4086"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>&amp;Ir ao Erro de Sintaxe</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4094"/>
         <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="4105"/>
+        <source>Clear Syntax Errors</source>
+        <translation>Limpar Erros de Sintaxe</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4100"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>Limpar Erros de &amp;Sintaxe</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4107"/>
-        <source>Clear Syntax Errors</source>
-        <translation>Limpar Erros de Sintaxe</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4102"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>Limpar Erros de &amp;Sintaxe</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4109"/>
         <source>&lt;b&gt;Clear Syntax Errors&lt;/b&gt;&lt;p&gt;Clear syntax errors of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Limpar Erros de Sintaxe&lt;/b&gt;&lt;p&gt;Limpa os erros de sintaxe dos editores todos.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4124"/>
+        <location filename="../ViewManager/ViewManager.py" line="4122"/>
         <source>Next warning message</source>
         <translation>Mensagem de aviso seguinte</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4118"/>
+        <location filename="../ViewManager/ViewManager.py" line="4116"/>
         <source>&amp;Next warning message</source>
         <translation>Mensagem de aviso segui&amp;nte</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4143"/>
+        <location filename="../ViewManager/ViewManager.py" line="4141"/>
         <source>Previous warning message</source>
         <translation>Mensagem de aviso anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4135"/>
+        <location filename="../ViewManager/ViewManager.py" line="4133"/>
         <source>&amp;Previous warning message</source>
         <translation>Mensagem de aviso &amp;anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4161"/>
+        <location filename="../ViewManager/ViewManager.py" line="4159"/>
         <source>Clear Warning Messages</source>
         <translation>Limpar Mensagens de Aviso</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4154"/>
+        <location filename="../ViewManager/ViewManager.py" line="4152"/>
         <source>Clear &amp;Warning Messages</source>
         <translation>Limpar Mensagens de &amp;Aviso</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="4175"/>
+        <source>Next uncovered line</source>
+        <translation>Linha seguinte sem cobrir</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4169"/>
+        <source>&amp;Next uncovered line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4177"/>
-        <source>Next uncovered line</source>
-        <translation>Linha seguinte sem cobrir</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4171"/>
-        <source>&amp;Next uncovered line</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4179"/>
         <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="4194"/>
+        <source>Previous uncovered line</source>
+        <translation>Linha anterior sem cobrir</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4186"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4196"/>
-        <source>Previous uncovered line</source>
-        <translation>Linha anterior sem cobrir</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4188"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4198"/>
         <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="4212"/>
+        <source>Next Task</source>
+        <translation>Tarefa Seguinte</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4206"/>
+        <source>&amp;Next Task</source>
+        <translation>Tarefa Segui&amp;nte</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4214"/>
-        <source>Next Task</source>
-        <translation>Tarefa Seguinte</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4208"/>
-        <source>&amp;Next Task</source>
-        <translation>Tarefa Segui&amp;nte</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4216"/>
         <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="4229"/>
+        <source>Previous Task</source>
+        <translation>Tarefa Anterior</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4222"/>
+        <source>&amp;Previous Task</source>
+        <translation>Tarefa &amp;Anterior</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4231"/>
-        <source>Previous Task</source>
-        <translation>Tarefa Anterior</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4224"/>
-        <source>&amp;Previous Task</source>
-        <translation>Tarefa &amp;Anterior</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4233"/>
         <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="4287"/>
+        <location filename="../ViewManager/ViewManager.py" line="4285"/>
         <source>&amp;Bookmarks</source>
         <translation>&amp;Marcadores</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4333"/>
+        <location filename="../ViewManager/ViewManager.py" line="4331"/>
         <source>Bookmarks</source>
         <translation>Marcadores</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4366"/>
+        <location filename="../ViewManager/ViewManager.py" line="4364"/>
         <source>Shift+F7</source>
         <comment>Spelling|Spell Check</comment>
         <translation>Shift+F7</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4375"/>
+        <location filename="../ViewManager/ViewManager.py" line="4373"/>
         <source>Perform spell check of current editor</source>
         <translation>Executar a verificação ortográfica do editor atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4385"/>
+        <location filename="../ViewManager/ViewManager.py" line="4383"/>
         <source>Automatic spell checking</source>
         <translation>Verificação ortográfica automática</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4385"/>
+        <location filename="../ViewManager/ViewManager.py" line="4383"/>
         <source>&amp;Automatic spell checking</source>
         <translation>Verificação ortográfica &amp;automática</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="4391"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation>(Des)Ativar verificação ortográfica automática</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4393"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation>(Des)Ativar verificação ortográfica automática</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4395"/>
         <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>&lt;b&gt;Verificação ortográfica automática&lt;/b&gt;&lt;p&gt;Ativa ou desativa a função de verificação ortográfica automática nos editores todos.&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4462"/>
+        <location filename="../ViewManager/ViewManager.py" line="4460"/>
         <source>Spelling</source>
         <translation>Verificação ortográfica</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4485"/>
+        <location filename="../ViewManager/ViewManager.py" line="4483"/>
         <source>Open files</source>
         <translation>Abrir ficheiros</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4529"/>
+        <location filename="../ViewManager/ViewManager.py" line="4527"/>
         <source>File Modified</source>
         <translation>Ficheiro Modificado</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4529"/>
+        <location filename="../ViewManager/ViewManager.py" line="4527"/>
         <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="../ViewManager/ViewManager.py" line="4928"/>
+        <location filename="../ViewManager/ViewManager.py" line="4926"/>
         <source>Line: {0:5}</source>
         <translation>Linha: {0:5}</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4934"/>
+        <location filename="../ViewManager/ViewManager.py" line="4932"/>
         <source>Pos: {0:5}</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="5373"/>
+        <location filename="../ViewManager/ViewManager.py" line="5371"/>
         <source>&amp;Clear</source>
         <translation>&amp;Limpar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="5367"/>
+        <location filename="../ViewManager/ViewManager.py" line="5365"/>
         <source>&amp;Add</source>
         <translation>&amp;Adicionar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="5370"/>
+        <location filename="../ViewManager/ViewManager.py" line="5368"/>
         <source>&amp;Edit...</source>
         <translation>&amp;Editar...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3202"/>
+        <location filename="../ViewManager/ViewManager.py" line="3200"/>
         <source>Goto Last Edit Location</source>
         <translation>Ir ao Local da Última Edição</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3191"/>
+        <location filename="../ViewManager/ViewManager.py" line="3189"/>
         <source>Goto Last &amp;Edit Location</source>
         <translation>Ir ao Local da Última &amp;Edição</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3191"/>
+        <location filename="../ViewManager/ViewManager.py" line="3189"/>
         <source>Ctrl+Shift+G</source>
         <comment>Search|Goto Last Edit Location</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3205"/>
+        <location filename="../ViewManager/ViewManager.py" line="3203"/>
         <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="3214"/>
+        <location filename="../ViewManager/ViewManager.py" line="3212"/>
         <source>Goto Previous Method or Class</source>
         <translation>Ir ao Método ou Classe Anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3214"/>
+        <location filename="../ViewManager/ViewManager.py" line="3212"/>
         <source>Ctrl+Shift+Up</source>
         <comment>Search|Goto Previous Method or Class</comment>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3224"/>
+        <location filename="../ViewManager/ViewManager.py" line="3222"/>
         <source>Go to the previous method or class definition</source>
         <translation>Ir à definição de método ou classe anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3228"/>
+        <location filename="../ViewManager/ViewManager.py" line="3226"/>
         <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="3238"/>
+        <location filename="../ViewManager/ViewManager.py" line="3236"/>
         <source>Goto Next Method or Class</source>
         <translation>Ir ao Método ou Classe Seguinte</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3238"/>
+        <location filename="../ViewManager/ViewManager.py" line="3236"/>
         <source>Ctrl+Shift+Down</source>
         <comment>Search|Goto Next Method or Class</comment>
         <translation></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3246"/>
+        <source>Go to the next method or class definition</source>
+        <translation>Ir à definição de método ou classe seguinte</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3248"/>
-        <source>Go to the next method or class definition</source>
-        <translation>Ir à definição de método ou classe seguinte</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3250"/>
         <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="3759"/>
+        <location filename="../ViewManager/ViewManager.py" line="3757"/>
         <source>Preview</source>
         <translation>Antevisão</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3762"/>
+        <source>Preview the current file in the web browser</source>
+        <translation>Antevisão do ficheiro atual no navegador web</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3764"/>
-        <source>Preview the current file in the web browser</source>
-        <translation>Antevisão do ficheiro atual no navegador web</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3766"/>
         <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="1490"/>
+        <location filename="../ViewManager/ViewManager.py" line="1489"/>
         <source>Meta+B</source>
         <translation>Meta+B</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1503"/>
+        <location filename="../ViewManager/ViewManager.py" line="1502"/>
         <source>Meta+F</source>
         <translation>Meta+F</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1515"/>
+        <location filename="../ViewManager/ViewManager.py" line="1514"/>
         <source>Meta+P</source>
         <translation type="unfinished">Meta+P</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1527"/>
+        <location filename="../ViewManager/ViewManager.py" line="1526"/>
         <source>Meta+N</source>
         <translation type="unfinished">Meta+N</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1588"/>
+        <location filename="../ViewManager/ViewManager.py" line="1587"/>
         <source>Move to first visible character in document line</source>
         <translation>Mover ao primeiro caráter vísivel da linha do documento</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1604"/>
+        <location filename="../ViewManager/ViewManager.py" line="1603"/>
         <source>Move to start of display line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1621"/>
+        <location filename="../ViewManager/ViewManager.py" line="1620"/>
         <source>Move to end of document line</source>
         <translation>Mover ao fim da linha do documento</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1629"/>
+        <location filename="../ViewManager/ViewManager.py" line="1628"/>
         <source>Meta+E</source>
         <translation type="unfinished">Meta+E</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1697"/>
+        <location filename="../ViewManager/ViewManager.py" line="1696"/>
         <source>Meta+V</source>
         <translation type="unfinished">Meta+V</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1703"/>
+        <location filename="../ViewManager/ViewManager.py" line="1702"/>
         <source>Move to start of document</source>
         <translation>Mover ao princípio do documento</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1720"/>
+        <location filename="../ViewManager/ViewManager.py" line="1719"/>
         <source>Move to end of document</source>
         <translation>Mover ao final do documento</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1765"/>
+        <location filename="../ViewManager/ViewManager.py" line="1764"/>
         <source>Meta+Shift+B</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1780"/>
+        <location filename="../ViewManager/ViewManager.py" line="1779"/>
         <source>Meta+Shift+F</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1795"/>
+        <location filename="../ViewManager/ViewManager.py" line="1794"/>
         <source>Meta+Shift+P</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1810"/>
+        <location filename="../ViewManager/ViewManager.py" line="1809"/>
         <source>Meta+Shift+N</source>
         <translation>Meta+Shift+N</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1878"/>
+        <location filename="../ViewManager/ViewManager.py" line="1877"/>
         <source>Extend selection to first visible character in document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1896"/>
+        <location filename="../ViewManager/ViewManager.py" line="1895"/>
         <source>Extend selection to end of document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1904"/>
+        <location filename="../ViewManager/ViewManager.py" line="1903"/>
         <source>Meta+Shift+E</source>
         <translation>Meta+Shift+E</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1961"/>
+        <location filename="../ViewManager/ViewManager.py" line="1960"/>
         <source>Meta+Shift+V</source>
         <translation>Meta+Shift+V</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1967"/>
+        <location filename="../ViewManager/ViewManager.py" line="1966"/>
         <source>Extend selection to start of document</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1975"/>
+        <location filename="../ViewManager/ViewManager.py" line="1974"/>
         <source>Ctrl+Shift+Up</source>
         <translation>Ctrl+Shift+Up</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1984"/>
+        <location filename="../ViewManager/ViewManager.py" line="1983"/>
         <source>Extend selection to end of document</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1992"/>
+        <location filename="../ViewManager/ViewManager.py" line="1991"/>
         <source>Ctrl+Shift+Down</source>
         <translation></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2010"/>
+        <location filename="../ViewManager/ViewManager.py" line="2009"/>
         <source>Meta+H</source>
         <translation>Meta+H</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2019"/>
+        <location filename="../ViewManager/ViewManager.py" line="2018"/>
         <source>Delete previous character if not at start of line</source>
         <translation>Apagar o caratér anterior se não está ao princípio da linha</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2040"/>
+        <location filename="../ViewManager/ViewManager.py" line="2039"/>
         <source>Meta+D</source>
         <translation>Meta+D</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2084"/>
+        <location filename="../ViewManager/ViewManager.py" line="2083"/>
         <source>Meta+K</source>
         <translation>Meta+K</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2194"/>
+        <location filename="../ViewManager/ViewManager.py" line="2192"/>
         <source>Move to end of display line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2211"/>
+        <location filename="../ViewManager/ViewManager.py" line="2209"/>
         <source>Extend selection to end of display line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2253"/>
+        <location filename="../ViewManager/ViewManager.py" line="2251"/>
         <source>Meta+Alt+Shift+N</source>
         <translation>Meta+Alt+Shift+N</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2268"/>
+        <location filename="../ViewManager/ViewManager.py" line="2266"/>
         <source>Meta+Alt+Shift+P</source>
         <translation>Meta+Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2286"/>
+        <location filename="../ViewManager/ViewManager.py" line="2284"/>
         <source>Meta+Alt+Shift+B</source>
         <translation>Meta+Alt+Shift+B</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2304"/>
+        <location filename="../ViewManager/ViewManager.py" line="2302"/>
         <source>Meta+Alt+Shift+F</source>
         <translation>Meta+Alt+Shift+F</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2310"/>
+        <location filename="../ViewManager/ViewManager.py" line="2308"/>
         <source>Extend rectangular selection to first visible character in document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2329"/>
+        <location filename="../ViewManager/ViewManager.py" line="2327"/>
         <source>Extend rectangular selection to end of document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2339"/>
+        <location filename="../ViewManager/ViewManager.py" line="2337"/>
         <source>Meta+Alt+Shift+E</source>
         <translation>Meta+Alt+Shift+E</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2342"/>
+        <location filename="../ViewManager/ViewManager.py" line="2340"/>
         <source>Alt+Shift+End</source>
         <translation>Alt+Shift+End</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2363"/>
+        <location filename="../ViewManager/ViewManager.py" line="2361"/>
         <source>Alt+Shift+PgDown</source>
         <translation>Alt+Shift+PgDown</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2375"/>
+        <location filename="../ViewManager/ViewManager.py" line="2373"/>
         <source>Meta+Alt+Shift+V</source>
         <translation>Meta+Alt+Shift+V</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2395"/>
+        <location filename="../ViewManager/ViewManager.py" line="2393"/>
         <source>Scroll to start of document</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2410"/>
+        <location filename="../ViewManager/ViewManager.py" line="2408"/>
         <source>Scroll to end of document</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2425"/>
+        <location filename="../ViewManager/ViewManager.py" line="2423"/>
         <source>Scroll vertically to center current line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2433"/>
+        <location filename="../ViewManager/ViewManager.py" line="2431"/>
         <source>Meta+L</source>
         <translation>Meta+L</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2440"/>
+        <location filename="../ViewManager/ViewManager.py" line="2438"/>
         <source>Move to end of next word</source>
         <translation>Mover ao fim da palavra seguinte</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2455"/>
+        <location filename="../ViewManager/ViewManager.py" line="2453"/>
         <source>Extend selection to end of next word</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2471"/>
+        <location filename="../ViewManager/ViewManager.py" line="2469"/>
         <source>Move to end of previous word</source>
         <translation>Mover ao fim da palavra anterior</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2483"/>
+        <location filename="../ViewManager/ViewManager.py" line="2481"/>
         <source>Extend selection to end of previous word</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2495"/>
+        <location filename="../ViewManager/ViewManager.py" line="2493"/>
         <source>Move to start of document line</source>
         <translation>Mover ao início da linha do documento</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2503"/>
+        <location filename="../ViewManager/ViewManager.py" line="2501"/>
         <source>Meta+A</source>
         <translation>Meta+A</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2510"/>
+        <location filename="../ViewManager/ViewManager.py" line="2508"/>
         <source>Extend selection to start of document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2521"/>
+        <location filename="../ViewManager/ViewManager.py" line="2519"/>
         <source>Meta+Shift+A</source>
         <translation>Meta+Shift+A</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2528"/>
+        <location filename="../ViewManager/ViewManager.py" line="2526"/>
         <source>Extend rectangular selection to start of document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2538"/>
+        <location filename="../ViewManager/ViewManager.py" line="2536"/>
         <source>Meta+Alt+Shift+A</source>
         <translation>Meta+Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2546"/>
+        <location filename="../ViewManager/ViewManager.py" line="2544"/>
         <source>Extend selection to start of display line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2565"/>
+        <location filename="../ViewManager/ViewManager.py" line="2563"/>
         <source>Move to start of display or document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2579"/>
+        <location filename="../ViewManager/ViewManager.py" line="2577"/>
         <source>Extend selection to start of display or document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2594"/>
+        <location filename="../ViewManager/ViewManager.py" line="2592"/>
         <source>Move to first visible character in display or document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2611"/>
+        <location filename="../ViewManager/ViewManager.py" line="2609"/>
         <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="2628"/>
+        <location filename="../ViewManager/ViewManager.py" line="2626"/>
         <source>Move to end of display or document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2642"/>
+        <location filename="../ViewManager/ViewManager.py" line="2640"/>
         <source>Extend selection to end of display or document line</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2657"/>
+        <location filename="../ViewManager/ViewManager.py" line="2655"/>
         <source>Stuttered move up one page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2669"/>
+        <location filename="../ViewManager/ViewManager.py" line="2667"/>
         <source>Stuttered extend selection up one page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2682"/>
+        <location filename="../ViewManager/ViewManager.py" line="2680"/>
         <source>Stuttered move down one page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2694"/>
+        <location filename="../ViewManager/ViewManager.py" line="2692"/>
         <source>Stuttered extend selection down one page</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2707"/>
+        <location filename="../ViewManager/ViewManager.py" line="2705"/>
         <source>Delete right to end of next word</source>
         <translation>Apagar até ao final da proxima palavra</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2715"/>
+        <location filename="../ViewManager/ViewManager.py" line="2713"/>
         <source>Alt+Del</source>
         <translation>Alt+Del</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2722"/>
+        <location filename="../ViewManager/ViewManager.py" line="2720"/>
         <source>Move selected lines up one line</source>
         <translation>Mover as linhas selecionadas acima uma linha</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2734"/>
+        <location filename="../ViewManager/ViewManager.py" line="2732"/>
         <source>Move selected lines down one line</source>
         <translation>Mover as linhas selecionadas abaixo uma linha</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2348"/>
+        <location filename="../ViewManager/ViewManager.py" line="2346"/>
         <source>Alt+Shift+PgUp</source>
         <translation>Alt+Shift+PgUp</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1185"/>
+        <location filename="../ViewManager/ViewManager.py" line="1184"/>
         <source>Toggle Comment</source>
         <translation>Alternar Comentário</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1185"/>
+        <location filename="../ViewManager/ViewManager.py" line="1184"/>
         <source>Ctrl+Shift+M</source>
         <comment>Edit|Toggle Comment</comment>
         <translation>Ctrl+Shift+M</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1193"/>
+        <location filename="../ViewManager/ViewManager.py" line="1192"/>
         <source>Toggle the comment of the current line, selection or comment block</source>
         <translation>Alternar o comentário da linha atual ou do bloque selecionado</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1197"/>
+        <location filename="../ViewManager/ViewManager.py" line="1196"/>
         <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="3527"/>
+        <location filename="../ViewManager/ViewManager.py" line="3525"/>
         <source>Zoom reset</source>
         <translation>Restaurar zoom</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3527"/>
+        <location filename="../ViewManager/ViewManager.py" line="3525"/>
         <source>Zoom &amp;reset</source>
         <translation>&amp;Restaurar zoom</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3527"/>
+        <location filename="../ViewManager/ViewManager.py" line="3525"/>
         <source>Ctrl+0</source>
         <comment>View|Zoom reset</comment>
         <translation>Ctrl+0</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3533"/>
+        <source>Reset the zoom of the text</source>
+        <translation>Reiniciar o zoom do texto</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3535"/>
-        <source>Reset the zoom of the text</source>
-        <translation>Reiniciar o zoom do texto</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3537"/>
         <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="3489"/>
+        <location filename="../ViewManager/ViewManager.py" line="3487"/>
         <source>Zoom In</source>
         <comment>View|Zoom in</comment>
         <translation>Aproximar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3508"/>
+        <location filename="../ViewManager/ViewManager.py" line="3506"/>
         <source>Zoom Out</source>
         <comment>View|Zoom out</comment>
         <translation>Afastar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="764"/>
+        <location filename="../ViewManager/ViewManager.py" line="763"/>
         <source>Save a&amp;ll</source>
         <translation>Gravar &amp;tudo</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="4246"/>
+        <source>Next Change</source>
+        <translation>Alteração Seguinte</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4240"/>
+        <source>&amp;Next Change</source>
+        <translation>Alteração Segui&amp;nte</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4248"/>
-        <source>Next Change</source>
-        <translation>Alteração Seguinte</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4242"/>
-        <source>&amp;Next Change</source>
-        <translation>Alteração Segui&amp;nte</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4250"/>
         <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="4264"/>
+        <source>Previous Change</source>
+        <translation>Alteração Anterior</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4257"/>
+        <source>&amp;Previous Change</source>
+        <translation>Alteração &amp;Anterior</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4266"/>
-        <source>Previous Change</source>
-        <translation>Alteração Anterior</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4259"/>
-        <source>&amp;Previous Change</source>
-        <translation>Alteração &amp;Anterior</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4268"/>
         <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="4366"/>
+        <location filename="../ViewManager/ViewManager.py" line="4364"/>
         <source>Check spelling</source>
         <translation>Verificar ortografia</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4366"/>
+        <location filename="../ViewManager/ViewManager.py" line="4364"/>
         <source>Check &amp;spelling...</source>
         <translation>Verificar &amp;ortografia...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4377"/>
+        <location filename="../ViewManager/ViewManager.py" line="4375"/>
         <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>&lt;b&gt;Verificação ortográfica&lt;/b&gt;&lt;p&gt;Executa a verificação ortográfica do editor atual.&lt;/p&gt;</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="4424"/>
+        <source>Edit Dictionary</source>
+        <translation>Editar Dicionário</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="4426"/>
-        <source>Edit Dictionary</source>
-        <translation>Editar Dicionário</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4428"/>
         <source>Project Word List</source>
         <translation>Lista de Palavras do Projeto</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4431"/>
+        <location filename="../ViewManager/ViewManager.py" line="4429"/>
         <source>Project Exception List</source>
         <translation>Lista de Excepções do Projeto</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4436"/>
+        <location filename="../ViewManager/ViewManager.py" line="4434"/>
         <source>User Word List</source>
         <translation>Lista de Palavras do Usuário</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4439"/>
+        <location filename="../ViewManager/ViewManager.py" line="4437"/>
         <source>User Exception List</source>
         <translation>Lista de Exceções do Usuário</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="6639"/>
+        <location filename="../ViewManager/ViewManager.py" line="6637"/>
         <source>Edit Spelling Dictionary</source>
         <translation>Editar Dicionário Ortográfico</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="6614"/>
+        <location filename="../ViewManager/ViewManager.py" line="6612"/>
         <source>Editing {0}</source>
         <translation>A editar {0}</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="6596"/>
+        <location filename="../ViewManager/ViewManager.py" line="6594"/>
         <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="6626"/>
+        <location filename="../ViewManager/ViewManager.py" line="6624"/>
         <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="6639"/>
+        <location filename="../ViewManager/ViewManager.py" line="6637"/>
         <source>The spelling dictionary was saved successfully.</source>
         <translation>O dicionário ortográfico foi guradado com êxito.</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2957"/>
+        <location filename="../ViewManager/ViewManager.py" line="2955"/>
         <source>Search current word forward</source>
         <translation>Procurar para a frente à palavra atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2957"/>
+        <location filename="../ViewManager/ViewManager.py" line="2955"/>
         <source>Ctrl+.</source>
         <comment>Search|Search current word forward</comment>
         <translation>Ctrl+.</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2968"/>
+        <location filename="../ViewManager/ViewManager.py" line="2966"/>
         <source>Search next occurrence of the current word</source>
         <translation>Procurar a próxima ocurrência da palavra atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2971"/>
+        <location filename="../ViewManager/ViewManager.py" line="2969"/>
         <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="2980"/>
+        <location filename="../ViewManager/ViewManager.py" line="2978"/>
         <source>Search current word backward</source>
         <translation>Procurar para trás à palavra atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2980"/>
+        <location filename="../ViewManager/ViewManager.py" line="2978"/>
         <source>Ctrl+,</source>
         <comment>Search|Search current word backward</comment>
         <translation>Ctrl+,</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2991"/>
+        <location filename="../ViewManager/ViewManager.py" line="2989"/>
         <source>Search previous occurrence of the current word</source>
         <translation>Procurar ocurrência anterior da palavra atual</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2994"/>
+        <location filename="../ViewManager/ViewManager.py" line="2992"/>
         <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="3301"/>
+        <location filename="../ViewManager/ViewManager.py" line="3299"/>
         <source>Search in Open Files</source>
         <translation>Procurar em Ficheiros Abertos</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3301"/>
+        <location filename="../ViewManager/ViewManager.py" line="3299"/>
         <source>Search in Open Files...</source>
         <translation>Procurar em Ficheiros Abertos...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3301"/>
+        <location filename="../ViewManager/ViewManager.py" line="3299"/>
         <source>Meta+Ctrl+Alt+F</source>
         <comment>Search|Search Open Files</comment>
         <translation>Meta+Ctrl+Alt+F</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3310"/>
+        <source>Search for a text in open files</source>
+        <translation>Procurar um texto nos ficheiros abertos</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3312"/>
-        <source>Search for a text in open files</source>
-        <translation>Procurar um texto nos ficheiros abertos</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3314"/>
         <source>&lt;b&gt;Search in Open Files&lt;/b&gt;&lt;p&gt;Search for some text in the currently opened files. A dialog 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="3324"/>
+        <location filename="../ViewManager/ViewManager.py" line="3322"/>
         <source>Replace in Open Files</source>
         <translation>Substituir em Ficheiros Abertos</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3324"/>
+        <location filename="../ViewManager/ViewManager.py" line="3322"/>
         <source>Meta+Ctrl+Alt+R</source>
         <comment>Search|Replace in Open Files</comment>
         <translation>Meta+Ctrl+Alt+R</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3332"/>
+        <source>Search for a text in open files and replace it</source>
+        <translation>Procurar e substituir um texto em ficheiros abertos</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3334"/>
-        <source>Search for a text in open files and replace it</source>
-        <translation>Procurar e substituir um texto em ficheiros abertos</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3336"/>
         <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 dialog 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="3324"/>
+        <location filename="../ViewManager/ViewManager.py" line="3322"/>
         <source>Replace in Open Files...</source>
         <translation>Substituir em Ficheiros Abertos...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1450"/>
+        <location filename="../ViewManager/ViewManager.py" line="1449"/>
         <source>Sort</source>
         <translation>Ordenar</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1450"/>
+        <location filename="../ViewManager/ViewManager.py" line="1449"/>
         <source>Ctrl+Alt+S</source>
         <comment>Edit|Sort</comment>
         <translation>Ctrl+Alt+S</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1457"/>
+        <location filename="../ViewManager/ViewManager.py" line="1456"/>
         <source>Sort the lines containing the rectangular selection</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1460"/>
+        <location filename="../ViewManager/ViewManager.py" line="1459"/>
         <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="4955"/>
+        <location filename="../ViewManager/ViewManager.py" line="4953"/>
         <source>Language: {0}</source>
         <translation>Linguagem: {0}</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4962"/>
+        <location filename="../ViewManager/ViewManager.py" line="4960"/>
         <source>EOL Mode: {0}</source>
         <translation>Modo EOL: {0}</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3643"/>
+        <location filename="../ViewManager/ViewManager.py" line="3641"/>
         <source>New Document View</source>
         <translation>Novo Visor do Documento</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3643"/>
+        <location filename="../ViewManager/ViewManager.py" line="3641"/>
         <source>New &amp;Document View</source>
         <translation>Novo Visor do &amp;Documento</translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3646"/>
+        <source>Open a new view of the current document</source>
+        <translation>Abrir um novo visor com o documento atual</translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3648"/>
-        <source>Open a new view of the current document</source>
-        <translation>Abrir um novo visor com o documento atual</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3650"/>
         <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>&lt;b&gt;Nova Vista de Documento&lt;/b&gt;&lt;p&gt;Abre uma vista nova do documento atual. Ambas vistas mostram o mesmo documento mas, os cursores podem estar em posições independentes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3660"/>
+        <location filename="../ViewManager/ViewManager.py" line="3658"/>
         <source>New Document View (with new split)</source>
         <translation>Nova Vista de Documento (com divisão nova)</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3667"/>
+        <location filename="../ViewManager/ViewManager.py" line="3665"/>
         <source>Open a new view of the current document in a new split</source>
         <translation>Abrir uma nova vista do documento atual numa nova divisão</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3670"/>
+        <location filename="../ViewManager/ViewManager.py" line="3668"/>
         <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>&lt;b&gt;Nova Vista de Documento&lt;/b&gt;&lt;p&gt;Abre uma vista nova do documento atual numa divisão nova. Ambas vistas mostram o mesmo documento mas, os cursores podem estar em posições independentes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4126"/>
+        <location filename="../ViewManager/ViewManager.py" line="4124"/>
         <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="4145"/>
+        <location filename="../ViewManager/ViewManager.py" line="4143"/>
         <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="4163"/>
+        <location filename="../ViewManager/ViewManager.py" line="4161"/>
         <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="1327"/>
+        <location filename="../ViewManager/ViewManager.py" line="1326"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Complete</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1345"/>
+        <location filename="../ViewManager/ViewManager.py" line="1344"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Complete from Document</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1368"/>
+        <location filename="../ViewManager/ViewManager.py" line="1367"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Complete from APIs</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1391"/>
+        <location filename="../ViewManager/ViewManager.py" line="1390"/>
         <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="1414"/>
+        <location filename="../ViewManager/ViewManager.py" line="1413"/>
         <source>Meta+Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="748"/>
+        <location filename="../ViewManager/ViewManager.py" line="747"/>
         <source>Save Copy</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="748"/>
+        <location filename="../ViewManager/ViewManager.py" line="747"/>
         <source>Save &amp;Copy...</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="753"/>
+        <location filename="../ViewManager/ViewManager.py" line="752"/>
         <source>Save a copy of the current file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="755"/>
+        <location filename="../ViewManager/ViewManager.py" line="754"/>
         <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>
@@ -85936,141 +86021,141 @@
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3022"/>
+        <location filename="../ViewManager/ViewManager.py" line="3020"/>
         <source>Replace and Search</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3022"/>
+        <location filename="../ViewManager/ViewManager.py" line="3020"/>
         <source>Meta+R</source>
         <comment>Search|Replace and Search</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3032"/>
+        <location filename="../ViewManager/ViewManager.py" line="3030"/>
         <source>Replace the found text and search the next occurrence</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3035"/>
+        <location filename="../ViewManager/ViewManager.py" line="3033"/>
         <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="3046"/>
+        <location filename="../ViewManager/ViewManager.py" line="3044"/>
         <source>Replace Occurrence</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3046"/>
+        <location filename="../ViewManager/ViewManager.py" line="3044"/>
         <source>Ctrl+Meta+R</source>
         <comment>Search|Replace Occurrence</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3054"/>
+        <source>Replace the found text</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3056"/>
-        <source>Replace the found text</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3058"/>
         <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="3068"/>
+        <location filename="../ViewManager/ViewManager.py" line="3066"/>
         <source>Replace All</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3068"/>
+        <location filename="../ViewManager/ViewManager.py" line="3066"/>
         <source>Shift+Meta+R</source>
         <comment>Search|Replace All</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3076"/>
+        <source>Replace search text occurrences</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3078"/>
-        <source>Replace search text occurrences</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3080"/>
         <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="1432"/>
+        <location filename="../ViewManager/ViewManager.py" line="1431"/>
         <source>Code Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1432"/>
+        <location filename="../ViewManager/ViewManager.py" line="1431"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Code Info</comment>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1440"/>
+        <location filename="../ViewManager/ViewManager.py" line="1439"/>
         <source>Show Code Info</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1442"/>
+        <location filename="../ViewManager/ViewManager.py" line="1441"/>
         <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="3614"/>
+        <source>Clear all folds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3610"/>
+        <source>Clear &amp;all folds</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3616"/>
-        <source>Clear all folds</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3612"/>
-        <source>Clear &amp;all folds</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3618"/>
         <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="2150"/>
+        <location filename="../ViewManager/ViewManager.py" line="2148"/>
         <source>Reverse selected lines</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2150"/>
+        <location filename="../ViewManager/ViewManager.py" line="2148"/>
         <source>Meta+Alt+R</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3776"/>
+        <location filename="../ViewManager/ViewManager.py" line="3774"/>
         <source>Python AST Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3779"/>
+        <source>Show the AST for the current Python file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3781"/>
-        <source>Show the AST for the current Python file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3783"/>
         <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="3793"/>
+        <location filename="../ViewManager/ViewManager.py" line="3791"/>
         <source>Python Disassembly Viewer</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
+        <location filename="../ViewManager/ViewManager.py" line="3798"/>
+        <source>Show the Disassembly for the current Python file</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
         <location filename="../ViewManager/ViewManager.py" line="3800"/>
-        <source>Show the Disassembly for the current Python file</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3802"/>
         <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>
@@ -91664,57 +91749,112 @@
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="38"/>
         <source>Invalid API key.</source>
-        <translation>Chave API inválida.</translation>
+        <translation type="obsolete">Chave API inválida.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="39"/>
         <source>API key has been blocked.</source>
-        <translation>Chave API foi bloqueada.</translation>
+        <translation type="obsolete">Chave API foi bloqueada.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="40"/>
         <source>Daily limit for requests has been reached.</source>
-        <translation>Alcançado o limite de solicitudes diśrias.</translation>
+        <translation type="obsolete">Alcançado o limite de solicitudes diśrias.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="41"/>
         <source>Daily limit for the volume of translated text reached.</source>
-        <translation>Alcançado o limite diário do volume de texto traduzido.</translation>
+        <translation type="obsolete">Alcançado o limite diário do volume de texto traduzido.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="43"/>
         <source>Text size exceeds the maximum.</source>
-        <translation>Tamanho do texto excede o máximo.</translation>
+        <translation type="obsolete">Tamanho do texto excede o máximo.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="44"/>
         <source>Text could not be translated.</source>
-        <translation>Não se pôde traduzir o texto.</translation>
+        <translation type="obsolete">Não se pôde traduzir o texto.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="45"/>
         <source>The specified translation direction is not supported.</source>
-        <translation>A direção da tradução especificada não é suportada.</translation>
+        <translation type="obsolete">A direção da tradução especificada não é suportada.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="86"/>
         <source>Only texts up to {0} characters are allowed.</source>
-        <translation>Só estão permitidos textos até {0} caracteres.</translation>
+        <translation type="obsolete">Só estão permitidos textos até {0} caracteres.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="91"/>
         <source>A valid Yandex key is required.</source>
-        <translation>É requerida uma chave Yandex válida.</translation>
+        <translation type="obsolete">É requerida uma chave Yandex válida.</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="106"/>
         <source>Invalid response received</source>
-        <translation>Recibida resposta inválida</translation>
+        <translation type="obsolete">Recibida resposta inválida</translation>
     </message>
     <message>
         <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="112"/>
         <source>Unknown error code ({0}) received.</source>
-        <translation>Código de erro desconhecido ({0}) recebido.</translation>
+        <translation type="obsolete">Código de erro desconhecido ({0}) recebido.</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="38"/>
+        <source>Yandex: Invalid API key.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="39"/>
+        <source>Yandex: API key has been blocked.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="40"/>
+        <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="41"/>
+        <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="43"/>
+        <source>Yandex: Text size exceeds the maximum.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="44"/>
+        <source>Yandex: Text could not be translated.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="45"/>
+        <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="86"/>
+        <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="109"/>
+        <source>Yandex: Invalid response received</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="115"/>
+        <source>Yandex: Unknown error code ({0}) received.</source>
+        <translation type="unfinished"></translation>
+    </message>
+    <message>
+        <location filename="../Plugins/UiExtensionPlugins/Translator/TranslatorEngines/YandexEngine.py" line="94"/>
+        <source>Yandex: A valid key is required.</source>
+        <translation type="unfinished"></translation>
     </message>
 </context>
 <context>
@@ -92157,417 +92297,417 @@
 <context>
     <name>pycodestyle</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="24"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="22"/>
         <source>indentation contains mixed spaces and tabs</source>
         <translation type="unfinished">indentação com espaços misturados com tabulações</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="27"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="25"/>
         <source>indentation is not a multiple of four</source>
         <translation type="unfinished">indentação não é multipla de quatro</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="30"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="28"/>
         <source>expected an indented block</source>
         <translation type="unfinished">esperado um bloque de indentação</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="33"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="31"/>
         <source>unexpected indentation</source>
         <translation type="unfinished">indentação inesperada</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="36"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="34"/>
         <source>indentation is not a multiple of four (comment)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="39"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="37"/>
         <source>expected an indented block (comment)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="42"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="40"/>
         <source>unexpected indentation (comment)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="48"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="46"/>
         <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="51"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="49"/>
         <source>continuation line missing indentation or outdented</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="54"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="52"/>
         <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="58"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="56"/>
         <source>closing bracket does not match visual indentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="61"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="59"/>
         <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="64"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="62"/>
         <source>continuation line over-indented for hanging indent</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="67"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="65"/>
         <source>continuation line over-indented for visual indent</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="70"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="68"/>
         <source>continuation line under-indented for visual indent</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="73"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="71"/>
         <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="76"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="74"/>
         <source>continuation line unaligned for hanging indent</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="79"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="77"/>
         <source>closing bracket is missing indentation</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="82"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="80"/>
         <source>indentation contains tabs</source>
         <translation type="unfinished">indentação com tabluações</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="85"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="83"/>
         <source>whitespace after &apos;{0}&apos;</source>
         <translation type="unfinished">espaço depois de &apos;{0}&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="94"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="92"/>
         <source>whitespace before &apos;{0}&apos;</source>
         <translation type="unfinished">espaço antes de &apos;{0}</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="97"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="95"/>
         <source>multiple spaces before operator</source>
         <translation type="unfinished">espaços múltiplos antes do operador</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="100"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="98"/>
         <source>multiple spaces after operator</source>
         <translation type="unfinished">espaços múltiplos depois do operador</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="103"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="101"/>
         <source>tab before operator</source>
         <translation type="unfinished">tabulação antes do operador</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="106"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="104"/>
         <source>tab after operator</source>
         <translation type="unfinished">tabulação depois do operador</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="109"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="107"/>
         <source>missing whitespace around operator</source>
         <translation type="unfinished">falta espaço à volta do operador</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="112"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="110"/>
         <source>missing whitespace around arithmetic operator</source>
         <translation type="unfinished">falta espaço à volta do operador aritmético</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="115"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="113"/>
         <source>missing whitespace around bitwise or shift operator</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="118"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="116"/>
         <source>missing whitespace around modulo operator</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="121"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="119"/>
         <source>missing whitespace after &apos;{0}&apos;</source>
         <translation type="unfinished">falta espaço depois de &apos;{0}&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="124"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="122"/>
         <source>multiple spaces after &apos;{0}&apos;</source>
         <translation type="unfinished">múltiplos espaços depois de &apos;{0}&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="127"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="125"/>
         <source>tab after &apos;{0}&apos;</source>
         <translation type="unfinished">tabulação depois de &apos;{0}&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="130"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="128"/>
         <source>unexpected spaces around keyword / parameter equals</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="136"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="134"/>
         <source>at least two spaces before inline comment</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="139"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="137"/>
         <source>inline comment should start with &apos;# &apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="142"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="140"/>
         <source>block comment should start with &apos;# &apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="145"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="143"/>
         <source>too many leading &apos;#&apos; for block comment</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="148"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="146"/>
         <source>multiple spaces after keyword</source>
         <translation type="unfinished">múltiplos espaços depois da palavra-chave</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="151"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="149"/>
         <source>multiple spaces before keyword</source>
         <translation type="unfinished">múltiplos espaços antes da palavra-chave</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="154"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="152"/>
         <source>tab after keyword</source>
         <translation type="unfinished">tabulação depois da palavra-chave</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="157"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="155"/>
         <source>tab before keyword</source>
         <translation type="unfinished">tabulação antes da palavra-chave</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="160"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="158"/>
         <source>missing whitespace after keyword</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="163"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="161"/>
         <source>trailing whitespace</source>
         <translation type="unfinished">espaço ao final</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="166"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="164"/>
         <source>no newline at end of file</source>
         <translation type="unfinished">não há linha nova no final do ficheiro</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="169"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="167"/>
         <source>blank line contains whitespace</source>
         <translation type="unfinished">esperada 1 linha vazia, encontradas 0</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="194"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="192"/>
         <source>too many blank lines ({0})</source>
         <translation type="unfinished">demasiadas linhas vazias ({0})</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="181"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="179"/>
         <source>blank lines found after function decorator</source>
         <translation type="unfinished">encontradas linhas vazias depois do decorador de função</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="197"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="195"/>
         <source>blank line at end of file</source>
         <translation type="unfinished">linha vazia no fim do ficheiro</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="200"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="198"/>
         <source>multiple imports on one line</source>
         <translation type="unfinished">múltiplos imports numa linha</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="203"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="201"/>
         <source>module level import not at top of file</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="206"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="204"/>
         <source>line too long ({0} &gt; {1} characters)</source>
         <translation type="unfinished">linha demasiado comprida ({0} &gt; {1} caráteres)</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="209"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="207"/>
         <source>the backslash is redundant between brackets</source>
         <translation type="unfinished">barra invertida é redundante entre parêntesis</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="212"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="210"/>
         <source>line break before binary operator</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="221"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="219"/>
         <source>.has_key() is deprecated, use &apos;in&apos;</source>
         <translation type="unfinished">.has_key  está obsoleto, usar &apos;in&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="224"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="222"/>
         <source>deprecated form of raising exception</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="227"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="225"/>
         <source>&apos;&lt;&gt;&apos; is deprecated, use &apos;!=&apos;</source>
         <translation type="unfinished">&apos;&lt;&gt;&apos; está obsoleto, usar &apos;!=&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="230"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="228"/>
         <source>backticks are deprecated, use &apos;repr()&apos;</source>
         <translation type="unfinished">acentos graves estão obsoletos, usar &apos;repr()&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="239"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="237"/>
         <source>multiple statements on one line (colon)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="242"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="240"/>
         <source>multiple statements on one line (semicolon)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="245"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="243"/>
         <source>statement ends with a semicolon</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="248"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="246"/>
         <source>multiple statements on one line (def)</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="254"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="252"/>
         <source>comparison to {0} should be {1}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="257"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="255"/>
         <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="260"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="258"/>
         <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="263"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="261"/>
         <source>do not compare types, use &apos;isinstance()&apos;</source>
         <translation type="unfinished">não comparar tipos, usar &apos;isinstance()&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="269"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="267"/>
         <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="272"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="270"/>
         <source>ambiguous variable name &apos;{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="275"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="273"/>
         <source>ambiguous class definition &apos;{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="278"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="276"/>
         <source>ambiguous function definition &apos;{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="281"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="279"/>
         <source>{0}: {1}</source>
         <translation type="unfinished">{0}: {1}</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="284"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="282"/>
         <source>{0}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="266"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="264"/>
         <source>do not use bare except</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="184"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="182"/>
         <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="236"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="234"/>
         <source>&apos;async&apos; and &apos;await&apos; are reserved keywords starting with Python 3.7</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="133"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="131"/>
         <source>missing whitespace around parameter equals</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="175"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="173"/>
         <source>expected {0} blank lines, found {1}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="188"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="186"/>
         <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="215"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="213"/>
         <source>line break after binary operator</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="233"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="231"/>
         <source>invalid escape sequence &apos;\{0}&apos;</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="191"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="189"/>
         <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="178"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="176"/>
         <source>too many blank lines ({0}), expected {1}</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="45"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="43"/>
         <source>over-indented</source>
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="218"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="216"/>
         <source>doc line too long ({0} &gt; {1} characters)</source>
         <translation type="unfinished"></translation>
     </message>

eric ide

mercurial