i18n/eric6_ru.ts

branch
maintenance
changeset 6097
bf18415da0c7
parent 6050
25a4ddb25ca4
parent 6094
01ec5bbb5acd
child 6166
bace7fb85a01
--- a/i18n/eric6_ru.ts	Thu Jan 18 11:10:57 2018 +0100
+++ b/i18n/eric6_ru.ts	Thu Jan 18 18:57:40 2018 +0100
@@ -3751,147 +3751,147 @@
 <context>
     <name>CodeStyleFixer</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="552"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="554"/>
         <source>Triple single quotes converted to triple double quotes.</source>
         <translation>Тройные одинарные кавычки заменены тройными двойными.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="555"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="557"/>
         <source>Introductory quotes corrected to be {0}&quot;&quot;&quot;</source>
         <translation>Кавычки во введении исправлены на {0}&quot;&quot;&quot;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="558"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="560"/>
         <source>Single line docstring put on one line.</source>
         <translation>Одиночная строка документации распологается в одной строке.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="561"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="563"/>
         <source>Period added to summary line.</source>
         <translation>Добавлена точка в строке резюме.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="588"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="590"/>
         <source>Blank line before function/method docstring removed.</source>
         <translation>Удалена пустая строка перед строкой документации для function/method.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="567"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="569"/>
         <source>Blank line inserted before class docstring.</source>
         <translation>Добавлена пустая строка перед строкой документации для class.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="570"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="572"/>
         <source>Blank line inserted after class docstring.</source>
         <translation>Добавлена пустая строка после строки документации для class.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="573"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="575"/>
         <source>Blank line inserted after docstring summary.</source>
         <translation>Добавлена пустая строка после резюме строки документации.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="576"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="578"/>
         <source>Blank line inserted after last paragraph of docstring.</source>
         <translation>Добавлена пустая строка после последнего абзаца строки документации.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="579"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="581"/>
         <source>Leading quotes put on separate line.</source>
         <translation>Открывающие кавычки размещены на отдельной строке.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="582"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="584"/>
         <source>Trailing quotes put on separate line.</source>
         <translation>Закрывающие кавычки размещены на отдельной строке.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="585"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="587"/>
         <source>Blank line before class docstring removed.</source>
         <translation>Удалена пустая строка перед строкой документации для class.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="591"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="593"/>
         <source>Blank line after class docstring removed.</source>
         <translation>Удалена пустая строка после строки документации для class.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="594"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="596"/>
         <source>Blank line after function/method docstring removed.</source>
         <translation>Удалена пустая строка после строки документации для function/method.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="597"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="599"/>
         <source>Blank line after last paragraph removed.</source>
         <translation>Удалена пустая строка после последнего абзаца.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="600"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="602"/>
         <source>Tab converted to 4 spaces.</source>
         <translation>Символы табуляции заменяются на 4 пробела.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="603"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="605"/>
         <source>Indentation adjusted to be a multiple of four.</source>
         <translation>Величина отступа сделана кратной четырём.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="606"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="608"/>
         <source>Indentation of continuation line corrected.</source>
         <translation>Исправлен размер отступа строки продолжения.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="609"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="611"/>
         <source>Indentation of closing bracket corrected.</source>
         <translation>Исправлен размер отступа закрывающей скобки.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="612"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="614"/>
         <source>Missing indentation of continuation line corrected.</source>
         <translation>Добавлен отступ к строке продолжения.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="615"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="617"/>
         <source>Closing bracket aligned to opening bracket.</source>
         <translation>Закрывающая скобка выровнена с открывающей.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="618"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="620"/>
         <source>Indentation level changed.</source>
         <translation>Изменен размер отступа.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="621"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="623"/>
         <source>Indentation level of hanging indentation changed.</source>
         <translation>Изменен размер отступа для висячих отступов.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="624"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="626"/>
         <source>Visual indentation corrected.</source>
         <translation>Исправленена величина визуального отступа.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="639"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="641"/>
         <source>Extraneous whitespace removed.</source>
         <translation>Лишние символы пропуска удалены.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="636"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="638"/>
         <source>Missing whitespace added.</source>
         <translation>Добавлены недостающие символы пропуска.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="642"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="644"/>
         <source>Whitespace around comment sign corrected.</source>
         <translation>Символы пропуска вокруг символа комментария откорректированы.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="645"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="647"/>
         <source>One blank line inserted.</source>
         <translation>Добавлена одна пустая строка.</translation>
     </message>
     <message numerus="yes">
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="649"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="651"/>
         <source>%n blank line(s) inserted.</source>
         <translation>
             <numerusform>%n пустая строка вставлена.</numerusform>
@@ -3900,7 +3900,7 @@
         </translation>
     </message>
     <message numerus="yes">
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="652"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="654"/>
         <source>%n superfluous lines removed</source>
         <translation>
             <numerusform>%n лишняя пустая строка удалена</numerusform>
@@ -3909,77 +3909,77 @@
         </translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="656"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="658"/>
         <source>Superfluous blank lines removed.</source>
         <translation>Удалены излишние пустые строки.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="659"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="661"/>
         <source>Superfluous blank lines after function decorator removed.</source>
         <translation>Удалены пустые строки после декоратора функции.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="662"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="664"/>
         <source>Imports were put on separate lines.</source>
         <translation>Операторы импорта помещены на отдельных строках.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="665"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="667"/>
         <source>Long lines have been shortened.</source>
         <translation>Укорочены длинные строки.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="668"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="670"/>
         <source>Redundant backslash in brackets removed.</source>
         <translation>Удалены излишние символы &apos;\&apos;.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="674"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="676"/>
         <source>Compound statement corrected.</source>
         <translation>Исправлены выражения оператора.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="677"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="679"/>
         <source>Comparison to None/True/False corrected.</source>
         <translation>Исправлено сравнение с None/True/False.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="680"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="682"/>
         <source>&apos;{0}&apos; argument added.</source>
         <translation>Добавлен &apos;{0}&apos; аргумент.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="683"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="685"/>
         <source>&apos;{0}&apos; argument removed.</source>
         <translation>Удалён &apos;{0}&apos; аргумент.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="686"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="688"/>
         <source>Whitespace stripped from end of line.</source>
         <translation>Завершающие символы пропуска обрезаны.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="689"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="691"/>
         <source>newline added to end of file.</source>
         <translation>Символ новой строки добавлен в конец файла.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="692"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="694"/>
         <source>Superfluous trailing blank lines removed from end of file.</source>
         <translation>Удалены пустые строки в конце файла.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="695"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="697"/>
         <source>&apos;&lt;&gt;&apos; replaced by &apos;!=&apos;.</source>
         <translation>&apos;&lt;&gt;&apos; заменен на &apos;!=&apos;.</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="699"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="701"/>
         <source>Could not save the file! Skipping it. Reason: {0}</source>
         <translation>Не удалось сохранить файл! Пропускаем. Причина: {0}</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="779"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="781"/>
         <source> no message defined for code &apos;{0}&apos;</source>
         <translation> нет сообщения, определенного для кода &apos;{0}&apos;</translation>
     </message>
@@ -4463,22 +4463,22 @@
 <context>
     <name>ComplexityChecker</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="441"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="443"/>
         <source>&apos;{0}&apos; is too complex ({1})</source>
         <translation>&apos;{0}&apos; слишком сложно ({1})</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="443"/>
-        <source>source code line is too complex ({0})</source>
-        <translation>строка исходного кода слишком сложная ({0})</translation>
-    </message>
-    <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="445"/>
+        <source>source code line is too complex ({0})</source>
+        <translation>строка исходного кода слишком сложная ({0})</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="447"/>
         <source>overall source code line complexity is too high ({0})</source>
         <translation>слишком большая общая сложность исходного кода ({0})</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="448"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="450"/>
         <source>{0}: {1}</source>
         <translation>{0}: {1}</translation>
     </message>
@@ -7523,7 +7523,7 @@
         <translation>строка документации с неправильным отступом</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="325"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="327"/>
         <source>docstring summary does not end with a period</source>
         <translation>резюме строки документации не заканчивается точкой</translation>
     </message>
@@ -7558,7 +7558,7 @@
         <translation>строка документации для class не завершается пустой строкой</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="359"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="361"/>
         <source>docstring summary is not followed by a blank line</source>
         <translation>резюме строки документации не завершается пустой строкой</translation>
     </message>
@@ -7578,82 +7578,82 @@
         <translation>для private  class отсутствует строка документации</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="319"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="321"/>
         <source>leading quotes of docstring not on separate line</source>
         <translation>открывающие кавычки строки документации размещены не в отдельной строке</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="322"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="324"/>
         <source>trailing quotes of docstring not on separate line</source>
         <translation>закрывающие кавычки строки документации размещены не в отдельной строке</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="329"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="331"/>
         <source>docstring does not contain a @return line but function/method returns something</source>
         <translation>строка документации не содержит строчки @return, но function/method что-то возвращает</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="333"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="335"/>
         <source>docstring contains a @return line but function/method doesn&apos;t return anything</source>
         <translation>строка документации содержит строчку @return, но function/method ничего не возвращает</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="337"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="339"/>
         <source>docstring does not contain enough @param/@keyparam lines</source>
         <translation>в строке документации недостаточно строк с @param/@keyparam</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="340"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="342"/>
         <source>docstring contains too many @param/@keyparam lines</source>
         <translation>в строке документации слишком много строк с @param/@keyparam</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="343"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="345"/>
         <source>keyword only arguments must be documented with @keyparam lines</source>
         <translation>только аргументы клюсевого слова должны быть описаны с помощью строк @keyparam</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="346"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="348"/>
         <source>order of @param/@keyparam lines does not match the function/method signature</source>
         <translation>порядок следования строк @param/@keyparam не соответствует сигнатуре функции</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="349"/>
-        <source>class docstring is preceded by a blank line</source>
-        <translation>строке документации class предшествует пустая строка</translation>
-    </message>
-    <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="351"/>
-        <source>class docstring is followed by a blank line</source>
-        <translation>за строкой документации для class следует пустая строка</translation>
+        <source>class docstring is preceded by a blank line</source>
+        <translation>строке документации class предшествует пустая строка</translation>
     </message>
     <message>
         <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="353"/>
+        <source>class docstring is followed by a blank line</source>
+        <translation>за строкой документации для class следует пустая строка</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="355"/>
         <source>function/method docstring is preceded by a blank line</source>
         <translation>строке документации для function/method предшествует пустая строка</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="356"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="358"/>
         <source>function/method docstring is followed by a blank line</source>
         <translation>за строкой документации для function/method следует пустая строка</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="362"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="364"/>
         <source>last paragraph of docstring is followed by a blank line</source>
         <translation>за последним абзацем строки документации следует пустая строка</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="365"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="367"/>
         <source>docstring does not contain a @exception line but function/method raises an exception</source>
         <translation>строка документации не содержит @exception, но function/method вызывает исключение</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="369"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="371"/>
         <source>docstring contains a @exception line but function/method doesn&apos;t raise an exception</source>
         <translation>строка документации содержит @exception, но function/method не вызывает исключение</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="392"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="394"/>
         <source>{0}: {1}</source>
         <translation>{0}: {1}</translation>
     </message>
@@ -7663,40 +7663,45 @@
         <translation>строка документации не содержит резюме</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="327"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="329"/>
         <source>docstring summary does not start with &apos;{0}&apos;</source>
         <translation>резюме строки документации не начинается с &apos;{0}&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="373"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="375"/>
         <source>raised exception &apos;{0}&apos; is not documented in docstring</source>
         <translation>вызванное исключение &apos;{0}&apos; не документировано в строке документации</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="376"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="378"/>
         <source>documented exception &apos;{0}&apos; is not raised</source>
         <translation>документированное исключение &apos;{0}&apos; не вызвано</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="379"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="381"/>
         <source>docstring does not contain a @signal line but class defines signals</source>
         <translation>строка документации не содержит строку @signal но сигналы определяет класс</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="382"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="384"/>
         <source>docstring contains a @signal line but class doesn&apos;t define signals</source>
         <translation>строка документации содержит строку @signal но класс не определяет сигналы</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="385"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="387"/>
         <source>defined signal &apos;{0}&apos; is not documented in docstring</source>
         <translation>определенный сигнал &apos;{0}&apos; не документирован в строке документации</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="388"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="390"/>
         <source>documented signal &apos;{0}&apos; is not defined</source>
         <translation>документированный сигнал &apos;{0}&apos; не определен</translation>
     </message>
+    <message>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="319"/>
+        <source>class docstring is still a default string</source>
+        <translation>class docstring is still a default string</translation>
+    </message>
 </context>
 <context>
     <name>DotDesktopListSelectionDialog</name>
@@ -8163,12 +8168,12 @@
 <context>
     <name>DownloadItem</name>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.ui" line="38"/>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="41"/>
         <source>Icon</source>
         <translation>Иконка</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.ui" line="66"/>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="72"/>
         <source>Filename</source>
         <translation>Имя файла</translation>
     </message>
@@ -8178,74 +8183,74 @@
         <translation>Повторить закачку</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.ui" line="103"/>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="122"/>
         <source>Press to cancel the download</source>
         <translation>Отменить закачку</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.ui" line="113"/>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="132"/>
         <source>Press to open the downloaded file</source>
         <translation>Открыть скачанный файл</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="261"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="266"/>
         <source>Download canceled: {0}</source>
         <translation>Загрузка прервана: {0}</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="207"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="212"/>
         <source>Save File</source>
         <translation>Сохранить файл</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="290"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="295"/>
         <source>Download directory ({0}) couldn&apos;t be created.</source>
         <translation>Невозможно создать директорию ({0}) для загрузки.</translation>
     </message>
     <message>
-        <location filename="../Helpviewer/Download/DownloadItem.py" line="428"/>
+        <location filename="../Helpviewer/Download/DownloadItem.py" line="420"/>
         <source>Error opening save file: {0}</source>
         <translation>Ошибка сохранения файла: {0}</translation>
     </message>
     <message>
-        <location filename="../Helpviewer/Download/DownloadItem.py" line="441"/>
+        <location filename="../Helpviewer/Download/DownloadItem.py" line="433"/>
         <source>Error saving: {0}</source>
         <translation>Ошибка при сохранении: {0}</translation>
     </message>
     <message>
-        <location filename="../Helpviewer/Download/DownloadItem.py" line="454"/>
+        <location filename="../Helpviewer/Download/DownloadItem.py" line="446"/>
         <source>Network Error: {0}</source>
         <translation>Сетевая ошибка: {0}</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="465"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="477"/>
         <source>?</source>
         <translation>?</translation>
     </message>
     <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="488"/>
+        <source>{0} of {1} - Stopped</source>
+        <translation>{0} из {1} - остановлено</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="197"/>
+        <source>VirusTotal scan scheduled: {0}</source>
+        <translation>Сканирование VirusTotal запланировано: {0}</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="109"/>
+        <source>Press to pause the download</source>
+        <translation>Приостановить закачку</translation>
+    </message>
+    <message>
         <location filename="../WebBrowser/Download/DownloadItem.py" line="476"/>
-        <source>{0} of {1} - Stopped</source>
-        <translation>{0} из {1} - остановлено</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="192"/>
-        <source>VirusTotal scan scheduled: {0}</source>
-        <translation>Сканирование VirusTotal запланировано: {0}</translation>
-    </message>
-    <message>
-        <location filename="../Helpviewer/Download/DownloadItem.ui" line="113"/>
-        <source>Press to pause the download</source>
-        <translation>Приостановить закачку</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="464"/>
         <source>{0} of {1} ({2}/sec)
 {3}</source>
         <translation>{0} из {1} ({2}/сек)
 {3}</translation>
     </message>
     <message>
-        <location filename="../Helpviewer/Download/DownloadItem.py" line="580"/>
+        <location filename="../Helpviewer/Download/DownloadItem.py" line="572"/>
         <source>{0} downloaded
 SHA1: {1}
 MD5: {2}</source>
@@ -8254,32 +8259,32 @@
 MD5: {2}</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="473"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="485"/>
         <source>{0} downloaded</source>
         <translation>{0} загружено</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="218"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="223"/>
         <source>Web Archive (*.mhtml *.mht)</source>
         <translation>Web архив (*.mhtml *.mht)</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="219"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="224"/>
         <source>HTML File (*.html *.htm)</source>
         <translation>Файлы HTML (*.html *.htm)</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="220"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="225"/>
         <source>HTML File with all resources (*.html *.htm)</source>
         <translation>Файлы HTML со всеми ресурсами (*.html *.htm)</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.py" line="230"/>
+        <location filename="../WebBrowser/Download/DownloadItem.py" line="235"/>
         <source>Save Web Page</source>
         <translation>Сохранить Web страницу</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadItem.ui" line="47"/>
+        <location filename="../WebBrowser/Download/DownloadItem.ui" line="53"/>
         <source>Date and Time</source>
         <translation>Дата и время</translation>
     </message>
@@ -8287,7 +8292,7 @@
 <context>
     <name>DownloadManager</name>
     <message>
-        <location filename="../WebBrowser/Download/DownloadManager.py" line="395"/>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="408"/>
         <source>Downloads</source>
         <translation>Загрузки</translation>
     </message>
@@ -8302,7 +8307,7 @@
         <translation>0 элементов</translation>
     </message>
     <message numerus="yes">
-        <location filename="../WebBrowser/Download/DownloadManager.py" line="384"/>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="397"/>
         <source>%n Download(s)</source>
         <translation>
             <numerusform>%n загружен</numerusform>
@@ -8311,7 +8316,7 @@
         </translation>
     </message>
     <message numerus="yes">
-        <location filename="../WebBrowser/Download/DownloadManager.py" line="153"/>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="152"/>
         <source>There are %n downloads in progress.
 Do you want to quit anyway?</source>
         <translation>
@@ -8369,7 +8374,7 @@
         <translation>Удалить из списка</translation>
     </message>
     <message numerus="yes">
-        <location filename="../WebBrowser/Download/DownloadManager.py" line="392"/>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="405"/>
         <source>Downloading %n file(s)</source>
         <translation>
             <numerusform>Загружается %n файл</numerusform>
@@ -8378,12 +8383,12 @@
         </translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadManager.py" line="182"/>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="184"/>
         <source>Suspicuous URL detected</source>
         <translation>Обнаружен подозрительный URL</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/Download/DownloadManager.py" line="182"/>
+        <location filename="../WebBrowser/Download/DownloadManager.py" line="184"/>
         <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was found in the Safe Browsing database.&lt;/p&gt;{1}</source>
         <translation>&lt;p&gt;URL &lt;b&gt;{0}&lt;/b&gt; был найден в базе Safe Browsing.&lt;/p&gt;{1}</translation>
     </message>
@@ -9864,7 +9869,7 @@
 <context>
     <name>Editor</name>
     <message>
-        <location filename="../QScintilla/Editor.py" line="2937"/>
+        <location filename="../QScintilla/Editor.py" line="2986"/>
         <source>Open File</source>
         <translation>Открыть файл</translation>
     </message>
@@ -9879,875 +9884,880 @@
         <translation>&lt;b&gt;Окно редактора&lt;/b&gt;&lt;p&gt;Это окно используется для просмотра и редактирования исходных текстов приложений. Вы можете открыть несколько окон одновременно. Имя редактируемого файла отображается в заголовке окна.&lt;/p&gt;&lt;p&gt;Чтобы установить точку останова -  кликните в пространство между номером строки и маркером свёртки на нужной строке. Появившийся маркер точки останова можно настроить через контекстное меню.&lt;/p&gt;&lt;p&gt;Чтобы установить закладку кликните в пространство между номером строки и меткой свёртки на нужной строке при нажатой клавише Shift.&lt;/p&gt;&lt;p&gt;Эти действия можно отменить через контекстное меню.&lt;/p&gt;&lt;p&gt;Если при нажатой клавише Ctrl кликнуть на маркер синтаксической ошибки, то будет показана дополнительная информация об ошибке.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="698"/>
+        <location filename="../QScintilla/Editor.py" line="742"/>
         <source>Undo</source>
         <translation>Отмена</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="701"/>
+        <location filename="../QScintilla/Editor.py" line="745"/>
         <source>Redo</source>
         <translation>Повтор</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="704"/>
+        <location filename="../QScintilla/Editor.py" line="748"/>
         <source>Revert to last saved state</source>
         <translation>Вернуть к последнему записанному состоянию</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="708"/>
+        <location filename="../QScintilla/Editor.py" line="752"/>
         <source>Cut</source>
         <translation>Вырезать</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="711"/>
-        <source>Copy</source>
-        <translation>Копировать</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="714"/>
-        <source>Paste</source>
-        <translation>Вставить</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="719"/>
-        <source>Indent</source>
-        <translation>Увеличить отступ</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="722"/>
-        <source>Unindent</source>
-        <translation>Уменьшить отступ</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="725"/>
-        <source>Comment</source>
-        <translation>Закомментировать</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="728"/>
-        <source>Uncomment</source>
-        <translation>Раскомментировать</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="731"/>
-        <source>Stream Comment</source>
-        <translation>Поточный комментарий</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="734"/>
-        <source>Box Comment</source>
-        <translation>Прямоугольный комментарий</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="738"/>
-        <source>Select to brace</source>
-        <translation>Выбрать до скобки</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="740"/>
-        <source>Select all</source>
-        <translation>Выбрать всё</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="741"/>
-        <source>Deselect all</source>
-        <translation>Снять выделение</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7404"/>
-        <source>Check spelling...</source>
-        <translation>Проверка орфографии...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="747"/>
-        <source>Check spelling of selection...</source>
-        <translation>Проверка орфографии выделенного участка...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="751"/>
-        <source>Remove from dictionary</source>
-        <translation>Удалить из словаря</translation>
-    </message>
-    <message>
         <location filename="../QScintilla/Editor.py" line="755"/>
+        <source>Copy</source>
+        <translation>Копировать</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="758"/>
+        <source>Paste</source>
+        <translation>Вставить</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="766"/>
+        <source>Indent</source>
+        <translation>Увеличить отступ</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="769"/>
+        <source>Unindent</source>
+        <translation>Уменьшить отступ</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="772"/>
+        <source>Comment</source>
+        <translation>Закомментировать</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="775"/>
+        <source>Uncomment</source>
+        <translation>Раскомментировать</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="778"/>
+        <source>Stream Comment</source>
+        <translation>Поточный комментарий</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="781"/>
+        <source>Box Comment</source>
+        <translation>Прямоугольный комментарий</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="785"/>
+        <source>Select to brace</source>
+        <translation>Выбрать до скобки</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="787"/>
+        <source>Select all</source>
+        <translation>Выбрать всё</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="788"/>
+        <source>Deselect all</source>
+        <translation>Снять выделение</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7456"/>
+        <source>Check spelling...</source>
+        <translation>Проверка орфографии...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="796"/>
+        <source>Check spelling of selection...</source>
+        <translation>Проверка орфографии выделенного участка...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="800"/>
+        <source>Remove from dictionary</source>
+        <translation>Удалить из словаря</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="804"/>
         <source>Shorten empty lines</source>
         <translation>Укоротить пустые строки</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="762"/>
+        <location filename="../QScintilla/Editor.py" line="811"/>
         <source>Use Monospaced Font</source>
         <translation>Использовать моноширинный шрифт</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="767"/>
-        <source>Autosave enabled</source>
-        <translation>Автосохранение разрешено</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="771"/>
-        <source>Typing aids enabled</source>
-        <translation>Разрешить помощь при наборе</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="810"/>
-        <source>Close</source>
-        <translation>Закрыть</translation>
-    </message>
-    <message>
         <location filename="../QScintilla/Editor.py" line="816"/>
+        <source>Autosave enabled</source>
+        <translation>Автосохранение разрешено</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="820"/>
+        <source>Typing aids enabled</source>
+        <translation>Разрешить помощь при наборе</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="859"/>
+        <source>Close</source>
+        <translation>Закрыть</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="865"/>
         <source>Save</source>
         <translation>Сохранить</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="819"/>
-        <source>Save As...</source>
-        <translation>Сохранить как...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="832"/>
-        <source>Print Preview</source>
-        <translation>Предварительный просмотр печати</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="835"/>
-        <source>Print</source>
-        <translation>Печать</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="864"/>
-        <source>Complete from Document</source>
-        <translation>Дополнение из документа</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="866"/>
-        <source>Complete from APIs</source>
-        <translation>Дополнение из API</translation>
-    </message>
-    <message>
         <location filename="../QScintilla/Editor.py" line="868"/>
-        <source>Complete from Document and APIs</source>
-        <translation>Дополнение из документа и API</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="786"/>
-        <source>Calltip</source>
-        <translation>Подсказка</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="882"/>
-        <source>Check</source>
-        <translation>Проверки</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="902"/>
-        <source>Show</source>
-        <translation>Показать</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="904"/>
-        <source>Code metrics...</source>
-        <translation>Статистика кода...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="905"/>
-        <source>Code coverage...</source>
-        <translation>Охват кода...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="907"/>
-        <source>Show code coverage annotations</source>
-        <translation>Показать аннотации по охвату</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="910"/>
-        <source>Hide code coverage annotations</source>
-        <translation>Не показывать аннотации по охвату</translation>
+        <source>Save As...</source>
+        <translation>Сохранить как...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="881"/>
+        <source>Print Preview</source>
+        <translation>Предварительный просмотр печати</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="884"/>
+        <source>Print</source>
+        <translation>Печать</translation>
     </message>
     <message>
         <location filename="../QScintilla/Editor.py" line="913"/>
+        <source>Complete from Document</source>
+        <translation>Дополнение из документа</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="915"/>
+        <source>Complete from APIs</source>
+        <translation>Дополнение из API</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="917"/>
+        <source>Complete from Document and APIs</source>
+        <translation>Дополнение из документа и API</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="835"/>
+        <source>Calltip</source>
+        <translation>Подсказка</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="931"/>
+        <source>Check</source>
+        <translation>Проверки</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="951"/>
+        <source>Show</source>
+        <translation>Показать</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="953"/>
+        <source>Code metrics...</source>
+        <translation>Статистика кода...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="954"/>
+        <source>Code coverage...</source>
+        <translation>Охват кода...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="956"/>
+        <source>Show code coverage annotations</source>
+        <translation>Показать аннотации по охвату</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="959"/>
+        <source>Hide code coverage annotations</source>
+        <translation>Не показывать аннотации по охвату</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="962"/>
         <source>Profile data...</source>
         <translation>Данные профайлера...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="926"/>
+        <location filename="../QScintilla/Editor.py" line="975"/>
         <source>Diagrams</source>
         <translation>Диаграммы</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="928"/>
+        <location filename="../QScintilla/Editor.py" line="977"/>
         <source>Class Diagram...</source>
         <translation>Диаграмма классов...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="930"/>
+        <location filename="../QScintilla/Editor.py" line="979"/>
         <source>Package Diagram...</source>
         <translation>Диаграмма пакетов...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="932"/>
+        <location filename="../QScintilla/Editor.py" line="981"/>
         <source>Imports Diagram...</source>
         <translation>Диаграмма импортирования...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="934"/>
+        <location filename="../QScintilla/Editor.py" line="983"/>
         <source>Application Diagram...</source>
         <translation>Диаграмма приложения...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="952"/>
+        <location filename="../QScintilla/Editor.py" line="1001"/>
         <source>Languages</source>
         <translation>Языки</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="955"/>
+        <location filename="../QScintilla/Editor.py" line="1004"/>
         <source>No Language</source>
         <translation>Нет языка</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="978"/>
+        <location filename="../QScintilla/Editor.py" line="1027"/>
         <source>Guessed</source>
         <translation>Предполагаемый язык</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1319"/>
+        <location filename="../QScintilla/Editor.py" line="1368"/>
         <source>Alternatives</source>
         <translation>Альтернативная подсветка</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="998"/>
+        <location filename="../QScintilla/Editor.py" line="1047"/>
         <source>Encodings</source>
         <translation>Кодировки</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1039"/>
+        <location filename="../QScintilla/Editor.py" line="1088"/>
         <source>End-of-Line Type</source>
         <translation>Тип конца строки</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1043"/>
+        <location filename="../QScintilla/Editor.py" line="1092"/>
         <source>Unix</source>
         <translation>Unix</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1050"/>
+        <location filename="../QScintilla/Editor.py" line="1099"/>
         <source>Windows</source>
         <translation>Windows</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1057"/>
+        <location filename="../QScintilla/Editor.py" line="1106"/>
         <source>Macintosh</source>
         <translation>Macintosh</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1075"/>
+        <location filename="../QScintilla/Editor.py" line="1124"/>
         <source>Export as</source>
         <translation>Экспортировать как</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1201"/>
-        <source>Toggle bookmark</source>
-        <translation>Создать/Удалить закладку</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1203"/>
-        <source>Next bookmark</source>
-        <translation>Следующая закладка</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1205"/>
-        <source>Previous bookmark</source>
-        <translation>Предыдущая закладка</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1207"/>
-        <source>Clear all bookmarks</source>
-        <translation>Очистить все закладки</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1227"/>
-        <source>Toggle breakpoint</source>
-        <translation>Поставить/убрать точку останова</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1229"/>
-        <source>Toggle temporary breakpoint</source>
-        <translation>Поставить/убрать временную точку останова</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1232"/>
-        <source>Edit breakpoint...</source>
-        <translation>Редактировать точку останова...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="5313"/>
-        <source>Enable breakpoint</source>
-        <translation>Разрешить точку останова</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1237"/>
-        <source>Next breakpoint</source>
-        <translation>Следующая точка останова</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1239"/>
-        <source>Previous breakpoint</source>
-        <translation>Предыдущая точка останова</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1241"/>
-        <source>Clear all breakpoints</source>
-        <translation>Убрать все точки останова</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1210"/>
-        <source>Goto syntax error</source>
-        <translation>Перейти к синтаксической ошибке</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1212"/>
-        <source>Show syntax error message</source>
-        <translation>Показать сообщение о синтаксической ошибке</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1214"/>
-        <source>Clear syntax error</source>
-        <translation>Очистить синтаксическую ошибку</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1217"/>
-        <source>Next warning</source>
-        <translation>Следующее предупреждение</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1220"/>
-        <source>Previous warning</source>
-        <translation>Предыдущее предупреждение</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1222"/>
-        <source>Show warning message</source>
-        <translation>Показать предупреждение</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1224"/>
-        <source>Clear warnings</source>
-        <translation>Очистить предупреждения</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1244"/>
-        <source>Next uncovered line</source>
-        <translation>Следующая неохваченная строка</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1247"/>
-        <source>Previous uncovered line</source>
-        <translation>Предыдущая неохваченная строка</translation>
-    </message>
-    <message>
         <location filename="../QScintilla/Editor.py" line="1250"/>
-        <source>Next task</source>
-        <translation>Следующая задача</translation>
+        <source>Toggle bookmark</source>
+        <translation>Создать/Удалить закладку</translation>
     </message>
     <message>
         <location filename="../QScintilla/Editor.py" line="1252"/>
-        <source>Previous task</source>
-        <translation>Предыдущая задача</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1264"/>
-        <source>LMB toggles bookmarks</source>
-        <translation>Левая клавиша мыши позволяет Создать/Удалить закладку</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1268"/>
-        <source>LMB toggles breakpoints</source>
-        <translation>Левая клавиша мыши позволяет Создать/Удалить точку останова</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1304"/>
-        <source>Export source</source>
-        <translation>Экспортировать исходник</translation>
+        <source>Next bookmark</source>
+        <translation>Следующая закладка</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1254"/>
+        <source>Previous bookmark</source>
+        <translation>Предыдущая закладка</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1256"/>
+        <source>Clear all bookmarks</source>
+        <translation>Очистить все закладки</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1276"/>
+        <source>Toggle breakpoint</source>
+        <translation>Поставить/убрать точку останова</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1278"/>
+        <source>Toggle temporary breakpoint</source>
+        <translation>Поставить/убрать временную точку останова</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1281"/>
+        <source>Edit breakpoint...</source>
+        <translation>Редактировать точку останова...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5365"/>
+        <source>Enable breakpoint</source>
+        <translation>Разрешить точку останова</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1286"/>
+        <source>Next breakpoint</source>
+        <translation>Следующая точка останова</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1288"/>
+        <source>Previous breakpoint</source>
+        <translation>Предыдущая точка останова</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1290"/>
+        <source>Clear all breakpoints</source>
+        <translation>Убрать все точки останова</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1259"/>
+        <source>Goto syntax error</source>
+        <translation>Перейти к синтаксической ошибке</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1261"/>
+        <source>Show syntax error message</source>
+        <translation>Показать сообщение о синтаксической ошибке</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1263"/>
+        <source>Clear syntax error</source>
+        <translation>Очистить синтаксическую ошибку</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1266"/>
+        <source>Next warning</source>
+        <translation>Следующее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1269"/>
+        <source>Previous warning</source>
+        <translation>Предыдущее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1271"/>
+        <source>Show warning message</source>
+        <translation>Показать предупреждение</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1273"/>
+        <source>Clear warnings</source>
+        <translation>Очистить предупреждения</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1293"/>
+        <source>Next uncovered line</source>
+        <translation>Следующая неохваченная строка</translation>
     </message>
     <message>
         <location filename="../QScintilla/Editor.py" line="1296"/>
+        <source>Previous uncovered line</source>
+        <translation>Предыдущая неохваченная строка</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1299"/>
+        <source>Next task</source>
+        <translation>Следующая задача</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1301"/>
+        <source>Previous task</source>
+        <translation>Предыдущая задача</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1313"/>
+        <source>LMB toggles bookmarks</source>
+        <translation>Левая клавиша мыши позволяет Создать/Удалить закладку</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1317"/>
+        <source>LMB toggles breakpoints</source>
+        <translation>Левая клавиша мыши позволяет Создать/Удалить точку останова</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1353"/>
+        <source>Export source</source>
+        <translation>Экспортировать исходник</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1345"/>
         <source>&lt;p&gt;No exporter available for the export format &lt;b&gt;{0}&lt;/b&gt;. Aborting...&lt;/p&gt;</source>
         <translation>&lt;p&gt;Не найден экспортёр для формата &lt;b&gt;{0}&lt;/b&gt;. Отмена...&lt;/p&gt;</translation>
     </message>
     <message>
+        <location filename="../QScintilla/Editor.py" line="1353"/>
+        <source>No export format given. Aborting...</source>
+        <translation>Не задан формат экспорта. Прерывание...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1364"/>
+        <source>Alternatives ({0})</source>
+        <translation>Альтернативы ({0})</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1384"/>
+        <source>Pygments Lexer</source>
+        <translation>Лексер подсветки</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1384"/>
+        <source>Select the Pygments lexer to apply.</source>
+        <translation>Задайте лексер подсветки синтаксиса.</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1860"/>
+        <source>Modification of Read Only file</source>
+        <translation>Редактирование файла, открытого только на чтение</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="1860"/>
+        <source>You are attempting to change a read only file. Please save to a different file first.</source>
+        <translation>Попытка редактирования файла, открытого только на чтение. Пожалуйста, сначала сохраните изменения в другой файл.</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2551"/>
+        <source>Printing...</source>
+        <translation>Печать...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2568"/>
+        <source>Printing completed</source>
+        <translation>Печать завершена</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2570"/>
+        <source>Error while printing</source>
+        <translation>Ошибка печати</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2573"/>
+        <source>Printing aborted</source>
+        <translation>Печать прервана</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2931"/>
+        <source>File Modified</source>
+        <translation>Файл изменён</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2931"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;В файле &lt;b&gt;{0}&lt;/b&gt; есть несохранённые изменения.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="2986"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be opened.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Невозможно прочитать файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="3149"/>
+        <source>Save File</source>
+        <translation>Сохранить файл</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="3090"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Невозможно сохранить файл &lt;b&gt;{0}&lt;/b&gt;:&lt;br&gt;Причина: {1}.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="3149"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="4561"/>
+        <source>Autocompletion</source>
+        <translation>Автодополнение</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="4561"/>
+        <source>Autocompletion is not available because there is no autocompletion source set.</source>
+        <translation>Автодополнение недоступно, так как не задан источник автодополнения.</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5368"/>
+        <source>Disable breakpoint</source>
+        <translation>Запретить точку останова</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5745"/>
+        <source>Code Coverage</source>
+        <translation>Охват кода</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5745"/>
+        <source>Please select a coverage file</source>
+        <translation>Пожалуйста, выберите файл для информации охвата</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5808"/>
+        <source>Show Code Coverage Annotations</source>
+        <translation>Показать аннотации по охвату</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5801"/>
+        <source>All lines have been covered.</source>
+        <translation>Все строки выполняются.</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5808"/>
+        <source>There is no coverage file available.</source>
+        <translation>Нет файла с информацией по охвату.</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5923"/>
+        <source>Profile Data</source>
+        <translation>Данные профайлера</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="5923"/>
+        <source>Please select a profile file</source>
+        <translation>Пожалуйста, выберите файл профиля</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6083"/>
+        <source>Syntax Error</source>
+        <translation>Синтаксическая ошибка</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6083"/>
+        <source>No syntax error message available.</source>
+        <translation>Нет сообщения о синтаксической ошибке.</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6398"/>
+        <source>Macro Name</source>
+        <translation>Имя макроса</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6398"/>
+        <source>Select a macro name:</source>
+        <translation>Задайте имя макроса:</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6426"/>
+        <source>Load macro file</source>
+        <translation>Загрузить макрос</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6469"/>
+        <source>Macro files (*.macro)</source>
+        <translation>Макросы (*.macro)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6449"/>
+        <source>Error loading macro</source>
+        <translation>Ошибка при загрузке макроса</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6440"/>
+        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Невозможно прочитать файл с макросами: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6449"/>
+        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Файл с макросами &lt;b&gt;{0}&lt;/b&gt; повреждён&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6469"/>
+        <source>Save macro file</source>
+        <translation>Сохранить файл с макросами</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6486"/>
+        <source>Save macro</source>
+        <translation>Сохранить макрос</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6486"/>
+        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Макро &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6502"/>
+        <source>Error saving macro</source>
+        <translation>Ошибка при сохранении макроса</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6502"/>
+        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;Невозможно сохранить файл с макросами: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6515"/>
+        <source>Start Macro Recording</source>
+        <translation>Начать запись макроса</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6515"/>
+        <source>Macro recording is already active. Start new?</source>
+        <translation>Запись макроса уже идёт. Начать новую запись?</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6541"/>
+        <source>Macro Recording</source>
+        <translation>Запись макроса</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6541"/>
+        <source>Enter name of the macro:</source>
+        <translation>Задайте имя макроса:</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6679"/>
+        <source>File changed</source>
+        <translation>Файл изменен</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6843"/>
+        <source>{0} (ro)</source>
+        <translation>{0} (только чтение)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6983"/>
+        <source>Drop Error</source>
+        <translation>Ошибка Drag&amp;&amp;Drop</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6983"/>
+        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; не является файлом&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7004"/>
+        <source>Resources</source>
+        <translation>Ресурсы</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7006"/>
+        <source>Add file...</source>
+        <translation>Добавить файл...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7008"/>
+        <source>Add files...</source>
+        <translation>Добавить файлы...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7010"/>
+        <source>Add aliased file...</source>
+        <translation>Добавить файл под другим именем...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7013"/>
+        <source>Add localized resource...</source>
+        <translation>Добавить локализованный ресурс...</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7017"/>
+        <source>Add resource frame</source>
+        <translation>Добавить фрагмент ресурсов</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7036"/>
+        <source>Add file resource</source>
+        <translation>Добавить файл ресурсов</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7052"/>
+        <source>Add file resources</source>
+        <translation>Добавить файлы ресурсов</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7080"/>
+        <source>Add aliased file resource</source>
+        <translation>Добавить файл ресурсов под другим именем</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7080"/>
+        <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
+        <translation>Другое имя для файла &lt;b&gt;{0}&lt;/b&gt;:</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7144"/>
+        <source>Package Diagram</source>
+        <translation>Диаграмма пакетов</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7144"/>
+        <source>Include class attributes?</source>
+        <translation>Включать атрибуты класса?</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7164"/>
+        <source>Imports Diagram</source>
+        <translation>Диаграмма импортов</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7164"/>
+        <source>Include imports from external modules?</source>
+        <translation>Включать импорты из внешних модулей?</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7178"/>
+        <source>Application Diagram</source>
+        <translation>Диаграмма приложения</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7178"/>
+        <source>Include module names?</source>
+        <translation>Включать имена модулей?</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7459"/>
+        <source>Add to dictionary</source>
+        <translation>Добавить в словарь</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="7461"/>
+        <source>Ignore All</source>
+        <translation>Игнорировать всё</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6337"/>
+        <source>Warning: {0}</source>
+        <translation>Предупреждение: {0}</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6344"/>
+        <source>Error: {0}</source>
+        <translation>Ошибка: {0}</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="6675"/>
+        <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
+        <translation>&lt;br&gt;&lt;b&gt;Предупреждение:&lt;/b&gt; При переоткрытии все изменения будут потеряны.</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="877"/>
+        <source>Open &apos;rejection&apos; file</source>
+        <translation>Открыть &apos;отбракованный&apos; файл</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="987"/>
+        <source>Load Diagram...</source>
+        <translation>Загрузить диаграмму...</translation>
+    </message>
+    <message>
         <location filename="../QScintilla/Editor.py" line="1304"/>
-        <source>No export format given. Aborting...</source>
-        <translation>Не задан формат экспорта. Прерывание...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1315"/>
-        <source>Alternatives ({0})</source>
-        <translation>Альтернативы ({0})</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1335"/>
-        <source>Pygments Lexer</source>
-        <translation>Лексер подсветки</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1335"/>
-        <source>Select the Pygments lexer to apply.</source>
-        <translation>Задайте лексер подсветки синтаксиса.</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1811"/>
-        <source>Modification of Read Only file</source>
-        <translation>Редактирование файла, открытого только на чтение</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1811"/>
-        <source>You are attempting to change a read only file. Please save to a different file first.</source>
-        <translation>Попытка редактирования файла, открытого только на чтение. Пожалуйста, сначала сохраните изменения в другой файл.</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="2502"/>
-        <source>Printing...</source>
-        <translation>Печать...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="2519"/>
-        <source>Printing completed</source>
-        <translation>Печать завершена</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="2521"/>
-        <source>Error while printing</source>
-        <translation>Ошибка печати</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="2524"/>
-        <source>Printing aborted</source>
-        <translation>Печать прервана</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="2882"/>
-        <source>File Modified</source>
-        <translation>Файл изменён</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="2882"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;В файле &lt;b&gt;{0}&lt;/b&gt; есть несохранённые изменения.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="2937"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be opened.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Невозможно прочитать файл &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="3100"/>
-        <source>Save File</source>
-        <translation>Сохранить файл</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="3041"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be saved.&lt;br/&gt;Reason: {1}&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Невозможно сохранить файл &lt;b&gt;{0}&lt;/b&gt;:&lt;br&gt;Причина: {1}.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="3100"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="4512"/>
-        <source>Autocompletion</source>
-        <translation>Автодополнение</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="4512"/>
-        <source>Autocompletion is not available because there is no autocompletion source set.</source>
-        <translation>Автодополнение недоступно, так как не задан источник автодополнения.</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="5316"/>
-        <source>Disable breakpoint</source>
-        <translation>Запретить точку останова</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="5693"/>
-        <source>Code Coverage</source>
-        <translation>Охват кода</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="5693"/>
-        <source>Please select a coverage file</source>
-        <translation>Пожалуйста, выберите файл для информации охвата</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="5756"/>
-        <source>Show Code Coverage Annotations</source>
-        <translation>Показать аннотации по охвату</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="5749"/>
-        <source>All lines have been covered.</source>
-        <translation>Все строки выполняются.</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="5756"/>
-        <source>There is no coverage file available.</source>
-        <translation>Нет файла с информацией по охвату.</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="5871"/>
-        <source>Profile Data</source>
-        <translation>Данные профайлера</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="5871"/>
-        <source>Please select a profile file</source>
-        <translation>Пожалуйста, выберите файл профиля</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6031"/>
-        <source>Syntax Error</source>
-        <translation>Синтаксическая ошибка</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6031"/>
-        <source>No syntax error message available.</source>
-        <translation>Нет сообщения о синтаксической ошибке.</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6346"/>
-        <source>Macro Name</source>
-        <translation>Имя макроса</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6346"/>
-        <source>Select a macro name:</source>
-        <translation>Задайте имя макроса:</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6374"/>
-        <source>Load macro file</source>
-        <translation>Загрузить макрос</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6417"/>
-        <source>Macro files (*.macro)</source>
-        <translation>Макросы (*.macro)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6397"/>
-        <source>Error loading macro</source>
-        <translation>Ошибка при загрузке макроса</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6388"/>
-        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Невозможно прочитать файл с макросами: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6397"/>
-        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; is corrupt.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Файл с макросами &lt;b&gt;{0}&lt;/b&gt; повреждён&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6417"/>
-        <source>Save macro file</source>
-        <translation>Сохранить файл с макросами</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6434"/>
-        <source>Save macro</source>
-        <translation>Сохранить макрос</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6434"/>
-        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Макро &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать?&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6450"/>
-        <source>Error saving macro</source>
-        <translation>Ошибка при сохранении макроса</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6450"/>
-        <source>&lt;p&gt;The macro file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Невозможно сохранить файл с макросами: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6463"/>
-        <source>Start Macro Recording</source>
-        <translation>Начать запись макроса</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6463"/>
-        <source>Macro recording is already active. Start new?</source>
-        <translation>Запись макроса уже идёт. Начать новую запись?</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6489"/>
-        <source>Macro Recording</source>
-        <translation>Запись макроса</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6489"/>
-        <source>Enter name of the macro:</source>
-        <translation>Задайте имя макроса:</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6627"/>
-        <source>File changed</source>
-        <translation>Файл изменен</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6791"/>
-        <source>{0} (ro)</source>
-        <translation>{0} (только чтение)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6931"/>
-        <source>Drop Error</source>
-        <translation>Ошибка Drag&amp;&amp;Drop</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6931"/>
-        <source>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; is not a file.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;&lt;b&gt;{0}&lt;/b&gt; не является файлом&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6952"/>
-        <source>Resources</source>
-        <translation>Ресурсы</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6954"/>
-        <source>Add file...</source>
-        <translation>Добавить файл...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6956"/>
-        <source>Add files...</source>
-        <translation>Добавить файлы...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6958"/>
-        <source>Add aliased file...</source>
-        <translation>Добавить файл под другим именем...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6961"/>
-        <source>Add localized resource...</source>
-        <translation>Добавить локализованный ресурс...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6965"/>
-        <source>Add resource frame</source>
-        <translation>Добавить фрагмент ресурсов</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6984"/>
-        <source>Add file resource</source>
-        <translation>Добавить файл ресурсов</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7000"/>
-        <source>Add file resources</source>
-        <translation>Добавить файлы ресурсов</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7028"/>
-        <source>Add aliased file resource</source>
-        <translation>Добавить файл ресурсов под другим именем</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7028"/>
-        <source>Alias for file &lt;b&gt;{0}&lt;/b&gt;:</source>
-        <translation>Другое имя для файла &lt;b&gt;{0}&lt;/b&gt;:</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7092"/>
-        <source>Package Diagram</source>
-        <translation>Диаграмма пакетов</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7092"/>
-        <source>Include class attributes?</source>
-        <translation>Включать атрибуты класса?</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7112"/>
-        <source>Imports Diagram</source>
-        <translation>Диаграмма импортов</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7112"/>
-        <source>Include imports from external modules?</source>
-        <translation>Включать импорты из внешних модулей?</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7126"/>
-        <source>Application Diagram</source>
-        <translation>Диаграмма приложения</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7126"/>
-        <source>Include module names?</source>
-        <translation>Включать имена модулей?</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7407"/>
-        <source>Add to dictionary</source>
-        <translation>Добавить в словарь</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="7409"/>
-        <source>Ignore All</source>
-        <translation>Игнорировать всё</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6285"/>
-        <source>Warning: {0}</source>
-        <translation>Предупреждение: {0}</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6292"/>
-        <source>Error: {0}</source>
-        <translation>Ошибка: {0}</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="6623"/>
-        <source>&lt;br&gt;&lt;b&gt;Warning:&lt;/b&gt; You will lose your changes upon reopening it.</source>
-        <translation>&lt;br&gt;&lt;b&gt;Предупреждение:&lt;/b&gt; При переоткрытии все изменения будут потеряны.</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="828"/>
-        <source>Open &apos;rejection&apos; file</source>
-        <translation>Открыть &apos;отбракованный&apos; файл</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="938"/>
-        <source>Load Diagram...</source>
-        <translation>Загрузить диаграмму...</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Editor.py" line="1255"/>
         <source>Next change</source>
         <translation>Следующее изменение</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1258"/>
+        <location filename="../QScintilla/Editor.py" line="1307"/>
         <source>Previous change</source>
         <translation>Предыдущее изменение</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7821"/>
+        <location filename="../QScintilla/Editor.py" line="7873"/>
         <source>Sort Lines</source>
         <translation>Сортировать строки</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7821"/>
+        <location filename="../QScintilla/Editor.py" line="7873"/>
         <source>The selection contains illegal data for a numerical sort.</source>
         <translation>Выборка содержит данные неподходящие для сортировки как числа.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6221"/>
+        <location filename="../QScintilla/Editor.py" line="6273"/>
         <source>Warning</source>
         <translation>Предупреждение</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6221"/>
+        <location filename="../QScintilla/Editor.py" line="6273"/>
         <source>No warning messages available.</source>
         <translation>Нет предупреждающего сообщения.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6282"/>
+        <location filename="../QScintilla/Editor.py" line="6334"/>
         <source>Style: {0}</source>
         <translation>Стиль: {0}</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="802"/>
+        <location filename="../QScintilla/Editor.py" line="851"/>
         <source>New Document View</source>
         <translation>Новое окно для документа</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="805"/>
+        <location filename="../QScintilla/Editor.py" line="854"/>
         <source>New Document View (with new split)</source>
         <translation>Новое окно для документа (в новом разделе)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="892"/>
+        <location filename="../QScintilla/Editor.py" line="941"/>
         <source>Tools</source>
         <translation>Инструменты</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1020"/>
+        <location filename="../QScintilla/Editor.py" line="1069"/>
         <source>Re-Open With Encoding</source>
         <translation>Открыть заново с кодировкой</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="6617"/>
+        <location filename="../QScintilla/Editor.py" line="6669"/>
         <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;Файл &lt;b&gt;{0}&lt;/b&gt; был изменён, будучи открытым в Eric6. Обновить?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="778"/>
+        <location filename="../QScintilla/Editor.py" line="827"/>
         <source>Automatic Completion enabled</source>
         <translation>Автоматическое дополнение</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="858"/>
+        <location filename="../QScintilla/Editor.py" line="907"/>
         <source>Complete</source>
         <translation>Дополнить</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="4637"/>
+        <location filename="../QScintilla/Editor.py" line="4686"/>
         <source>Auto-Completion Provider</source>
         <translation>Источник автодополнений</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="4637"/>
+        <location filename="../QScintilla/Editor.py" line="4686"/>
         <source>The completion list provider &apos;{0}&apos; was already registered. Ignoring duplicate request.</source>
         <translation>Список дополнений источника &apos;{0}&apos; уже зарегистрирован. Повторный запрос проигнорирован.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="4899"/>
+        <location filename="../QScintilla/Editor.py" line="4948"/>
         <source>Call-Tips Provider</source>
         <translation>Источник всплывающих подсказок</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="4899"/>
+        <location filename="../QScintilla/Editor.py" line="4948"/>
         <source>The call-tips provider &apos;{0}&apos; was already registered. Ignoring duplicate request.</source>
         <translation>Источник всплывающих подсказок &apos;{0}&apos; уже зарегистрирован. Повторный запрос проигнорирован.</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7908"/>
+        <location filename="../QScintilla/Editor.py" line="7960"/>
         <source>Register Mouse Click Handler</source>
         <translation>Регистрация обработчика кликов мышки</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="7908"/>
+        <location filename="../QScintilla/Editor.py" line="7960"/>
         <source>A mouse click handler for &quot;{0}&quot; was already registered by &quot;{1}&quot;. Aborting request by &quot;{2}&quot;...</source>
         <translation>Обработчик кликов мышки для &quot;{0}&quot; уже зарегистрирован &quot;{1}&quot;. Запрос прерван &quot;{2}&quot;...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="822"/>
+        <location filename="../QScintilla/Editor.py" line="871"/>
         <source>Save Copy...</source>
         <translation>Сохранить копию...</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="861"/>
+        <location filename="../QScintilla/Editor.py" line="910"/>
         <source>Clear Completions Cache</source>
         <translation>Очистить кэш дополнений</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="788"/>
+        <location filename="../QScintilla/Editor.py" line="837"/>
         <source>Code Info</source>
         <translation>Инфо для кода</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Editor.py" line="1261"/>
+        <location filename="../QScintilla/Editor.py" line="1310"/>
         <source>Clear changes</source>
         <translation>Очистить изменения</translation>
     </message>
+    <message>
+        <location filename="../QScintilla/Editor.py" line="762"/>
+        <source>Execute Selection In Console</source>
+        <translation>Выполнить выбор в консоли</translation>
+    </message>
 </context>
 <context>
     <name>EditorAPIsPage</name>
@@ -15838,22 +15848,22 @@
         <translation>{0} хочет использовать ваше положение.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="78"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="99"/>
         <source>Allow</source>
         <translation>Разрешить</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="79"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="100"/>
         <source>Deny</source>
         <translation>Отказать</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="101"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="122"/>
         <source>{0} wants to use an unknown feature.</source>
         <translation>{0} хочет использовать неизвестную возможность.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="76"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="97"/>
         <source>Remember</source>
         <translation>Запомнить</translation>
     </message>
@@ -15877,6 +15887,16 @@
         <source>{0} wants to lock your mouse.</source>
         <translation>{0} хочет использовать вашу мышку.</translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="61"/>
+        <source>{0} wants to capture video of your screen.</source>
+        <translation>{0} хочет выполнить захват видео вашего экрана.</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionBar.py" line="61"/>
+        <source>{0} wants to capture audio and video of your screen.</source>
+        <translation>{0} хочет выполнить захват аудио и видео вашего экрана.</translation>
+    </message>
 </context>
 <context>
     <name>FeaturePermissionsDialog</name>
@@ -15891,12 +15911,12 @@
         <translation>Уведомления</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="110"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="144"/>
         <source>Host</source>
         <translation>Хост</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="111"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="145"/>
         <source>Permission</source>
         <translation>Разрешение</translation>
     </message>
@@ -15916,12 +15936,12 @@
         <translation>Геолокация</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="126"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="165"/>
         <source>Allow</source>
         <translation>Разрешить</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="127"/>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="166"/>
         <source>Deny</source>
         <translation>Отказать</translation>
     </message>
@@ -15955,6 +15975,16 @@
         <source>Mouse Lock</source>
         <translation>Блокировка мыши</translation>
     </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="130"/>
+        <source>Desktop Video</source>
+        <translation>Видео рабочего стола</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/FeaturePermissions/FeaturePermissionsDialog.py" line="146"/>
+        <source>Desktop Audio &amp;&amp; Video</source>
+        <translation>Аудио &amp;&amp; видео рабочего стола</translation>
+    </message>
 </context>
 <context>
     <name>FeedEditDialog</name>
@@ -17413,172 +17443,172 @@
 <context>
     <name>Git</name>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="211"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="209"/>
         <source>The git process finished with the exit code {0}</source>
         <translation>Процесс Git завершился с кодом выхода {0}</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1565"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1563"/>
         <source>The git process did not finish within 30s.</source>
         <translation>Процесс Git не завершился в течении 30 сек.</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="218"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="216"/>
         <source>Could not start the git executable.</source>
         <translation>Невозможно запустить Git.</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="246"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="244"/>
         <source>Create project repository</source>
         <translation>Создать репозиторий проекта</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="246"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="244"/>
         <source>The project repository could not be created.</source>
         <translation>Невозможно создать репозиторий проекта.</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="274"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="272"/>
         <source>Creating Git repository</source>
         <translation>Создание Git репозитория</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="289"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="287"/>
         <source>Adding files to Git repository</source>
         <translation>Добавление файлов в репозиторий Git проекта</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="300"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="298"/>
         <source>Initial commit to Git repository</source>
         <translation>Первичная фиксация в Git репозиторий</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="330"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="328"/>
         <source>Cloning project from a Git repository</source>
         <translation>Клонирование проекта из Git репозитория</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="419"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="417"/>
         <source>Commit Changes</source>
         <translation>Фиксация изменений</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="419"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="417"/>
         <source>The commit affects files, that have unsaved changes. Shall the commit be continued?</source>
         <translation>Фиксация влияет на файлы с несохраненными изменениями. Продолжать ли фиксацию?</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="478"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="476"/>
         <source>Committing changes to Git repository</source>
         <translation>Фиксация изменений в Git репозитории</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="532"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="530"/>
         <source>Synchronizing with the Git repository</source>
         <translation>Синхронизация с Git репозиторием</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="579"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="577"/>
         <source>Adding files/directories to the Git repository</source>
         <translation>Добавление файлов/директорий в Git репозиторий</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="653"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="651"/>
         <source>Removing files/directories from the Git repository</source>
         <translation>Удаление файлов/директорий из Git репозитория</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="710"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="708"/>
         <source>Renaming {0}</source>
         <translation>Переименование {0}</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="833"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="831"/>
         <source>Unstage files/directories</source>
         <translation>Отменить индексирование файлов/директорий</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="884"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="882"/>
         <source>Revert changes</source>
         <translation>Отменить изменения</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="875"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="873"/>
         <source>Do you really want to revert all changes to these files or directories?</source>
         <translation>Вы действительно хотите отменить все изменения в этих файлах и директориях?</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="884"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="882"/>
         <source>Do you really want to revert all changes of the project?</source>
         <translation>Вы действительно хотите отменить все изменения в проекте?</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="890"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="888"/>
         <source>Reverting changes</source>
         <translation>Отмена изменений</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="942"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="940"/>
         <source>Merging</source>
         <translation>Слияние</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="967"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="965"/>
         <source>Master branch head</source>
         <translation>Вершина ветви Master</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1200"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1198"/>
         <source>Git Command</source>
         <translation>Команда  git</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1287"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1285"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Commit&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Коммит&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1291"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1289"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Parents&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Предки&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1295"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1293"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Tags&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Теги&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1299"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1297"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Branches&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Ветви&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1302"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1300"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Author&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0} &amp;lt;{1}&amp;gt;&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Автор&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0} &amp;lt;{1}&amp;gt;&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1305"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1303"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Дата&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1308"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1306"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committer&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0} &amp;lt;{1}&amp;gt;&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Коммиттер&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0} &amp;lt;{1}&amp;gt;&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1311"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1309"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Committed Date&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Дата подачи&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1314"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1312"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Subject&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Сообщение&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1322"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1320"/>
         <source>&lt;h3&gt;Repository information&lt;/h3&gt;
 &lt;p&gt;&lt;table&gt;
 &lt;tr&gt;&lt;td&gt;&lt;b&gt;Git V.&lt;/b&gt;&lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;
@@ -17593,442 +17623,442 @@
 </translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1390"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1388"/>
         <source>Create {0} file</source>
         <translation>Создать {0} файл</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1390"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1388"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; exists already. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; уже существует. Переписать его?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1449"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1447"/>
         <source>Git Copy</source>
         <translation>Git:  Копирование</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1434"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1432"/>
         <source>&lt;p&gt;Copying the directory &lt;b&gt;{0}&lt;/b&gt; failed.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Сбой копирования директории &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1449"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1447"/>
         <source>&lt;p&gt;Copying the file &lt;b&gt;{0}&lt;/b&gt; failed.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Ошибка копирования файла &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2634"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2632"/>
         <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
         <translation>Невозможно запустить процесс {0}. Убедитесь, что он находится в путях поиска.</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1636"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1634"/>
         <source>Git Side-by-Side Difference</source>
         <translation>Git: Построчный просмотр различий</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1636"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1634"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно прочитать файл: &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1685"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1683"/>
         <source>Fetching from a remote Git repository</source>
         <translation>Получение изменений из удаленного Git репозитория</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1723"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1721"/>
         <source>Pulling from a remote Git repository</source>
         <translation>Загрузка изменений из удаленного Git репозитория</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1764"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1762"/>
         <source>Pushing to a remote Git repository</source>
         <translation>Передача изменений в удаленный Git репозиторий</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1792"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1790"/>
         <source>Committing failed merge</source>
         <translation>Фиксация неудачного слияния</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1819"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1817"/>
         <source>Aborting uncommitted/failed merge</source>
         <translation>Отмена незафиксированного/неудачного слияния</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1969"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1967"/>
         <source>Tagging in the Git repository</source>
         <translation>Работа с тегами в Git репозитории</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2200"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2198"/>
         <source>Branching in the Git repository</source>
         <translation>Работа с ветвями в Git репозитории</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2240"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2238"/>
         <source>Delete Remote Branch</source>
         <translation>Удалить удаленную ветвь</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2261"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2259"/>
         <source>Current Branch</source>
         <translation>Текущая ветвь</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2261"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2259"/>
         <source>&lt;p&gt;The current branch is &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Текущая ветвь &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2325"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2323"/>
         <source>Create Bundle</source>
         <translation>Создать пакет</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2290"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2288"/>
         <source>Git Bundle Files (*.bundle)</source>
         <translation>Файлы Git пакетов (*.bundle)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2307"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2305"/>
         <source>&lt;p&gt;The Git bundle file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл Git пакета&lt;b&gt;{0}&lt;/b&gt; уже существует. Перезаписать?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2355"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2353"/>
         <source>Verify Bundle</source>
         <translation>Проверить пакет</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2485"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2483"/>
         <source>Git Bundle Files (*.bundle);;All Files (*)</source>
         <translation>Файлы Git пакетов (*.bundle);;Все файлы (*)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2385"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2383"/>
         <source>List Bundle Heads</source>
         <translation>Список ветвей в пакете</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2485"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2483"/>
         <source>Apply Bundle</source>
         <translation>Применить пакет</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2508"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2506"/>
         <source>Applying a bundle file (fetch)</source>
         <translation>Применение пакета (fetch)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2535"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2533"/>
         <source>Bisect subcommand ({0}) invalid.</source>
         <translation>Недействительная подкоманда ({0}) для Bisect.</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2738"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2736"/>
         <source>Git Bisect ({0})</source>
         <translation>Git Bisect ({0})</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2634"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2632"/>
         <source>Process Generation Error</source>
         <translation>Ошибка при запуске процесса</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2678"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2676"/>
         <source>Create Bisect Replay File</source>
         <translation>Создать файл повтора Bisect</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2644"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2642"/>
         <source>Git Bisect Replay Files (*.replay)</source>
         <translation>Файлы повтора Bisect (*.replay)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2661"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2659"/>
         <source>&lt;p&gt;The Git bisect replay file &lt;b&gt;{0}&lt;/b&gt; already exists. Overwrite it?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Файл повтора Bisect&lt;b&gt;{0}&lt;/b&gt; уже существует. Перезаписать?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2678"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2676"/>
         <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно записать файл &lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2699"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2697"/>
         <source>Edit Bisect Replay File</source>
         <translation>Редактировать файл повтора Bisect</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2726"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2724"/>
         <source>Git Bisect Replay Files (*.replay);;All Files (*)</source>
         <translation>Файлы повтора Bisect(*.replay);;Все файлы (*)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2726"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2724"/>
         <source>Bisect Replay</source>
         <translation>Повтор Bisect</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2980"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2978"/>
         <source>Show Remote Info</source>
         <translation>Показать инфо об удаленном источнике</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2927"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2925"/>
         <source>Rename Remote Repository</source>
         <translation>Переименовать удаленный репозиторий</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2927"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2925"/>
         <source>Enter new name for remote repository:</source>
         <translation>Введите новое имя для удаленного репозитория:</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3004"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3002"/>
         <source>Show Shortlog</source>
         <translation>Отображение журнала изменений</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3062"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3060"/>
         <source>Cherry-pick</source>
         <translation>Выборка</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3092"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3090"/>
         <source>Copy Changesets (Continue)</source>
         <translation>Копировать набор изменений (продолжение)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3117"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3115"/>
         <source>Copy Changesets (Quit)</source>
         <translation>Копировать изменения (завершение)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3143"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3141"/>
         <source>Copy Changesets (Cancel)</source>
         <translation>Копировать изменения (отмена)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3223"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3221"/>
         <source>Saving stash</source>
         <translation>Сохранение в стеке незавершенных изменений (&quot;заначка&quot;)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3422"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3420"/>
         <source>Show Stash</source>
         <translation>Показать &quot;заначку&quot;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3422"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3420"/>
         <source>Select a stash (empty for latest stash):</source>
         <translation>Выберите &quot;заначку&quot; (оставьте пустым чтобы использовать последнюю):</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3334"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3332"/>
         <source>Restore Stash</source>
         <translation>Восстановить из &quot;заначки&quot;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3348"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3346"/>
         <source>Restoring stash</source>
         <translation>Восстановление из стека незавершенных изменений (&quot;заначки&quot;)</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3382"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3380"/>
         <source>Create Branch</source>
         <translation>Создать ветвь</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3372"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3370"/>
         <source>Enter a branch name to restore a stash to:</source>
         <translation>Введите имя ветви для восстановления из &quot;заначки&quot;:</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3397"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3395"/>
         <source>Creating branch</source>
         <translation>Создание ветви</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3431"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3429"/>
         <source>Delete Stash</source>
         <translation>Удалить &quot;заначку&quot;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3431"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3429"/>
         <source>Do you really want to delete the stash &lt;b&gt;{0}&lt;/b&gt;?</source>
         <translation>Вы действительно хотите удалить &quot;заначку&quot; &lt;b&gt;{0}&lt;/b&gt;?</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3440"/>
         <source>Deleting stash</source>
         <translation>Удаление &quot;заначки&quot;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3462"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3460"/>
         <source>Delete All Stashes</source>
         <translation>Удалить все &quot;заначки&quot;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3462"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3460"/>
         <source>Do you really want to delete all stashes?</source>
         <translation>Вы действительно хотите удалить все &quot;заначки&quot;?</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3470"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3468"/>
         <source>Deleting all stashes</source>
         <translation>Удаление всех &quot;заначек&quot;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3542"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3540"/>
         <source>Showing the combined configuration settings</source>
         <translation>Отображение обобщенных параметров конфигурации</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3568"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3566"/>
         <source>Verifying the integrity of the Git repository</source>
         <translation>Проверка целостности Git репозитория</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3593"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3591"/>
         <source>Performing Repository Housekeeping</source>
         <translation>Проведение уборки репозитория</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3637"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3635"/>
         <source>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Statistics&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;&lt;b&gt;Статистика&lt;/b&gt;&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3638"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/>
         <source>&lt;tr&gt;&lt;td&gt;Number of loose objects: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;Количество &quot;рыхлых&quot; объектов: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3642"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3640"/>
         <source>&lt;tr&gt;&lt;td&gt;Disk space used by loose objects: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;Дисковое пространство, занятое &quot;рыхлыми&quot; объектами: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3646"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3644"/>
         <source>&lt;tr&gt;&lt;td&gt;Number of packed objects: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;Количество упакованных объектов: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3650"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3648"/>
         <source>&lt;tr&gt;&lt;td&gt;Number of packs: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;Количество упаковок: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3654"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3652"/>
         <source>&lt;tr&gt;&lt;td&gt;Disk space used by packed objects: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;Дисковое пространство, занятое упакованными объектами: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3658"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3656"/>
         <source>&lt;tr&gt;&lt;td&gt;Packed objects waiting for pruning: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;Упакованные объекты, ожидающие удаления: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3660"/>
         <source>&lt;tr&gt;&lt;td&gt;Garbage files: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;Мусорные файлы: &lt;/td&gt;&lt;td&gt;{0}&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3666"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3664"/>
         <source>&lt;tr&gt;&lt;td&gt;Disk space used by garbage files: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</source>
         <translation>&lt;tr&gt;&lt;td&gt;Дисковое пространство, занятое мусорными файлами: &lt;/td&gt;&lt;td&gt;{0} KiB&lt;/td&gt;&lt;/tr&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3672"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3670"/>
         <source>&lt;p&gt;&lt;b&gt;No statistics available.&lt;/b&gt;&lt;/p&gt;</source>
         <translation>&lt;p&gt;&lt;b&gt;Нет статистики.&lt;/b&gt;&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3738"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/>
         <source>Creating Archive</source>
         <translation>Создание архива</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="501"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="499"/>
         <source>Switch</source>
         <translation>Переключиться</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="501"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="499"/>
         <source>&lt;p&gt;Do you really want to switch to &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</source>
         <translation>&lt;p&gt;Вы действительно хотите переключиться на &lt;b&gt;{0}&lt;/b&gt;?&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1852"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1850"/>
         <source>Applying patch</source>
         <translation>Применение патча</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1884"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1882"/>
         <source>Check patch files</source>
         <translation>Проверить файлы патчей</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1887"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1885"/>
         <source>Apply patch files</source>
         <translation>Применить патч файлы</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3781"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3779"/>
         <source>Add Submodule</source>
         <translation>Добавить подмодуль</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3840"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3849"/>
         <source>List Submodules</source>
         <translation>Список подмодулей</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3840"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3849"/>
         <source>No submodules defined for the project.</source>
         <translation>Подмодули для проекта не определены.</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3855"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3864"/>
         <source>All</source>
         <translation>Все</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3858"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3867"/>
         <source>Submodule Path</source>
         <translation>Путь подмодуля</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3858"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3867"/>
         <source>Select a submodule path:</source>
         <translation>Выберите путь к подмодулю:</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3911"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3920"/>
         <source>Initialize Submodules</source>
         <translation>Инициализация подмодулей</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3948"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/>
         <source>Unregister Submodules</source>
         <translation>Отменить регистрацию подмодулей</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4028"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4037"/>
         <source>Update Submodules</source>
         <translation>Обновить подмодули</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4062"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4071"/>
         <source>Synchronize Submodules</source>
         <translation>Синхронизировать подмодули</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4120"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4129"/>
         <source>Submodules Summary</source>
         <translation>Сводка о подмодулях</translation>
     </message>
@@ -19067,16 +19097,16 @@
     </message>
     <message>
         <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="120"/>
-        <source>Proces finished with exit code {0}</source>
+        <source>Process finished with exit code {0}</source>
         <translation>Процесс завершился с кодом выхода {0}</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="172"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="173"/>
         <source>Process Generation Error</source>
         <translation>Ошибка при запуске процесса</translation>
     </message>
     <message>
-        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="172"/>
+        <location filename="../Plugins/VcsPlugins/vcsGit/GitDialog.py" line="173"/>
         <source>The process {0} could not be started. Ensure, that it is in the search path.</source>
         <translation>Невозможно запустить процесс {0}. Убедитесь, что он находится в путях поиска.</translation>
     </message>
@@ -42504,570 +42534,590 @@
         <translation>CSS</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="99"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="101"/>
         <source>D</source>
         <translation>D</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="101"/>
-        <source>Diff</source>
-        <translation>Diff</translation>
-    </message>
-    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="103"/>
-        <source>Fortran</source>
-        <translation>Fortran</translation>
+        <source>Diff</source>
+        <translation>Diff</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="105"/>
-        <source>Fortran77</source>
-        <translation>Fortran77</translation>
+        <source>Fortran</source>
+        <translation>Fortran</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="107"/>
-        <source>HTML/PHP/XML</source>
-        <translation>HTML/PHP/XML</translation>
+        <source>Fortran77</source>
+        <translation>Fortran77</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="109"/>
-        <source>IDL</source>
-        <translation>IDL</translation>
+        <source>HTML/PHP/XML</source>
+        <translation>HTML/PHP/XML</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="111"/>
-        <source>Java</source>
-        <translation>Java</translation>
+        <source>IDL</source>
+        <translation>IDL</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="113"/>
-        <source>JavaScript</source>
-        <translation>JavaScript</translation>
+        <source>Java</source>
+        <translation>Java</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="115"/>
-        <source>Lua</source>
-        <translation>Lua</translation>
+        <source>JavaScript</source>
+        <translation>JavaScript</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="117"/>
+        <source>Lua</source>
+        <translation>Lua</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="119"/>
         <source>Makefile</source>
         <translation>Makefile</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="123"/>
-        <source>Pascal</source>
-        <translation>Pascal</translation>
-    </message>
-    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="125"/>
-        <source>Perl</source>
-        <translation>Perl</translation>
+        <source>Pascal</source>
+        <translation>Pascal</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="127"/>
-        <source>PostScript</source>
-        <translation>PostScript</translation>
+        <source>Perl</source>
+        <translation>Perl</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="129"/>
-        <source>Povray</source>
-        <translation>Povray</translation>
+        <source>PostScript</source>
+        <translation>PostScript</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="131"/>
+        <source>Povray</source>
+        <translation>Povray</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="133"/>
         <source>Properties</source>
         <translation>Properties</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="142"/>
-        <source>Ruby</source>
-        <translation>Ruby</translation>
-    </message>
-    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="144"/>
-        <source>SQL</source>
-        <translation>SQL</translation>
+        <source>Ruby</source>
+        <translation>Ruby</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="146"/>
-        <source>TCL</source>
-        <translation>TCL</translation>
+        <source>SQL</source>
+        <translation>SQL</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="148"/>
-        <source>TeX</source>
-        <translation>TeX</translation>
+        <source>TCL</source>
+        <translation>TCL</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="150"/>
-        <source>VHDL</source>
-        <translation>VHDL</translation>
+        <source>TeX</source>
+        <translation>TeX</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="152"/>
-        <source>XML</source>
-        <translation>XML</translation>
+        <source>VHDL</source>
+        <translation>VHDL</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="154"/>
+        <source>XML</source>
+        <translation>XML</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="156"/>
         <source>YAML</source>
         <translation>YAML</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="182"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="184"/>
         <source>Pygments</source>
         <translation>Pygments</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="385"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="389"/>
         <source>Python Files (*.py *.py2 *.py3)</source>
         <translation>Файлы Python (*.py *.py2 *.py3)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="388"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="392"/>
         <source>Python GUI Files (*.pyw *.pyw2 *.pyw3)</source>
         <translation>Файлы GUI Python (*.pyw *.pyw2 *.pyw3)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="578"/>
-        <source>Pyrex Files (*.pyx)</source>
-        <translation>Файлы Pyrex (*.pyx)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="581"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="591"/>
         <source>Quixote Template Files (*.ptl)</source>
         <translation>Файлы шаблонов Quixote (*.ptl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="584"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="594"/>
         <source>Ruby Files (*.rb)</source>
         <translation>Файлы Ruby (*.rb)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="587"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="597"/>
         <source>IDL Files (*.idl)</source>
         <translation>Файлы IDL (*.idl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="406"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="410"/>
         <source>C Files (*.h *.c)</source>
         <translation>Файлы C (*.h *.c)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="409"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="413"/>
         <source>C++ Files (*.h *.hpp *.hh *.cxx *.cpp *.cc)</source>
         <translation>Файлы C++ (*.h *.hpp *.hh *.cxx *.cpp *.cc)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="602"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="612"/>
         <source>C# Files (*.cs)</source>
         <translation>Файлы C# (*.cs)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="415"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="419"/>
         <source>HTML Files (*.html *.htm *.asp *.shtml)</source>
         <translation>Файлы HTML (*.html *.htm *.asp *.shtml)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="614"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="624"/>
         <source>CSS Files (*.css)</source>
         <translation>Файлы CSS (*.css)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="617"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="627"/>
         <source>QSS Files (*.qss)</source>
         <translation>Файлы QSS (*.qss)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="424"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="428"/>
         <source>PHP Files (*.php *.php3 *.php4 *.php5 *.phtml)</source>
         <translation>Файлы PHP (*.php *.php3 *.php4 *.php5 *.phtml)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="427"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="431"/>
         <source>XML Files (*.xml *.xsl *.xslt *.dtd *.svg *.xul *.xsd)</source>
         <translation>Файлы XML (*.xml *.xsl *.xslt *.dtd *.svg *.xul *.xsd)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="629"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="639"/>
         <source>Qt Resource Files (*.qrc)</source>
         <translation>Файлы ресурсов Qt (*.qrc)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="433"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="437"/>
         <source>D Files (*.d *.di)</source>
         <translation>Файлы D (*.d *.di)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="638"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="648"/>
         <source>Java Files (*.java)</source>
         <translation>Файлы Java (*.java)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="641"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="651"/>
         <source>JavaScript Files (*.js)</source>
         <translation>Файлы JavaScript (*.js)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="644"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="654"/>
         <source>SQL Files (*.sql)</source>
         <translation>Файлы SQL (*.sql)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="647"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="657"/>
         <source>Docbook Files (*.docbook)</source>
         <translation>Файлы Docbook (*.docbook)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="448"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="452"/>
         <source>Perl Files (*.pl *.pm *.ph)</source>
         <translation>Файлы Perl (*.pl *.pm *.ph)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="656"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="666"/>
         <source>Lua Files (*.lua)</source>
         <translation>Файлы Lua (*.lua)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="454"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="458"/>
         <source>Tex Files (*.tex *.sty *.aux *.toc *.idx)</source>
         <translation>Файлы TeX (*.tex *.sty *.aux *.toc *.idx)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="659"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="669"/>
         <source>Shell Files (*.sh)</source>
         <translation>Сценарии Shell (*.sh)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="460"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="464"/>
         <source>Batch Files (*.bat *.cmd)</source>
         <translation>Пакетные файлы (*.bat *.cmd)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="463"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="467"/>
         <source>Diff Files (*.diff *.patch)</source>
         <translation>Файлы Diff (*.diff *.patch)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="466"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="470"/>
         <source>Makefiles (*.mak)</source>
         <translation>Правила сборки  (*.mak)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="469"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="473"/>
         <source>Properties Files (*.properties *.ini *.inf *.reg *.cfg *.cnf *.rc)</source>
         <translation>Файлы свойств (*.properties *.ini *.inf *.reg *.cfg *.cnf *.rc)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="683"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="693"/>
         <source>Povray Files (*.pov)</source>
         <translation>Файлы Povray (*.pov)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="476"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="480"/>
         <source>CMake Files (CMakeLists.txt *.cmake *.ctest)</source>
         <translation>Файлы CMake (CMakeLists.txt *.cmake *.ctest)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="479"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="483"/>
         <source>VHDL Files (*.vhd *.vhdl)</source>
         <translation>Файлы VHDL (*.vhd *.vhdl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="482"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="486"/>
         <source>TCL/Tk Files (*.tcl *.tk)</source>
         <translation>Файлы TCL/Tk (*.tcl *.tk)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="485"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="489"/>
         <source>Fortran Files (*.f90 *.f95 *.f2k)</source>
         <translation>Файлы Fortran (*.f90 *.f95 *.f2k)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="488"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="492"/>
         <source>Fortran77 Files (*.f *.for)</source>
         <translation>Файлы Fortran77 (*.f *.for)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="491"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="495"/>
         <source>Pascal Files (*.dpr *.dpk *.pas *.dfm *.inc *.pp)</source>
         <translation>Файлы Pascal (*.dpr *.dpk *.pas *.dfm *.inc *.pp)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="710"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="720"/>
         <source>PostScript Files (*.ps)</source>
         <translation>Файлы PostScript (*.ps)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="497"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="501"/>
         <source>YAML Files (*.yaml *.yml)</source>
         <translation>Файлы YAML (*.yaml *.yml)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="760"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="770"/>
         <source>All Files (*)</source>
         <translation>Все файлы(*)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="569"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="573"/>
         <source>Python3 Files (*.py)</source>
         <translation>Файлы Python3 (*.py)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="575"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="579"/>
         <source>Python3 GUI Files (*.pyw)</source>
         <translation>Файлы GUI Python3 (*.pyw)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="593"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="603"/>
         <source>C Files (*.c)</source>
         <translation>Файлы C (*.c)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="596"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="606"/>
         <source>C++ Files (*.cpp)</source>
         <translation>Файлы C++ (*.cpp)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="599"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="609"/>
         <source>C++/C Header Files (*.h)</source>
         <translation>Файлы заголовков C/C++ (*.h)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="605"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="615"/>
         <source>HTML Files (*.html)</source>
         <translation>HTML файлы (*.html)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="608"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="618"/>
         <source>PHP Files (*.php)</source>
         <translation>Файлы PHP (*.php)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="611"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="621"/>
         <source>ASP Files (*.asp)</source>
         <translation>Файлы ASP (*.asp)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="620"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="630"/>
         <source>XML Files (*.xml)</source>
         <translation>Файлы XML (*.sql)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="623"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="633"/>
         <source>XSL Files (*.xsl)</source>
         <translation>Файлы XSL (*.xsl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="626"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="636"/>
         <source>DTD Files (*.dtd)</source>
         <translation>Файлы DTD (*.dtd)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="632"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="642"/>
         <source>D Files (*.d)</source>
         <translation>Файлы D (*.d)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="635"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="645"/>
         <source>D Interface Files (*.di)</source>
         <translation>Файлы интерфейса D (*.di)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="650"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="660"/>
         <source>Perl Files (*.pl)</source>
         <translation>Файлы Perl (*.pl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="653"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="663"/>
         <source>Perl Module Files (*.pm)</source>
         <translation>Модули Perl (*.pm)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="662"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="672"/>
         <source>Batch Files (*.bat)</source>
         <translation>Пакетные файлы (*.bat)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="665"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="675"/>
         <source>TeX Files (*.tex)</source>
         <translation>Файлы TeX (*.tex)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="668"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="678"/>
         <source>TeX Template Files (*.sty)</source>
         <translation>Файлы шаблонов TeX (*.sty)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="671"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="681"/>
         <source>Diff Files (*.diff)</source>
         <translation>Файлы Diff (*.diff)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="674"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="684"/>
         <source>Make Files (*.mak)</source>
         <translation>Правила сборки (*.mak)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="677"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="687"/>
         <source>Properties Files (*.ini)</source>
         <translation>Файлы свойств (*.ini)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="680"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="690"/>
         <source>Configuration Files (*.cfg)</source>
         <translation>Файлы конфигурации (*.cfg)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="686"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="696"/>
         <source>CMake Files (CMakeLists.txt)</source>
         <translation>Файлы сборки CMake (CMakeLists.txt)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="689"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="699"/>
         <source>CMake Macro Files (*.cmake)</source>
         <translation>Файлы макросов CMake (*.cmake)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="692"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="702"/>
         <source>VHDL Files (*.vhd)</source>
         <translation>Файлы VHDL (*.vhd)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="695"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="705"/>
         <source>TCL Files (*.tcl)</source>
         <translation>Файлы TCL (*.tcl)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="698"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="708"/>
         <source>Tk Files (*.tk)</source>
         <translation>Файлы Tk (*.tk)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="701"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="711"/>
         <source>Fortran Files (*.f95)</source>
         <translation>Файлы Fortran (*.f95)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="704"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="714"/>
         <source>Fortran77 Files (*.f)</source>
         <translation>Файлы Fortran77 (*.f)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="707"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="717"/>
         <source>Pascal Files (*.pas)</source>
         <translation>Файлы Pascal (*.pas)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="713"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="723"/>
         <source>YAML Files (*.yml)</source>
         <translation>Файлы YAML (*.yml)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="566"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="570"/>
         <source>Python2 Files (*.py2)</source>
         <translation>Файлы Python2 (*.py2)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="572"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="576"/>
         <source>Python2 GUI Files (*.pyw2)</source>
         <translation>Файлы GUI Python2 (*.pyw2)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="136"/>
-        <source>Python2</source>
-        <translation>Python2</translation>
-    </message>
-    <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="138"/>
-        <source>Python3</source>
-        <translation>Python3</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="119"/>
-        <source>Matlab</source>
-        <translation>Matlab</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="121"/>
-        <source>Octave</source>
-        <translation>Octave</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="500"/>
-        <source>Matlab Files (*.m *.m.matlab)</source>
-        <translation>Файлы Matlab (*.m *.m.matlab)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="716"/>
-        <source>Matlab Files (*.m)</source>
-        <translation>Файлы Matlab (*.m)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="719"/>
-        <source>Octave Files (*.m.octave)</source>
-        <translation>Файлы Octave (*.m.octave)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="503"/>
-        <source>Octave Files (*.m *.m.octave)</source>
-        <translation>Файлы Octave (*.m *.m.octave)</translation>
+        <source>Python2</source>
+        <translation>Python2</translation>
     </message>
     <message>
         <location filename="../QScintilla/Lexers/__init__.py" line="140"/>
+        <source>Python3</source>
+        <translation>Python3</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="121"/>
+        <source>Matlab</source>
+        <translation>Matlab</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="123"/>
+        <source>Octave</source>
+        <translation>Octave</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="504"/>
+        <source>Matlab Files (*.m *.m.matlab)</source>
+        <translation>Файлы Matlab (*.m *.m.matlab)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="726"/>
+        <source>Matlab Files (*.m)</source>
+        <translation>Файлы Matlab (*.m)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="729"/>
+        <source>Octave Files (*.m.octave)</source>
+        <translation>Файлы Octave (*.m.octave)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="507"/>
+        <source>Octave Files (*.m *.m.octave)</source>
+        <translation>Файлы Octave (*.m *.m.octave)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="142"/>
         <source>QSS</source>
         <translation>QSS</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="160"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="162"/>
         <source>Gettext</source>
         <translation>Gettext</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="725"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="735"/>
         <source>Gettext Files (*.po)</source>
         <translation>Файлы Gettext (*.po)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="165"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="167"/>
         <source>CoffeeScript</source>
         <translation>CoffeeScript</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="732"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="742"/>
         <source>CoffeeScript Files (*.coffee)</source>
         <translation>Файлы CoffeeScript (*.coffee)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="170"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="172"/>
         <source>JSON</source>
         <translation>JSON</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="739"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="749"/>
         <source>JSON Files (*.json)</source>
         <translation>JSON файлы (*.json)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="173"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="175"/>
         <source>Markdown</source>
         <translation>Markdown</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="744"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="754"/>
         <source>Markdown Files (*.md)</source>
-        <translation>Markdown файлы (*.md)</translation>
-    </message>
-    <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="133"/>
+        <translation>Файлы Markdown (*.md)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="135"/>
         <source>Protocol (protobuf)</source>
         <translation>Protocol (protobuf)</translation>
     </message>
     <message>
-        <location filename="../QScintilla/Lexers/__init__.py" line="590"/>
+        <location filename="../QScintilla/Lexers/__init__.py" line="600"/>
         <source>Protocol Files (*.proto)</source>
         <translation>Файлы Protocol (*.proto)</translation>
     </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="99"/>
+        <source>Cython</source>
+        <translation>Cython</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="395"/>
+        <source>Cython Files (*.pyx *.pxd *.pxi)</source>
+        <translation>Файлы Cython (*.pyx *.pxd *.pxi)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="582"/>
+        <source>Cython Files (*.pyx)</source>
+        <translation>Файлы Cython (*.pyx)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="585"/>
+        <source>Cython Declaration Files (*.pxd)</source>
+        <translation>Файлы Cython Declaration (*.pxd)</translation>
+    </message>
+    <message>
+        <location filename="../QScintilla/Lexers/__init__.py" line="588"/>
+        <source>Cython Include Files (*.pxi)</source>
+        <translation>Файлы Cython Include (*.pxi)</translation>
+    </message>
 </context>
 <context>
     <name>LfConvertDataDialog</name>
@@ -43133,57 +43183,57 @@
 <context>
     <name>Listspace</name>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="239"/>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="249"/>
         <source>Close</source>
         <translation>Закрыть</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="246"/>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="256"/>
         <source>Close All</source>
         <translation>Закрыть все</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="249"/>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/>
         <source>Save</source>
         <translation>Сохранить</translation>
     </message>
     <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="262"/>
+        <source>Save As...</source>
+        <translation>Сохранить как...</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="265"/>
+        <source>Save All</source>
+        <translation>Сохранить всё</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="273"/>
+        <source>Print</source>
+        <translation>Печать</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="432"/>
+        <source>Untitled {0}</source>
+        <translation>Untitled {0}</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="570"/>
+        <source>{0} (ro)</source>
+        <translation>{0} (только чтение)</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="269"/>
+        <source>Open &apos;rejection&apos; file</source>
+        <translation>Открыть &apos;отбракованный&apos; файл</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="277"/>
+        <source>Copy Path to Clipboard</source>
+        <translation>Копировать путь в буфер обмена</translation>
+    </message>
+    <message>
         <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="252"/>
-        <source>Save As...</source>
-        <translation>Сохранить как...</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="255"/>
-        <source>Save All</source>
-        <translation>Сохранить всё</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="263"/>
-        <source>Print</source>
-        <translation>Печать</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="410"/>
-        <source>Untitled {0}</source>
-        <translation>Untitled {0}</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="531"/>
-        <source>{0} (ro)</source>
-        <translation>{0} (только чтение)</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="259"/>
-        <source>Open &apos;rejection&apos; file</source>
-        <translation>Открыть &apos;отбракованный&apos; файл</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="267"/>
-        <source>Copy Path to Clipboard</source>
-        <translation>Копировать путь в буфер обмена</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Listspace/Listspace.py" line="242"/>
         <source>Close Others</source>
         <translation>Закрыть остальные</translation>
     </message>
@@ -44682,157 +44732,157 @@
 <context>
     <name>MiscellaneousChecker</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="452"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="454"/>
         <source>coding magic comment not found</source>
         <translation>кодирование магических компонентов не найдено</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="455"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="457"/>
         <source>unknown encoding ({0}) found in coding magic comment</source>
         <translation>неизвестный код ({0}) обнаружен в коде магических компонентов</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="458"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="460"/>
         <source>copyright notice not present</source>
         <translation>уведомление об авторских правах не предоставлено</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="461"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="463"/>
         <source>copyright notice contains invalid author</source>
         <translation>уведомление об авторских правах содержит недействительного автора</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="496"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="498"/>
         <source>found {0} formatter</source>
         <translation>найден {0} форматтер</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="499"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="501"/>
         <source>format string does contain unindexed parameters</source>
         <translation>строка формата действительно содержит неиндексированные параметры</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="502"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="504"/>
         <source>docstring does contain unindexed parameters</source>
         <translation>строка документации действительно содержит неиндексированные параметры</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="505"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="507"/>
         <source>other string does contain unindexed parameters</source>
         <translation>другая строка действительно содержит неиндексированные параметры</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="508"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="510"/>
         <source>format call uses too large index ({0})</source>
         <translation>формат вызова использует слишком большой индекс ({0})</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="511"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="513"/>
         <source>format call uses missing keyword ({0})</source>
         <translation>формат вызова использует недостающее ключевое слово ({0})</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="514"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="516"/>
         <source>format call uses keyword arguments but no named entries</source>
         <translation>формат вызова использует ключевые аргументы, но нет именованных записей</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="517"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="519"/>
         <source>format call uses variable arguments but no numbered entries</source>
         <translation>формат ячейки использует переменные аргументы, но нет пронумерованных записей</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="520"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="522"/>
         <source>format call uses implicit and explicit indexes together</source>
         <translation>формат вызова использует скрытые и явные индексы вместе</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="523"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="525"/>
         <source>format call provides unused index ({0})</source>
         <translation>формат вызова предоставляет неиспользованный индекс ({0})</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="526"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="528"/>
         <source>format call provides unused keyword ({0})</source>
         <translation>Формат вызова предоставляет неиспользованное ключевое слово ({0})</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="529"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="531"/>
         <source>expected these __future__ imports: {0}; but only got: {1}</source>
         <translation>ожидался __future__ imports: {0}; получены только: {1}</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="532"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="534"/>
         <source>expected these __future__ imports: {0}; but got none</source>
         <translation>ожидался __future__  imports: {0}; не получено ничего</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="535"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="537"/>
         <source>print statement found</source>
         <translation>обнаружен оператор печати</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="538"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="540"/>
         <source>one element tuple found</source>
         <translation>один элемент кортежа найден</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="547"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="549"/>
         <source>{0}: {1}</source>
         <translation>{0}: {1}</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="464"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="466"/>
         <source>&quot;{0}&quot; is a Python builtin and is being shadowed; consider renaming the variable</source>
         <translation>&quot;{0}&quot; является встроенным именем Python и затеняется; рассмотрите возможность переименования переменной</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="468"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="470"/>
         <source>&quot;{0}&quot; is used as an argument and thus shadows a Python builtin; consider renaming the argument</source>
         <translation>&quot;{0}&quot; используется как аргумент и таким образом затеняет встроенные имена  Python; рассмотрите возможность переименования аргумента</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="472"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="474"/>
         <source>unnecessary generator - rewrite as a list comprehension</source>
         <translation>неподходящий генератор - перепишите как генератор списков</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="475"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="477"/>
         <source>unnecessary generator - rewrite as a set comprehension</source>
         <translation>неподходящий генератор - перепишите как генератор множеств</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="478"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="480"/>
         <source>unnecessary generator - rewrite as a dict comprehension</source>
         <translation>неподходящий генератор - перепишите как генератор словарей</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="481"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="483"/>
         <source>unnecessary list comprehension - rewrite as a set comprehension</source>
         <translation>неподходящий генератор списков - перепишите как генератор множеств</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="484"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="486"/>
         <source>unnecessary list comprehension - rewrite as a dict comprehension</source>
         <translation>неподходящий генератор списков - перепишите как генератор словарей</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="487"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="489"/>
         <source>unnecessary list literal - rewrite as a set literal</source>
         <translation>неподходящий список литералов - перепишите как множество литералов</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="490"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="492"/>
         <source>unnecessary list literal - rewrite as a dict literal</source>
         <translation>неподходящий список литералов - перепишите как словарь литералов</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="493"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="495"/>
         <source>unnecessary list comprehension - &quot;{0}&quot; can take a generator</source>
         <translation>неподходящий генератор списков - &quot;{0}&quot; может являться генератором</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="544"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="546"/>
         <source>mutable default argument of type {0}</source>
         <translation>изменяемый аргумент по умолчанию типа {0}</translation>
     </message>
@@ -45238,72 +45288,72 @@
 <context>
     <name>NamingStyleChecker</name>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="396"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="398"/>
         <source>class names should use CapWords convention</source>
         <translation>имена классов должны использовать CapWords соглашение</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="399"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="401"/>
         <source>function name should be lowercase</source>
         <translation>имена функций должны быть в нижнем регистре</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="402"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="404"/>
         <source>argument name should be lowercase</source>
         <translation>имена парамеров должны быть в нижнем регистре</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="405"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="407"/>
         <source>first argument of a class method should be named &apos;cls&apos;</source>
         <translation>первый параметр метода класса должен быть &apos;cls&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="408"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="410"/>
         <source>first argument of a method should be named &apos;self&apos;</source>
         <translation>первый параметр метода должен быть &apos;self&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="411"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="413"/>
         <source>first argument of a static method should not be named &apos;self&apos; or &apos;cls</source>
         <translation>первый параметр статического метода класса не должен быть &apos;cls&apos; или &apos;self&apos;</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="415"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="417"/>
         <source>module names should be lowercase</source>
         <translation>имена модулей должны быть в нижнем регистре</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="418"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="420"/>
         <source>package names should be lowercase</source>
         <translation>имена пакетов должны быть в нижнем регистре</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="421"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="423"/>
         <source>constant imported as non constant</source>
         <translation>константа импортирована как не константа</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="424"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="426"/>
         <source>lowercase imported as non lowercase</source>
         <translation>имена в нижнем регистре импортированы не в нижнем регистре</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="427"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="429"/>
         <source>camelcase imported as lowercase</source>
         <translation>имена в camelcase импортированы в нижнем регистре</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="430"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="432"/>
         <source>camelcase imported as constant</source>
         <translation>имена в camelcase импортированы как константы</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="433"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="435"/>
         <source>variable in function should be lowercase</source>
         <translation>имена переменных в функции должны быть в нижнем регистре</translation>
     </message>
     <message>
-        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="436"/>
+        <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/translations.py" line="438"/>
         <source>names &apos;l&apos;, &apos;O&apos; and &apos;I&apos; should be avoided</source>
         <translation>имена &apos;l&apos;, &apos;O&apos; и &apos;I&apos; следует избегать</translation>
     </message>
@@ -48321,15 +48371,20 @@
         <translation>Деактивировать</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginInfoDialog.py" line="102"/>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="104"/>
         <source>Yes</source>
         <translation>Да</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginInfoDialog.py" line="78"/>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="80"/>
         <source>No</source>
         <translation>Нет</translation>
     </message>
+    <message>
+        <location filename="../PluginManager/PluginInfoDialog.py" line="79"/>
+        <source>On-Demand</source>
+        <translation>По требованию</translation>
+    </message>
 </context>
 <context>
     <name>PluginInstallDialog</name>
@@ -48538,32 +48593,32 @@
         <translation>Несовместимый метод активации плагина.</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginManager.py" line="1111"/>
+        <location filename="../PluginManager/PluginManager.py" line="1140"/>
         <source>Plugin Manager Error</source>
         <translation>Ошибка менеджера плагинов</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginManager.py" line="1111"/>
+        <location filename="../PluginManager/PluginManager.py" line="1140"/>
         <source>&lt;p&gt;The plugin download directory &lt;b&gt;{0}&lt;/b&gt; could not be created. Please configure it via the configuration dialog.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Директория для загрузки плагинов &lt;b&gt;{0}&lt;/b&gt; не может быть создана. Задайте её посредством диалога конфигурации.&lt;/p&gt;&lt;p&gt;Причина:{1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginManager.py" line="1187"/>
+        <location filename="../PluginManager/PluginManager.py" line="1220"/>
         <source>Error downloading file</source>
         <translation>Ошибка загрузки файла</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginManager.py" line="1187"/>
+        <location filename="../PluginManager/PluginManager.py" line="1220"/>
         <source>&lt;p&gt;Could not download the requested file from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Ошибка загрузки файла из {0}.&lt;/p&gt;&lt;p&gt;Ошибка: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginManager.py" line="1224"/>
+        <location filename="../PluginManager/PluginManager.py" line="1257"/>
         <source>New plugin versions available</source>
         <translation>Новые версииплагинов  доступны для загрузки</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginManager.py" line="1224"/>
+        <location filename="../PluginManager/PluginManager.py" line="1257"/>
         <source>&lt;p&gt;There are new plug-ins or plug-in updates available. Use the plug-in repository dialog to get them.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Имеются новые плагины или их  обновления. Воспользуйтесь диалогом репозитория плагинов для их загрузки.&lt;/p&gt;</translation>
     </message>
@@ -48874,27 +48929,27 @@
 Выполните обновление.</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="500"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="502"/>
         <source>Error downloading file</source>
         <translation>Ошибка загрузки файла</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="500"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="502"/>
         <source>&lt;p&gt;Could not download the requested file from {0}.&lt;/p&gt;&lt;p&gt;Error: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Ошибка загрузки файла из {0}.&lt;/p&gt;&lt;p&gt;Ошибка: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="585"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="587"/>
         <source>Stable</source>
         <translation>Стабильные</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="592"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="594"/>
         <source>Unstable</source>
         <translation>Нестабильные</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="606"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="608"/>
         <source>Unknown</source>
         <translation>Неизвестный</translation>
     </message>
@@ -48934,32 +48989,32 @@
         <translation>Очистить загруженные файлы</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="620"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="622"/>
         <source>up-to-date</source>
         <translation>новых изменений нет</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="623"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="625"/>
         <source>new download available</source>
         <translation>имеются обновления для загрузки</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="627"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="629"/>
         <source>update installable</source>
         <translation>обновления готовы к установке</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="631"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="633"/>
         <source>updated download available</source>
         <translation>имеется обновление</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="920"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="929"/>
         <source>Cleanup of Plugin Downloads</source>
         <translation>Очистить загруженные плагины</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="920"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="929"/>
         <source>&lt;p&gt;The plugin download &lt;b&gt;{0}&lt;/b&gt; could not be deleted.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно удалить обновление для плагина &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
@@ -48994,25 +49049,25 @@
         <translation>Удаленные обновления: &lt;b&gt;{0}&lt;/b&gt;</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="599"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="601"/>
         <source>Obsolete</source>
-        <translation>Устаревшее</translation>
+        <translation>Устаревшие</translation>
     </message>
 </context>
 <context>
     <name>PluginRepositoryWindow</name>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="863"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="865"/>
         <source>Process Generation Error</source>
         <translation>Ошибка при запуске процесса</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="863"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="865"/>
         <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить процесс.&lt;br&gt;Убедитесь, что он доступен как &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../PluginManager/PluginRepositoryDialog.py" line="863"/>
+        <location filename="../PluginManager/PluginRepositoryDialog.py" line="865"/>
         <source>OK</source>
         <translation>OK</translation>
     </message>
@@ -49354,27 +49409,27 @@
 <context>
     <name>Preferences</name>
     <message>
-        <location filename="../Preferences/__init__.py" line="1628"/>
+        <location filename="../Preferences/__init__.py" line="1649"/>
         <source>Export Preferences</source>
         <translation>Экспорт предпочтений</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1656"/>
+        <location filename="../Preferences/__init__.py" line="1677"/>
         <source>Import Preferences</source>
         <translation>Импорт предпочтений</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1656"/>
+        <location filename="../Preferences/__init__.py" line="1677"/>
         <source>Properties File (*.ini);;All Files (*)</source>
         <translation>Файлы свойств (*.ini);;Все файлы (*)</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1758"/>
+        <location filename="../Preferences/__init__.py" line="1779"/>
         <source>Select Python{0} Interpreter</source>
         <translation>Задайте интерпретатор Python{0}</translation>
     </message>
     <message>
-        <location filename="../Preferences/__init__.py" line="1758"/>
+        <location filename="../Preferences/__init__.py" line="1779"/>
         <source>Select the Python{0} interpreter to be used:</source>
         <translation>Задайте интерпретатор Python{0}:</translation>
     </message>
@@ -49714,7 +49769,7 @@
         <translation>Компилятор IDL CORBA</translation>
     </message>
     <message>
-        <location filename="../Preferences/ProgramsDialog.py" line="367"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="375"/>
         <source>(unknown)</source>
         <translation>(неизвестный)</translation>
     </message>
@@ -49724,17 +49779,17 @@
         <translation>Проверка орфографии - PyEnchant</translation>
     </message>
     <message>
-        <location filename="../Preferences/ProgramsDialog.py" line="326"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="329"/>
         <source>(not configured)</source>
         <translation>(не настроено)</translation>
     </message>
     <message>
-        <location filename="../Preferences/ProgramsDialog.py" line="369"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="377"/>
         <source>(not executable)</source>
         <translation>(не исполняемый)</translation>
     </message>
     <message>
-        <location filename="../Preferences/ProgramsDialog.py" line="401"/>
+        <location filename="../Preferences/ProgramsDialog.py" line="409"/>
         <source>(not found)</source>
         <translation>(не найдено)</translation>
     </message>
@@ -49803,6 +49858,11 @@
         <source>gRPC Compiler</source>
         <translation>Компилятор gRPC</translation>
     </message>
+    <message>
+        <location filename="../Preferences/ProgramsDialog.py" line="356"/>
+        <source>(module not found)</source>
+        <translation>(модуль не найден)</translation>
+    </message>
 </context>
 <context>
     <name>Project</name>
@@ -59682,52 +59742,52 @@
 <context>
     <name>SafeBrowsingManager</name>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="228"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="230"/>
         <source>Safe Browsing is disabled.</source>
         <translation>Сервис Safe Browsing отключен.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="232"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="234"/>
         <source>The fair use wait period has not expired yet.Expiration will be at {0}.</source>
         <translation>Не завершен период ожидания для &quot;честного&quot; использования сайта. Завершение периода наступит {0}.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="253"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="255"/>
         <source>Updating threat lists</source>
         <translation>Обновление списков угроз</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="267"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="269"/>
         <source>Deleting obsolete threat lists</source>
         <translation>Удаление устаревших списков угроз</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="286"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="288"/>
         <source>Updating hash prefixes</source>
         <translation>Обновление хеш-префиксов</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="312"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="314"/>
         <source>Local cache checksum does not match the server. Consider cleaning the cache. Threat update has been aborted.</source>
         <translation>Контрольная сумма локального кэша не соответствует серверу. Подумайте об очистке кэша. Обновление списка угроз было прервано.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="197"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="199"/>
         <source>Updating threat lists...</source>
         <translation>Обновление списков угроз...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="201"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="203"/>
         <source>Updating threat lists done</source>
         <translation>Обновление списка угроз выполнено</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="204"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="206"/>
         <source>Updating threat lists failed</source>
         <translation>Сбой обновления списка угроз</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="155"/>
+        <location filename="../WebBrowser/SafeBrowsing/SafeBrowsingManager.py" line="157"/>
         <source>Google Safe Browsing</source>
         <translation>Google Safe Browsing</translation>
     </message>
@@ -69936,82 +69996,82 @@
 <context>
     <name>TabWidget</name>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="199"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="206"/>
         <source>Show a navigation menu</source>
         <translation>Меню навигации</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="209"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="216"/>
         <source>Close the current editor</source>
         <translation>Закрыть текущий редактор</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="241"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="248"/>
         <source>Move Left</source>
         <translation>Сдвинуть влево</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="244"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="251"/>
         <source>Move Right</source>
         <translation>Сдвинуть вправо</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="247"/>
-        <source>Move First</source>
-        <translation>Сделать первым</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="250"/>
-        <source>Move Last</source>
-        <translation>Сделать последним</translation>
-    </message>
-    <message>
         <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="254"/>
-        <source>Close</source>
-        <translation>Закрыть</translation>
+        <source>Move First</source>
+        <translation>Сделать первым</translation>
     </message>
     <message>
         <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="257"/>
+        <source>Move Last</source>
+        <translation>Сделать последним</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="261"/>
+        <source>Close</source>
+        <translation>Закрыть</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="264"/>
         <source>Close Others</source>
         <translation>Закрыть остальные</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="260"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="267"/>
         <source>Close All</source>
         <translation>Закрыть все</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="263"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="270"/>
         <source>Save</source>
         <translation>Сохранить</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="266"/>
-        <source>Save As...</source>
-        <translation>Сохранить как...</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="269"/>
-        <source>Save All</source>
-        <translation>Сохранить всё</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="277"/>
-        <source>Print</source>
-        <translation>Печать</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="281"/>
-        <source>Copy Path to Clipboard</source>
-        <translation>Копировать путь в буфер обмена</translation>
-    </message>
-    <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="426"/>
-        <source>{0} (ro)</source>
-        <translation>{0} (только чтение)</translation>
-    </message>
-    <message>
         <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="273"/>
+        <source>Save As...</source>
+        <translation>Сохранить как...</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="276"/>
+        <source>Save All</source>
+        <translation>Сохранить всё</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="284"/>
+        <source>Print</source>
+        <translation>Печать</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="288"/>
+        <source>Copy Path to Clipboard</source>
+        <translation>Копировать путь в буфер обмена</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="443"/>
+        <source>{0} (ro)</source>
+        <translation>{0} (только чтение)</translation>
+    </message>
+    <message>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="280"/>
         <source>Open &apos;rejection&apos; file</source>
         <translation>Открыть &apos;отбракованный&apos; файл</translation>
     </message>
@@ -70144,12 +70204,12 @@
 <context>
     <name>Tabview</name>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="936"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="997"/>
         <source>Untitled {0}</source>
         <translation>Untitled {0}</translation>
     </message>
     <message>
-        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1286"/>
+        <location filename="../Plugins/ViewManagerPlugins/Tabview/Tabview.py" line="1397"/>
         <source>{0} (ro)</source>
         <translation>{0} (только чтение)</translation>
     </message>
@@ -76473,82 +76533,82 @@
         <translation>&lt;b&gt;Добавить в репозиторий&lt;/b&gt;&lt;p&gt;Добавление (импорт) локального проекта в репозиторий VCS.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="231"/>
+        <location filename="../VCS/ProjectHelper.py" line="229"/>
         <source>New Project</source>
         <translation>Новый проект</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="411"/>
+        <location filename="../VCS/ProjectHelper.py" line="409"/>
         <source>Select version control system for the project</source>
         <translation>Выберите систему контроля версий для проекта</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="434"/>
+        <location filename="../VCS/ProjectHelper.py" line="432"/>
         <source>Would you like to edit the VCS command options?</source>
         <translation>Вы хотите редактировать опции команд VCS?</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="252"/>
+        <location filename="../VCS/ProjectHelper.py" line="250"/>
         <source>Create project directory</source>
         <translation>Создать директорию проекта</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="252"/>
+        <location filename="../VCS/ProjectHelper.py" line="250"/>
         <source>&lt;p&gt;The project directory &lt;b&gt;{0}&lt;/b&gt; could not be created.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно создать директорию проекта &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="353"/>
+        <location filename="../VCS/ProjectHelper.py" line="351"/>
         <source>New project from repository</source>
         <translation>Новый проект из репозитория</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="284"/>
+        <location filename="../VCS/ProjectHelper.py" line="282"/>
         <source>Select a project file to open.</source>
         <translation>Выберите файл проекта для открытия.</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="303"/>
+        <location filename="../VCS/ProjectHelper.py" line="301"/>
         <source>The project retrieved from the repository does not contain an eric project file (*.e4p). Create it?</source>
         <translation>В проекте, извлеченном из репозитория, нет файла проекта (*.e4p). Создать его?</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="339"/>
+        <location filename="../VCS/ProjectHelper.py" line="337"/>
         <source>Shall the project file be added to the repository?</source>
         <translation>Добавить ли файл проекта в репозиторий?</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="353"/>
+        <location filename="../VCS/ProjectHelper.py" line="351"/>
         <source>The project could not be retrieved from the repository.</source>
         <translation>Невозможно извлечь проект из репозитория.</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="434"/>
+        <location filename="../VCS/ProjectHelper.py" line="432"/>
         <source>Import Project</source>
         <translation>Импортировать проект</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="471"/>
+        <location filename="../VCS/ProjectHelper.py" line="469"/>
         <source>Update</source>
         <translation>Обновить</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="573"/>
+        <location filename="../VCS/ProjectHelper.py" line="571"/>
         <source>The project should be reread. Do this now?</source>
         <translation>Проект должен быть перепрочитан. Сделать это сейчас?</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="499"/>
+        <location filename="../VCS/ProjectHelper.py" line="497"/>
         <source>Remove project from repository</source>
         <translation>Удалить проект из репозитория</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="499"/>
+        <location filename="../VCS/ProjectHelper.py" line="497"/>
         <source>Dou you really want to remove this project from the repository (and disk)?</source>
         <translation>Вы действительно хотите удалить этот проект и из репозитория (и с диска)?</translation>
     </message>
     <message>
-        <location filename="../VCS/ProjectHelper.py" line="573"/>
+        <location filename="../VCS/ProjectHelper.py" line="571"/>
         <source>Switch</source>
         <translation>Переключиться</translation>
     </message>
@@ -76646,3198 +76706,3198 @@
 <context>
     <name>ViewManager</name>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="582"/>
+        <location filename="../ViewManager/ViewManager.py" line="613"/>
         <source>New</source>
         <translation>Новый</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="582"/>
+        <location filename="../ViewManager/ViewManager.py" line="613"/>
         <source>&amp;New</source>
         <translation>&amp;Новый</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="582"/>
+        <location filename="../ViewManager/ViewManager.py" line="613"/>
         <source>Ctrl+N</source>
         <comment>File|New</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="590"/>
+        <location filename="../ViewManager/ViewManager.py" line="621"/>
         <source>Open an empty editor window</source>
         <translation>Открыть пустое окно редактора</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="593"/>
+        <location filename="../ViewManager/ViewManager.py" line="624"/>
         <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;Новый документ&lt;/b&gt;
 &lt;p&gt;Создание пустого окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="601"/>
+        <location filename="../ViewManager/ViewManager.py" line="632"/>
         <source>Open</source>
         <translation>Открыть</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="601"/>
+        <location filename="../ViewManager/ViewManager.py" line="632"/>
         <source>&amp;Open...</source>
         <translation>&amp;Открыть...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="601"/>
+        <location filename="../ViewManager/ViewManager.py" line="632"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="609"/>
+        <location filename="../ViewManager/ViewManager.py" line="640"/>
         <source>Open a file</source>
         <translation>Открыть файл</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="611"/>
+        <location filename="../ViewManager/ViewManager.py" line="642"/>
         <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;Открыть файл&lt;/b&gt;
 &lt;p&gt;Запрос имени файла, чтобы открыть его в окне редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="622"/>
+        <location filename="../ViewManager/ViewManager.py" line="653"/>
         <source>Close</source>
         <translation>Закрыть</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="622"/>
+        <location filename="../ViewManager/ViewManager.py" line="653"/>
         <source>&amp;Close</source>
         <translation>&amp;Закрыть</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="622"/>
+        <location filename="../ViewManager/ViewManager.py" line="653"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="630"/>
+        <location filename="../ViewManager/ViewManager.py" line="661"/>
         <source>Close the current window</source>
         <translation>Закрыть текущее окно</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="633"/>
+        <location filename="../ViewManager/ViewManager.py" line="664"/>
         <source>&lt;b&gt;Close Window&lt;/b&gt;&lt;p&gt;Close the current window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закрыть окно&lt;/b&gt;
 &lt;p&gt;Закрытие текущего окна.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="641"/>
+        <location filename="../ViewManager/ViewManager.py" line="672"/>
         <source>Close All</source>
         <translation>Закрыть все</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="641"/>
+        <location filename="../ViewManager/ViewManager.py" line="672"/>
         <source>Clos&amp;e All</source>
         <translation>Закрыть &amp;всё</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="645"/>
+        <location filename="../ViewManager/ViewManager.py" line="676"/>
         <source>Close all editor windows</source>
         <translation>Закрыть все окна редактора</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="648"/>
+        <location filename="../ViewManager/ViewManager.py" line="679"/>
         <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;Закрыть все окна&lt;/b&gt;
 &lt;p&gt;Закрыть все окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="660"/>
+        <location filename="../ViewManager/ViewManager.py" line="691"/>
         <source>Save</source>
         <translation>Сохранить</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="660"/>
+        <location filename="../ViewManager/ViewManager.py" line="691"/>
         <source>&amp;Save</source>
         <translation>&amp;Сохранить</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="660"/>
+        <location filename="../ViewManager/ViewManager.py" line="691"/>
         <source>Ctrl+S</source>
         <comment>File|Save</comment>
         <translation>Ctrl+S</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="667"/>
+        <location filename="../ViewManager/ViewManager.py" line="698"/>
         <source>Save the current file</source>
         <translation>Сохранить текущий файл</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="669"/>
+        <location filename="../ViewManager/ViewManager.py" line="700"/>
         <source>&lt;b&gt;Save File&lt;/b&gt;&lt;p&gt;Save the contents of current editor window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить файл&lt;/b&gt;
 &lt;p&gt;Сохранение содержания текущего окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="677"/>
+        <location filename="../ViewManager/ViewManager.py" line="708"/>
         <source>Save as</source>
         <translation>Сохранить как</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="677"/>
+        <location filename="../ViewManager/ViewManager.py" line="708"/>
         <source>Save &amp;as...</source>
         <translation>Сохранить &amp;как...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="677"/>
+        <location filename="../ViewManager/ViewManager.py" line="708"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation>Shift+Ctrl+S</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="684"/>
+        <location filename="../ViewManager/ViewManager.py" line="715"/>
         <source>Save the current file to a new one</source>
         <translation>Сохранить текущий файл в новый</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="686"/>
+        <location filename="../ViewManager/ViewManager.py" line="717"/>
         <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;Сохранить файл  как&lt;/b&gt;
 &lt;p&gt;Сохранение содержания текущего окна редактора в новый файл.
 Имя файла будет запрошено с помощью диалога выбора файлов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="711"/>
+        <location filename="../ViewManager/ViewManager.py" line="742"/>
         <source>Save all</source>
         <translation>Сохранить всё</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="716"/>
+        <location filename="../ViewManager/ViewManager.py" line="747"/>
         <source>Save all files</source>
         <translation>Сохранить все файлы</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="718"/>
+        <location filename="../ViewManager/ViewManager.py" line="749"/>
         <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;Сохранить все файлы&lt;/b&gt;
 &lt;p&gt;Сохранение содержания всех окон редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="728"/>
+        <location filename="../ViewManager/ViewManager.py" line="759"/>
         <source>Print</source>
         <translation>Печать</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="728"/>
+        <location filename="../ViewManager/ViewManager.py" line="759"/>
         <source>&amp;Print</source>
         <translation>&amp;Печать</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="728"/>
+        <location filename="../ViewManager/ViewManager.py" line="759"/>
         <source>Ctrl+P</source>
         <comment>File|Print</comment>
         <translation>Ctrl+P</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="735"/>
+        <location filename="../ViewManager/ViewManager.py" line="766"/>
         <source>Print the current file</source>
         <translation>Печать текущего файла</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="737"/>
+        <location filename="../ViewManager/ViewManager.py" line="768"/>
         <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;Печать&lt;/b&gt;
 &lt;p&gt;Распечатать содержимое текущего окна редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="746"/>
+        <location filename="../ViewManager/ViewManager.py" line="777"/>
         <source>Print Preview</source>
         <translation>Предварительный просмотр печати</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="751"/>
+        <location filename="../ViewManager/ViewManager.py" line="782"/>
         <source>Print preview of the current file</source>
         <translation>Предварительный просмотр печати текущего файла</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="753"/>
+        <location filename="../ViewManager/ViewManager.py" line="784"/>
         <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;Предварительный просмотр печати&lt;/b&gt;&lt;p&gt;Предварительный просмотр печати текущего файла.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="763"/>
+        <location filename="../ViewManager/ViewManager.py" line="794"/>
         <source>Search File</source>
         <translation>Искать файл</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="763"/>
+        <location filename="../ViewManager/ViewManager.py" line="794"/>
         <source>Search &amp;File...</source>
         <translation>Искать &amp;файл...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="763"/>
+        <location filename="../ViewManager/ViewManager.py" line="794"/>
         <source>Alt+Ctrl+F</source>
         <comment>File|Search File</comment>
         <translation>Alt+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="769"/>
+        <location filename="../ViewManager/ViewManager.py" line="800"/>
         <source>Search for a file</source>
         <translation>Искать файл</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="771"/>
+        <location filename="../ViewManager/ViewManager.py" line="802"/>
         <source>&lt;b&gt;Search File&lt;/b&gt;&lt;p&gt;Search for a file.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Искать файл&lt;/b&gt;&lt;p&gt;Искать файл по имени.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="785"/>
+        <location filename="../ViewManager/ViewManager.py" line="816"/>
         <source>&amp;File</source>
         <translation>&amp;Файл</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="787"/>
+        <location filename="../ViewManager/ViewManager.py" line="818"/>
         <source>Open &amp;Recent Files</source>
         <translation>Открыть &amp;недавние файлы</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="790"/>
+        <location filename="../ViewManager/ViewManager.py" line="821"/>
         <source>Open &amp;Bookmarked Files</source>
         <translation>Открыть &amp;закладки на файлы</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="838"/>
+        <location filename="../ViewManager/ViewManager.py" line="869"/>
         <source>File</source>
         <translation>Файл</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="861"/>
+        <location filename="../ViewManager/ViewManager.py" line="892"/>
         <source>Export as</source>
         <translation>Экспортировать как</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="885"/>
+        <location filename="../ViewManager/ViewManager.py" line="916"/>
         <source>Undo</source>
         <translation>Отмена</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="885"/>
+        <location filename="../ViewManager/ViewManager.py" line="916"/>
         <source>&amp;Undo</source>
         <translation>&amp;Отмена</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="885"/>
+        <location filename="../ViewManager/ViewManager.py" line="916"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="885"/>
+        <location filename="../ViewManager/ViewManager.py" line="916"/>
         <source>Alt+Backspace</source>
         <comment>Edit|Undo</comment>
         <translation>Alt+Backspace</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="894"/>
+        <location filename="../ViewManager/ViewManager.py" line="925"/>
         <source>Undo the last change</source>
         <translation>Отменить последнее изменение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="896"/>
+        <location filename="../ViewManager/ViewManager.py" line="927"/>
         <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;Отмена&lt;/b&gt;
 &lt;p&gt;Отмена последнего изменения в текущем сеансе редактирования.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="904"/>
+        <location filename="../ViewManager/ViewManager.py" line="935"/>
         <source>Redo</source>
         <translation>Повтор</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="904"/>
+        <location filename="../ViewManager/ViewManager.py" line="935"/>
         <source>&amp;Redo</source>
         <translation>&amp;Повтор</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="904"/>
+        <location filename="../ViewManager/ViewManager.py" line="935"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="912"/>
+        <location filename="../ViewManager/ViewManager.py" line="943"/>
         <source>Redo the last change</source>
         <translation>Восстановить последнее отменённое изменение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="914"/>
+        <location filename="../ViewManager/ViewManager.py" line="945"/>
         <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;Повтор&lt;/b&gt;
 &lt;p&gt;Восстановление последнего отменённого изменения.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="931"/>
+        <location filename="../ViewManager/ViewManager.py" line="962"/>
         <source>Revert to last saved state</source>
         <translation>Вернуть к последнему сохраненному состоянию</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="922"/>
+        <location filename="../ViewManager/ViewManager.py" line="953"/>
         <source>Re&amp;vert to last saved state</source>
         <translation>&amp;Вернуть к последнему сохраненному состоянию</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="922"/>
-        <source>Ctrl+Y</source>
-        <comment>Edit|Revert</comment>
-        <translation>Ctrl+Y</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="933"/>
-        <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;Вернуть к последнему сохраненному состоянию&lt;/b&gt;
-&lt;p&gt;Отменить все изменения текущего редактирования, сделанные с момента последнего сохранения.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="944"/>
-        <source>Cut</source>
-        <translation>Вырезать</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="944"/>
-        <source>Cu&amp;t</source>
-        <translation>В&amp;ырезать</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="944"/>
-        <source>Ctrl+X</source>
-        <comment>Edit|Cut</comment>
-        <translation>Ctrl+X</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="944"/>
-        <source>Shift+Del</source>
-        <comment>Edit|Cut</comment>
-        <translation>Shift+Del</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="953"/>
-        <source>Cut the selection</source>
-        <translation>Вырезать выделение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="955"/>
-        <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;Вырезать&lt;/b&gt;
-&lt;p&gt;Вырезать выделение и поместить его в буфер обмена.&lt;/p&gt;</translation>
+        <source>Ctrl+Y</source>
+        <comment>Edit|Revert</comment>
+        <translation>Ctrl+Y</translation>
     </message>
     <message>
         <location filename="../ViewManager/ViewManager.py" line="964"/>
+        <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;Вернуть к последнему сохраненному состоянию&lt;/b&gt;
+&lt;p&gt;Отменить все изменения текущего редактирования, сделанные с момента последнего сохранения.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="975"/>
+        <source>Cut</source>
+        <translation>Вырезать</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="975"/>
+        <source>Cu&amp;t</source>
+        <translation>В&amp;ырезать</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="975"/>
+        <source>Ctrl+X</source>
+        <comment>Edit|Cut</comment>
+        <translation>Ctrl+X</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="975"/>
+        <source>Shift+Del</source>
+        <comment>Edit|Cut</comment>
+        <translation>Shift+Del</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="984"/>
+        <source>Cut the selection</source>
+        <translation>Вырезать выделение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="986"/>
+        <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;Вырезать&lt;/b&gt;
+&lt;p&gt;Вырезать выделение и поместить его в буфер обмена.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="995"/>
         <source>Copy</source>
         <translation>Копировать</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="964"/>
+        <location filename="../ViewManager/ViewManager.py" line="995"/>
         <source>&amp;Copy</source>
         <translation>&amp;Копировать</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="964"/>
+        <location filename="../ViewManager/ViewManager.py" line="995"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="964"/>
+        <location filename="../ViewManager/ViewManager.py" line="995"/>
         <source>Ctrl+Ins</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+Ins</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="973"/>
+        <location filename="../ViewManager/ViewManager.py" line="1004"/>
         <source>Copy the selection</source>
         <translation>Копировать выделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="975"/>
+        <location filename="../ViewManager/ViewManager.py" line="1006"/>
         <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>&lt;b&gt;Копировать&lt;/b&gt;
 &lt;p&gt;Копировать выделение и поместить его в буфер обмена.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="984"/>
+        <location filename="../ViewManager/ViewManager.py" line="1015"/>
         <source>Paste</source>
         <translation>Вставить</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="984"/>
+        <location filename="../ViewManager/ViewManager.py" line="1015"/>
         <source>&amp;Paste</source>
         <translation>Вс&amp;тавить</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="984"/>
+        <location filename="../ViewManager/ViewManager.py" line="1015"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="984"/>
+        <location filename="../ViewManager/ViewManager.py" line="1015"/>
         <source>Shift+Ins</source>
         <comment>Edit|Paste</comment>
         <translation>Shift+Ins</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="993"/>
+        <location filename="../ViewManager/ViewManager.py" line="1024"/>
         <source>Paste the last cut/copied text</source>
         <translation>Вставить вырезанный/скопированный текст</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="995"/>
+        <location filename="../ViewManager/ViewManager.py" line="1026"/>
         <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>&lt;b&gt;Вставить&lt;/b&gt;
 &lt;p&gt;Вставить текст из буфера обмена в текущую позицию редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1004"/>
+        <location filename="../ViewManager/ViewManager.py" line="1035"/>
         <source>Clear</source>
         <translation>Очистить</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1004"/>
+        <location filename="../ViewManager/ViewManager.py" line="1035"/>
         <source>Alt+Shift+C</source>
         <comment>Edit|Clear</comment>
         <translation>Alt+Shift+C</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1012"/>
+        <location filename="../ViewManager/ViewManager.py" line="1043"/>
         <source>Clear all text</source>
         <translation>Убрать весь текст</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1014"/>
+        <location filename="../ViewManager/ViewManager.py" line="1045"/>
         <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;Очистить&lt;/b&gt;
 &lt;p&gt;Удаление всего текста из текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1029"/>
+        <location filename="../ViewManager/ViewManager.py" line="1060"/>
         <source>Join Lines</source>
         <translation>Соединить строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1022"/>
+        <location filename="../ViewManager/ViewManager.py" line="1053"/>
         <source>Ctrl+J</source>
         <comment>Edit|Join Lines</comment>
         <translation>Ctrl+J</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1031"/>
+        <location filename="../ViewManager/ViewManager.py" line="1062"/>
         <source>&lt;b&gt;Join Lines&lt;/b&gt;&lt;p&gt;Join the current and the next lines.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Соединить строки&lt;/b&gt;&lt;p&gt;Соединить текущую и следующую строки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1039"/>
+        <location filename="../ViewManager/ViewManager.py" line="1070"/>
         <source>Indent</source>
         <translation>Увеличить отступ</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1039"/>
+        <location filename="../ViewManager/ViewManager.py" line="1070"/>
         <source>&amp;Indent</source>
         <translation>У&amp;величить отступ</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1039"/>
+        <location filename="../ViewManager/ViewManager.py" line="1070"/>
         <source>Ctrl+I</source>
         <comment>Edit|Indent</comment>
         <translation>Ctrl+I</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1047"/>
+        <location filename="../ViewManager/ViewManager.py" line="1078"/>
         <source>Indent line</source>
         <translation>Увеличить отступ строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1049"/>
+        <location filename="../ViewManager/ViewManager.py" line="1080"/>
         <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>&lt;b&gt;Увеличить отступ&lt;/b&gt;
 &lt;p&gt;Увеличить отступ текущей строки на один уровень.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1058"/>
+        <location filename="../ViewManager/ViewManager.py" line="1089"/>
         <source>Unindent</source>
         <translation>Уменьшить отступ</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1058"/>
+        <location filename="../ViewManager/ViewManager.py" line="1089"/>
         <source>U&amp;nindent</source>
         <translation>У&amp;меньшить отступ</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1058"/>
+        <location filename="../ViewManager/ViewManager.py" line="1089"/>
         <source>Ctrl+Shift+I</source>
         <comment>Edit|Unindent</comment>
         <translation>Ctrl+Shift+I</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1066"/>
+        <location filename="../ViewManager/ViewManager.py" line="1097"/>
         <source>Unindent line</source>
         <translation>Уменьшить отступ строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1068"/>
+        <location filename="../ViewManager/ViewManager.py" line="1099"/>
         <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>&lt;b&gt;Уменьшить отступ&lt;/b&gt;
 &lt;p&gt;Уменьшить отступ текущей строки на один уровень.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1077"/>
+        <location filename="../ViewManager/ViewManager.py" line="1108"/>
         <source>Smart indent</source>
         <translation>Интеллектуальные отступы</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1083"/>
+        <location filename="../ViewManager/ViewManager.py" line="1114"/>
         <source>Smart indent Line or Selection</source>
         <translation>Форматировать строку или выделение умными отступами</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1085"/>
+        <location filename="../ViewManager/ViewManager.py" line="1116"/>
         <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>&lt;b&gt;Интеллектуальные отступы&lt;/b&gt;&lt;p&gt;Расставить отступы для выбранной строки (строк) с помощью умного алгоритма.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1094"/>
+        <location filename="../ViewManager/ViewManager.py" line="1125"/>
         <source>Comment</source>
         <translation>Закомментировать</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1094"/>
+        <location filename="../ViewManager/ViewManager.py" line="1125"/>
         <source>C&amp;omment</source>
         <translation>&amp;Закомментировать</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1094"/>
+        <location filename="../ViewManager/ViewManager.py" line="1125"/>
         <source>Ctrl+M</source>
         <comment>Edit|Comment</comment>
         <translation>Ctrl+M</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1102"/>
+        <location filename="../ViewManager/ViewManager.py" line="1133"/>
         <source>Comment Line or Selection</source>
         <translation>Закомментировать строку или выделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1104"/>
+        <location filename="../ViewManager/ViewManager.py" line="1135"/>
         <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;Закомментировать&lt;/b&gt;&lt;p&gt;Закомментировать строку или выделение.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1113"/>
+        <location filename="../ViewManager/ViewManager.py" line="1144"/>
         <source>Uncomment</source>
         <translation>Раскомментировать</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1113"/>
+        <location filename="../ViewManager/ViewManager.py" line="1144"/>
         <source>Unco&amp;mment</source>
         <translation>&amp;Раскомментировать</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1113"/>
+        <location filename="../ViewManager/ViewManager.py" line="1144"/>
         <source>Alt+Ctrl+M</source>
         <comment>Edit|Uncomment</comment>
         <translation>Alt+Ctrl+M</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1121"/>
+        <location filename="../ViewManager/ViewManager.py" line="1152"/>
         <source>Uncomment Line or Selection</source>
         <translation>Раскомментировать строку или выделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1123"/>
-        <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>&lt;b&gt;Раскомментировать&lt;/b&gt;&lt;p&gt;Раскомментировать строку или выделение.&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="1154"/>
+        <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>&lt;b&gt;Раскомментировать&lt;/b&gt;&lt;p&gt;Раскомментировать строку или выделение.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1185"/>
         <source>Stream Comment</source>
         <translation>Поточный комментарий</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1159"/>
+        <location filename="../ViewManager/ViewManager.py" line="1190"/>
         <source>Stream Comment Line or Selection</source>
         <translation>Закомментировать строку или выделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1162"/>
+        <location filename="../ViewManager/ViewManager.py" line="1193"/>
         <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>&lt;b&gt;Закомментировать&lt;/b&gt;&lt;p&gt;Закомментировать строку или выделение поточным комментарием.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1171"/>
+        <location filename="../ViewManager/ViewManager.py" line="1202"/>
         <source>Box Comment</source>
         <translation>Прямоугольный комментарий</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1176"/>
+        <location filename="../ViewManager/ViewManager.py" line="1207"/>
         <source>Box Comment Line or Selection</source>
         <translation>Закомментировать строку или выделение прямоугольным комментарием</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1178"/>
+        <location filename="../ViewManager/ViewManager.py" line="1209"/>
         <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>&lt;b&gt;Закомментировать&lt;/b&gt;&lt;p&gt;Закомментировать строку или выделение прямоугольным комментарием.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1187"/>
+        <location filename="../ViewManager/ViewManager.py" line="1218"/>
         <source>Select to brace</source>
         <translation>Выбрать до скобки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1187"/>
+        <location filename="../ViewManager/ViewManager.py" line="1218"/>
         <source>Select to &amp;brace</source>
         <translation>В&amp;ыбрать до скобки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1187"/>
+        <location filename="../ViewManager/ViewManager.py" line="1218"/>
         <source>Ctrl+E</source>
         <comment>Edit|Select to brace</comment>
         <translation>Ctrl+E</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1194"/>
+        <location filename="../ViewManager/ViewManager.py" line="1225"/>
         <source>Select text to the matching brace</source>
         <translation>Выбрать до соответствующей скобки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1196"/>
+        <location filename="../ViewManager/ViewManager.py" line="1227"/>
         <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;Выбрать до скобки&lt;/b&gt;&lt;p&gt;Выбрать текст в текущем редакторе до соответствующей скобки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1205"/>
+        <location filename="../ViewManager/ViewManager.py" line="1236"/>
         <source>Select all</source>
         <translation>Выбрать всё</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1205"/>
+        <location filename="../ViewManager/ViewManager.py" line="1236"/>
         <source>&amp;Select all</source>
         <translation>В&amp;ыбрать всё</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1205"/>
+        <location filename="../ViewManager/ViewManager.py" line="1236"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select all</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1213"/>
+        <location filename="../ViewManager/ViewManager.py" line="1244"/>
         <source>Select all text</source>
         <translation>Выбрать весь текст</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1215"/>
+        <location filename="../ViewManager/ViewManager.py" line="1246"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Выбрать всё&lt;/b&gt;&lt;p&gt;Выбрать весь текст в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1223"/>
+        <location filename="../ViewManager/ViewManager.py" line="1254"/>
         <source>Deselect all</source>
         <translation>Снять выделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1223"/>
+        <location filename="../ViewManager/ViewManager.py" line="1254"/>
         <source>&amp;Deselect all</source>
         <translation>&amp;Снять выделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1223"/>
+        <location filename="../ViewManager/ViewManager.py" line="1254"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Deselect all</comment>
         <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1230"/>
+        <location filename="../ViewManager/ViewManager.py" line="1261"/>
         <source>Deselect all text</source>
         <translation>Снять выделение со всего текста</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1232"/>
+        <location filename="../ViewManager/ViewManager.py" line="1263"/>
         <source>&lt;b&gt;Deselect All&lt;/b&gt;&lt;p&gt;Deselect all text of the current editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Снять выделение&lt;/b&gt;&lt;p&gt;Снять выделение со всего текста в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1247"/>
+        <location filename="../ViewManager/ViewManager.py" line="1278"/>
         <source>Convert Line End Characters</source>
         <translation>Сконвертировать окончания строк</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1240"/>
+        <location filename="../ViewManager/ViewManager.py" line="1271"/>
         <source>Convert &amp;Line End Characters</source>
         <translation>С&amp;конвертировать окончания строк</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1249"/>
+        <location filename="../ViewManager/ViewManager.py" line="1280"/>
         <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>&lt;b&gt;Сконвертировать окончания строк&lt;/b&gt;
 &lt;p&gt;Сконвертировать окончания строк к выбранному способу&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1263"/>
+        <location filename="../ViewManager/ViewManager.py" line="1294"/>
         <source>Shorten empty lines</source>
         <translation>Укоротить пустые строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1265"/>
+        <location filename="../ViewManager/ViewManager.py" line="1296"/>
         <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;Укоротить пустые строки&lt;/b&gt;
 &lt;p&gt;Укоротить строки, состоящие только из пробельных символов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1361"/>
+        <location filename="../ViewManager/ViewManager.py" line="1392"/>
         <source>Calltip</source>
         <translation>Подсказка</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1361"/>
+        <location filename="../ViewManager/ViewManager.py" line="1392"/>
         <source>&amp;Calltip</source>
         <translation>&amp;Подсказки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1368"/>
+        <location filename="../ViewManager/ViewManager.py" line="1399"/>
         <source>Show Calltips</source>
         <translation>Показать подсказки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1370"/>
+        <location filename="../ViewManager/ViewManager.py" line="1401"/>
         <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>&lt;b&gt;Подсказки&lt;/b&gt;&lt;p&gt;Показать подсказки соответствующие символам слева от курсора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1428"/>
+        <location filename="../ViewManager/ViewManager.py" line="1459"/>
         <source>Move left one character</source>
         <translation>Перейти влево на один символ</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1428"/>
+        <location filename="../ViewManager/ViewManager.py" line="1459"/>
         <source>Left</source>
         <translation>Left</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1442"/>
+        <location filename="../ViewManager/ViewManager.py" line="1473"/>
         <source>Move right one character</source>
         <translation>Перейти вправо на один символ</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1442"/>
+        <location filename="../ViewManager/ViewManager.py" line="1473"/>
         <source>Right</source>
         <translation>Right</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1456"/>
+        <location filename="../ViewManager/ViewManager.py" line="1487"/>
         <source>Move up one line</source>
         <translation>Перейти на одну строку вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1456"/>
+        <location filename="../ViewManager/ViewManager.py" line="1487"/>
         <source>Up</source>
         <translation>Up</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1468"/>
+        <location filename="../ViewManager/ViewManager.py" line="1499"/>
         <source>Move down one line</source>
         <translation>Перейти на одну строку вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1468"/>
+        <location filename="../ViewManager/ViewManager.py" line="1499"/>
         <source>Down</source>
         <translation>Down</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1480"/>
+        <location filename="../ViewManager/ViewManager.py" line="1511"/>
         <source>Move left one word part</source>
         <translation>Перейти влево на одну часть слова</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1514"/>
+        <location filename="../ViewManager/ViewManager.py" line="1545"/>
         <source>Alt+Left</source>
         <translation>Alt+Left</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1494"/>
+        <location filename="../ViewManager/ViewManager.py" line="1525"/>
         <source>Move right one word part</source>
         <translation>Перейти вправо на одну часть слова</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2382"/>
+        <location filename="../ViewManager/ViewManager.py" line="2413"/>
         <source>Alt+Right</source>
         <translation>Alt+Right</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1508"/>
+        <location filename="../ViewManager/ViewManager.py" line="1539"/>
         <source>Move left one word</source>
         <translation>Перейти влево на одно слово</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1559"/>
+        <location filename="../ViewManager/ViewManager.py" line="1590"/>
         <source>Ctrl+Left</source>
         <translation>Ctrl+Left</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1523"/>
+        <location filename="../ViewManager/ViewManager.py" line="1554"/>
         <source>Move right one word</source>
         <translation>Перейти вправо на одно слово</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2136"/>
+        <location filename="../ViewManager/ViewManager.py" line="2167"/>
         <source>Ctrl+Right</source>
         <translation>Ctrl+Right</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2337"/>
+        <location filename="../ViewManager/ViewManager.py" line="2368"/>
         <source>Home</source>
         <translation>Home</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1562"/>
+        <location filename="../ViewManager/ViewManager.py" line="1593"/>
         <source>Alt+Home</source>
         <translation>Alt+Home</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2352"/>
+        <location filename="../ViewManager/ViewManager.py" line="2383"/>
         <source>End</source>
         <translation>End</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1585"/>
+        <location filename="../ViewManager/ViewManager.py" line="1616"/>
         <source>Scroll view down one line</source>
         <translation>Промотать на одну строку вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1675"/>
+        <location filename="../ViewManager/ViewManager.py" line="1706"/>
         <source>Ctrl+Down</source>
         <translation>Ctrl+Down</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1597"/>
+        <location filename="../ViewManager/ViewManager.py" line="1628"/>
         <source>Scroll view up one line</source>
         <translation>Промотать на одну строку вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1658"/>
+        <location filename="../ViewManager/ViewManager.py" line="1689"/>
         <source>Ctrl+Up</source>
         <translation>Ctrl+Up</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1608"/>
+        <location filename="../ViewManager/ViewManager.py" line="1639"/>
         <source>Move up one paragraph</source>
         <translation>Перейти на один параграф вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1608"/>
+        <location filename="../ViewManager/ViewManager.py" line="1639"/>
         <source>Alt+Up</source>
         <translation>Alt+Up</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1617"/>
+        <location filename="../ViewManager/ViewManager.py" line="1648"/>
         <source>Move down one paragraph</source>
         <translation>Перейти на один параграф вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1617"/>
+        <location filename="../ViewManager/ViewManager.py" line="1648"/>
         <source>Alt+Down</source>
         <translation>Alt+Down</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1629"/>
+        <location filename="../ViewManager/ViewManager.py" line="1660"/>
         <source>Move up one page</source>
         <translation>Перейти на одну страницу вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1629"/>
+        <location filename="../ViewManager/ViewManager.py" line="1660"/>
         <source>PgUp</source>
         <translation>PgUp</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1638"/>
+        <location filename="../ViewManager/ViewManager.py" line="1669"/>
         <source>Move down one page</source>
         <translation>Перейти на одну страницу вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1638"/>
+        <location filename="../ViewManager/ViewManager.py" line="1669"/>
         <source>PgDown</source>
         <translation>PgDown</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1661"/>
+        <location filename="../ViewManager/ViewManager.py" line="1692"/>
         <source>Ctrl+Home</source>
         <translation>Ctrl+Home</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1678"/>
+        <location filename="../ViewManager/ViewManager.py" line="1709"/>
         <source>Ctrl+End</source>
         <translation>Ctrl+End</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1684"/>
+        <location filename="../ViewManager/ViewManager.py" line="1715"/>
         <source>Indent one level</source>
         <translation>Увеличить отступ</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1684"/>
+        <location filename="../ViewManager/ViewManager.py" line="1715"/>
         <source>Tab</source>
         <translation>Tab</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1693"/>
+        <location filename="../ViewManager/ViewManager.py" line="1724"/>
         <source>Unindent one level</source>
         <translation>Уменьшить отступ</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1693"/>
+        <location filename="../ViewManager/ViewManager.py" line="1724"/>
         <source>Shift+Tab</source>
         <translation>Shift+Tab</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1703"/>
+        <location filename="../ViewManager/ViewManager.py" line="1734"/>
         <source>Extend selection left one character</source>
         <translation>Распространить выделение на один символ влево</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1703"/>
+        <location filename="../ViewManager/ViewManager.py" line="1734"/>
         <source>Shift+Left</source>
         <translation>Shift+Left</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1718"/>
+        <location filename="../ViewManager/ViewManager.py" line="1749"/>
         <source>Extend selection right one character</source>
         <translation>Распространить выделение на один символ вправо</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1718"/>
+        <location filename="../ViewManager/ViewManager.py" line="1749"/>
         <source>Shift+Right</source>
         <translation>Shift+Right</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1733"/>
+        <location filename="../ViewManager/ViewManager.py" line="1764"/>
         <source>Extend selection up one line</source>
         <translation>Распространить выделение на одну строку вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1733"/>
+        <location filename="../ViewManager/ViewManager.py" line="1764"/>
         <source>Shift+Up</source>
         <translation>Shift+Up</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1748"/>
+        <location filename="../ViewManager/ViewManager.py" line="1779"/>
         <source>Extend selection down one line</source>
         <translation>Распространить выделение на одну строку вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1748"/>
+        <location filename="../ViewManager/ViewManager.py" line="1779"/>
         <source>Shift+Down</source>
         <translation>Shift+Down</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1763"/>
+        <location filename="../ViewManager/ViewManager.py" line="1794"/>
         <source>Extend selection left one word part</source>
         <translation>Распространить выделение на одну часть слова влево</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1799"/>
+        <location filename="../ViewManager/ViewManager.py" line="1830"/>
         <source>Alt+Shift+Left</source>
         <translation>Alt+Shift+Left</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1777"/>
-        <source>Extend selection right one word part</source>
-        <translation>Распространить выделение на одну часть слова вправо</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2397"/>
-        <source>Alt+Shift+Right</source>
-        <translation>Alt+Shift+Right</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="1791"/>
-        <source>Extend selection left one word</source>
-        <translation>Распространить выделение на одно слово влево</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2491"/>
-        <source>Ctrl+Shift+Left</source>
-        <translation>Ctrl+Shift+Left</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="1808"/>
+        <source>Extend selection right one word part</source>
+        <translation>Распространить выделение на одну часть слова вправо</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2428"/>
+        <source>Alt+Shift+Right</source>
+        <translation>Alt+Shift+Right</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1822"/>
+        <source>Extend selection left one word</source>
+        <translation>Распространить выделение на одно слово влево</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2522"/>
+        <source>Ctrl+Shift+Left</source>
+        <translation>Ctrl+Shift+Left</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1839"/>
         <source>Extend selection right one word</source>
         <translation>Распространить выделение на одно слово вправо</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2153"/>
+        <location filename="../ViewManager/ViewManager.py" line="2184"/>
         <source>Ctrl+Shift+Right</source>
         <translation>Ctrl+Shift+Right</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1837"/>
+        <location filename="../ViewManager/ViewManager.py" line="1868"/>
         <source>Shift+Home</source>
         <translation>Shift+Home</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2257"/>
+        <location filename="../ViewManager/ViewManager.py" line="2288"/>
         <source>Alt+Shift+Home</source>
         <translation>Alt+Shift+Home</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1854"/>
+        <location filename="../ViewManager/ViewManager.py" line="1885"/>
         <source>Shift+End</source>
         <translation>Shift+End</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1860"/>
+        <location filename="../ViewManager/ViewManager.py" line="1891"/>
         <source>Extend selection up one paragraph</source>
         <translation>Распространить выделение на один параграф вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1860"/>
+        <location filename="../ViewManager/ViewManager.py" line="1891"/>
         <source>Alt+Shift+Up</source>
         <translation>Alt+Shift+Up</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1873"/>
+        <location filename="../ViewManager/ViewManager.py" line="1904"/>
         <source>Extend selection down one paragraph</source>
         <translation>Распространить выделение на один параграф вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1873"/>
+        <location filename="../ViewManager/ViewManager.py" line="1904"/>
         <source>Alt+Shift+Down</source>
         <translation>Alt+Shift+Down</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1886"/>
+        <location filename="../ViewManager/ViewManager.py" line="1917"/>
         <source>Extend selection up one page</source>
         <translation>Распространить выделение на страницу вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1886"/>
+        <location filename="../ViewManager/ViewManager.py" line="1917"/>
         <source>Shift+PgUp</source>
         <translation>Shift+PgUp</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1898"/>
+        <location filename="../ViewManager/ViewManager.py" line="1929"/>
         <source>Extend selection down one page</source>
         <translation>Распространить выделение на страницу вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1898"/>
+        <location filename="../ViewManager/ViewManager.py" line="1929"/>
         <source>Shift+PgDown</source>
         <translation>Shift+PgDown</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1925"/>
+        <location filename="../ViewManager/ViewManager.py" line="1956"/>
         <source>Ctrl+Shift+Home</source>
         <translation>Ctrl+Shift+Home</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1942"/>
+        <location filename="../ViewManager/ViewManager.py" line="1973"/>
         <source>Ctrl+Shift+End</source>
         <translation>Ctrl+Shift+End</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1948"/>
-        <source>Delete previous character</source>
-        <translation>Удалить предыдущий символ</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="1948"/>
-        <source>Backspace</source>
-        <translation>Backspace</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="1960"/>
-        <source>Shift+Backspace</source>
-        <translation>Shift+Backspace</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="1979"/>
-        <source>Delete current character</source>
-        <translation>Удалить текущий символ</translation>
+        <source>Delete previous character</source>
+        <translation>Удалить предыдущий символ</translation>
     </message>
     <message>
         <location filename="../ViewManager/ViewManager.py" line="1979"/>
+        <source>Backspace</source>
+        <translation>Backspace</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1991"/>
+        <source>Shift+Backspace</source>
+        <translation>Shift+Backspace</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2010"/>
+        <source>Delete current character</source>
+        <translation>Удалить текущий символ</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2010"/>
         <source>Del</source>
         <translation>Del</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1993"/>
+        <location filename="../ViewManager/ViewManager.py" line="2024"/>
         <source>Delete word to left</source>
         <translation>Удалить слово слева</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1993"/>
+        <location filename="../ViewManager/ViewManager.py" line="2024"/>
         <source>Ctrl+Backspace</source>
         <translation>Ctrl+Backspace</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2004"/>
+        <location filename="../ViewManager/ViewManager.py" line="2035"/>
         <source>Delete word to right</source>
         <translation>Удалить слово справа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2004"/>
+        <location filename="../ViewManager/ViewManager.py" line="2035"/>
         <source>Ctrl+Del</source>
         <translation>Ctrl+Del</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2014"/>
+        <location filename="../ViewManager/ViewManager.py" line="2045"/>
         <source>Delete line to left</source>
         <translation>Удалить строку слева</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2014"/>
+        <location filename="../ViewManager/ViewManager.py" line="2045"/>
         <source>Ctrl+Shift+Backspace</source>
         <translation>Ctrl+Shift+Backspace</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2025"/>
+        <location filename="../ViewManager/ViewManager.py" line="2056"/>
         <source>Delete line to right</source>
         <translation>Удалить строку справа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2034"/>
+        <location filename="../ViewManager/ViewManager.py" line="2065"/>
         <source>Ctrl+Shift+Del</source>
         <translation>Ctrl+Shift+Del</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2040"/>
+        <location filename="../ViewManager/ViewManager.py" line="2071"/>
         <source>Insert new line</source>
         <translation>Вставить новую строку</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2040"/>
+        <location filename="../ViewManager/ViewManager.py" line="2071"/>
         <source>Return</source>
         <translation>Return</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2040"/>
+        <location filename="../ViewManager/ViewManager.py" line="2071"/>
         <source>Enter</source>
         <translation>Enter</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2050"/>
+        <location filename="../ViewManager/ViewManager.py" line="2081"/>
         <source>Insert new line below current line</source>
         <translation>Вставить новую строку после текущей</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2050"/>
+        <location filename="../ViewManager/ViewManager.py" line="2081"/>
         <source>Shift+Return</source>
         <translation>Shift+Return</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2050"/>
+        <location filename="../ViewManager/ViewManager.py" line="2081"/>
         <source>Shift+Enter</source>
         <translation>Shift+Enter</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2063"/>
+        <location filename="../ViewManager/ViewManager.py" line="2094"/>
         <source>Delete current line</source>
         <translation>Удалить текущую строку</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2063"/>
+        <location filename="../ViewManager/ViewManager.py" line="2094"/>
         <source>Ctrl+Shift+L</source>
         <translation>Ctrl+Shift+L</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2074"/>
+        <location filename="../ViewManager/ViewManager.py" line="2105"/>
         <source>Duplicate current line</source>
         <translation>Сдублировать текущую строку</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2074"/>
+        <location filename="../ViewManager/ViewManager.py" line="2105"/>
         <source>Ctrl+D</source>
         <translation>Ctrl+D</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2085"/>
+        <location filename="../ViewManager/ViewManager.py" line="2116"/>
         <source>Swap current and previous lines</source>
         <translation>Поменять местами предыдущую и последующую строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2085"/>
+        <location filename="../ViewManager/ViewManager.py" line="2116"/>
         <source>Ctrl+T</source>
         <translation>Ctrl+T</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2096"/>
+        <location filename="../ViewManager/ViewManager.py" line="2127"/>
         <source>Cut current line</source>
         <translation>Вырезать текущую строку</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2096"/>
+        <location filename="../ViewManager/ViewManager.py" line="2127"/>
         <source>Alt+Shift+L</source>
         <translation>Alt+Shift+L</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2106"/>
+        <location filename="../ViewManager/ViewManager.py" line="2137"/>
         <source>Copy current line</source>
         <translation>Копировать текущую строку</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2106"/>
+        <location filename="../ViewManager/ViewManager.py" line="2137"/>
         <source>Ctrl+Shift+T</source>
         <translation>Ctrl+Shift+T</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2117"/>
+        <location filename="../ViewManager/ViewManager.py" line="2148"/>
         <source>Toggle insert/overtype</source>
         <translation>Вставка/Замена</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2117"/>
+        <location filename="../ViewManager/ViewManager.py" line="2148"/>
         <source>Ins</source>
         <translation>Ins</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2681"/>
+        <location filename="../ViewManager/ViewManager.py" line="2712"/>
         <source>Convert selection to lower case</source>
         <translation>Преобразовать выделение в нижний регистр</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2681"/>
+        <location filename="../ViewManager/ViewManager.py" line="2712"/>
         <source>Alt+Shift+U</source>
         <translation>Alt+Shift+U</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2693"/>
+        <location filename="../ViewManager/ViewManager.py" line="2724"/>
         <source>Convert selection to upper case</source>
         <translation>Преобразовать выделение в верхний регистр</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2693"/>
+        <location filename="../ViewManager/ViewManager.py" line="2724"/>
         <source>Ctrl+Shift+U</source>
         <translation>Ctrl+Shift+U</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2139"/>
+        <location filename="../ViewManager/ViewManager.py" line="2170"/>
         <source>Alt+End</source>
         <translation>Alt+End</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2159"/>
+        <location filename="../ViewManager/ViewManager.py" line="2190"/>
         <source>Formfeed</source>
         <translation>Formfeed</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2168"/>
+        <location filename="../ViewManager/ViewManager.py" line="2199"/>
         <source>Escape</source>
         <translation>Escape</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2168"/>
+        <location filename="../ViewManager/ViewManager.py" line="2199"/>
         <source>Esc</source>
         <translation>Esc</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2177"/>
-        <source>Extend rectangular selection down one line</source>
-        <translation>Распространить прямоугольное выделение на одну строку вниз</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2177"/>
-        <source>Alt+Ctrl+Down</source>
-        <translation>Alt+Ctrl+Down</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2193"/>
-        <source>Extend rectangular selection up one line</source>
-        <translation>Распространить прямоугольное выделение на одну строку вверх</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2193"/>
-        <source>Alt+Ctrl+Up</source>
-        <translation>Alt+Ctrl+Up</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="2208"/>
-        <source>Extend rectangular selection left one character</source>
-        <translation>Распространить прямоугольное выделение на один символ влево</translation>
+        <source>Extend rectangular selection down one line</source>
+        <translation>Распространить прямоугольное выделение на одну строку вниз</translation>
     </message>
     <message>
         <location filename="../ViewManager/ViewManager.py" line="2208"/>
+        <source>Alt+Ctrl+Down</source>
+        <translation>Alt+Ctrl+Down</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2224"/>
+        <source>Extend rectangular selection up one line</source>
+        <translation>Распространить прямоугольное выделение на одну строку вверх</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2224"/>
+        <source>Alt+Ctrl+Up</source>
+        <translation>Alt+Ctrl+Up</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2239"/>
+        <source>Extend rectangular selection left one character</source>
+        <translation>Распространить прямоугольное выделение на один символ влево</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2239"/>
         <source>Alt+Ctrl+Left</source>
         <translation>Alt+Ctrl+Left</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2226"/>
+        <location filename="../ViewManager/ViewManager.py" line="2257"/>
         <source>Extend rectangular selection right one character</source>
         <translation>Распространить прямоугольное выделение на один символ вправо</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2226"/>
+        <location filename="../ViewManager/ViewManager.py" line="2257"/>
         <source>Alt+Ctrl+Right</source>
         <translation>Alt+Ctrl+Right</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2282"/>
+        <location filename="../ViewManager/ViewManager.py" line="2313"/>
         <source>Extend rectangular selection up one page</source>
         <translation>Распространить прямоугольное выделение на одну страницу вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2297"/>
+        <location filename="../ViewManager/ViewManager.py" line="2328"/>
         <source>Extend rectangular selection down one page</source>
         <translation>Распространить прямоугольное выделение на одну страницу вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2315"/>
+        <location filename="../ViewManager/ViewManager.py" line="2346"/>
         <source>Duplicate current selection</source>
         <translation>Сдублировать текущее выделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2315"/>
+        <location filename="../ViewManager/ViewManager.py" line="2346"/>
         <source>Ctrl+Shift+D</source>
         <translation>Ctrl+Shift+D</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2722"/>
+        <location filename="../ViewManager/ViewManager.py" line="2753"/>
         <source>&amp;Search</source>
         <translation>&amp;Поиск</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2743"/>
+        <location filename="../ViewManager/ViewManager.py" line="2774"/>
         <source>&amp;Edit</source>
         <translation>&amp;Правка</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2802"/>
+        <location filename="../ViewManager/ViewManager.py" line="2833"/>
         <source>Edit</source>
         <translation>Редактировать</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3377"/>
+        <location filename="../ViewManager/ViewManager.py" line="3408"/>
         <source>Search</source>
         <translation>Поиск</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2834"/>
+        <location filename="../ViewManager/ViewManager.py" line="2865"/>
         <source>&amp;Search...</source>
         <translation>&amp;Найти...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2834"/>
+        <location filename="../ViewManager/ViewManager.py" line="2865"/>
         <source>Ctrl+F</source>
         <comment>Search|Search</comment>
         <translation>Ctrl+F</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2842"/>
+        <location filename="../ViewManager/ViewManager.py" line="2873"/>
         <source>Search for a text</source>
         <translation>Поиск текста</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2844"/>
+        <location filename="../ViewManager/ViewManager.py" line="2875"/>
         <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>&lt;b&gt;Поиск&lt;/b&gt;
 &lt;p&gt;Поиск текста в текущем редакторе. Отображается диалог для ввода искомого текста и настройки поиска.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2854"/>
+        <location filename="../ViewManager/ViewManager.py" line="2885"/>
         <source>Search next</source>
         <translation>Найти следующее</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2854"/>
+        <location filename="../ViewManager/ViewManager.py" line="2885"/>
         <source>Search &amp;next</source>
         <translation>&amp;Следующее</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2854"/>
-        <source>F3</source>
-        <comment>Search|Search next</comment>
-        <translation>F3</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2863"/>
-        <source>Search next occurrence of text</source>
-        <translation>Поиск следующего вхождения текста</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2865"/>
-        <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>&lt;b&gt;Поиск следующего&lt;/b&gt;&lt;p&gt;Поиск следующего вхождения текста в текущем редакторе. Используются предыдущий искомый текст и настройки поиска.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2875"/>
-        <source>Search previous</source>
-        <translation>Найти предыдущее</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2875"/>
-        <source>Search &amp;previous</source>
-        <translation>&amp;Предыдущее</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2875"/>
-        <source>Shift+F3</source>
-        <comment>Search|Search previous</comment>
-        <translation>Shift+F3</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2883"/>
-        <source>Search previous occurrence of text</source>
-        <translation>Поиск предыдущего вхождения текста</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="2885"/>
+        <source>F3</source>
+        <comment>Search|Search next</comment>
+        <translation>F3</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2894"/>
+        <source>Search next occurrence of text</source>
+        <translation>Поиск следующего вхождения текста</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2896"/>
+        <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>&lt;b&gt;Поиск следующего&lt;/b&gt;&lt;p&gt;Поиск следующего вхождения текста в текущем редакторе. Используются предыдущий искомый текст и настройки поиска.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2906"/>
+        <source>Search previous</source>
+        <translation>Найти предыдущее</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2906"/>
+        <source>Search &amp;previous</source>
+        <translation>&amp;Предыдущее</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2906"/>
+        <source>Shift+F3</source>
+        <comment>Search|Search previous</comment>
+        <translation>Shift+F3</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2914"/>
+        <source>Search previous occurrence of text</source>
+        <translation>Поиск предыдущего вхождения текста</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2916"/>
         <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>&lt;b&gt;Поиск предыдущего&lt;/b&gt;&lt;p&gt;Поиск предыдущего вхождения текста в текущем редакторе. Используются предыдущий искомый текст и настройки поиска.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2895"/>
+        <location filename="../ViewManager/ViewManager.py" line="2926"/>
         <source>Clear search markers</source>
         <translation>Убрать подсветку найденого</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2895"/>
+        <location filename="../ViewManager/ViewManager.py" line="2926"/>
         <source>Ctrl+3</source>
         <comment>Search|Clear search markers</comment>
         <translation>Ctrl+3</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2903"/>
+        <location filename="../ViewManager/ViewManager.py" line="2934"/>
         <source>Clear all displayed search markers</source>
         <translation>Убрать подсветку всех результатов поиска</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2905"/>
+        <location filename="../ViewManager/ViewManager.py" line="2936"/>
         <source>&lt;b&gt;Clear search markers&lt;/b&gt;&lt;p&gt;Clear all displayed search markers.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Убрать подсветку поиска&lt;/b&gt;&lt;p&gt;Удаление подсветки всех результатов поиска.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2960"/>
+        <location filename="../ViewManager/ViewManager.py" line="2991"/>
         <source>Replace</source>
         <translation>Заменить</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2960"/>
+        <location filename="../ViewManager/ViewManager.py" line="2991"/>
         <source>&amp;Replace...</source>
         <translation>&amp;Заменить...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2960"/>
+        <location filename="../ViewManager/ViewManager.py" line="2991"/>
         <source>Ctrl+R</source>
         <comment>Search|Replace</comment>
         <translation>Ctrl+R</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2967"/>
+        <location filename="../ViewManager/ViewManager.py" line="2998"/>
         <source>Replace some text</source>
         <translation>Заменить заданный текст</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2969"/>
+        <location filename="../ViewManager/ViewManager.py" line="3000"/>
         <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>&lt;b&gt;Заменить&lt;/b&gt;
 &lt;p&gt;Поиск в текущем редакторе заданного текста и его замена. Отображается диалог ввода искомого текста, текста замены и настройек поиска и замены&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3316"/>
+        <location filename="../ViewManager/ViewManager.py" line="3347"/>
         <source>Quicksearch</source>
         <translation>Быстрый поиск</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3047"/>
+        <location filename="../ViewManager/ViewManager.py" line="3078"/>
         <source>&amp;Quicksearch</source>
         <translation>&amp;Быстрый поиск</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3047"/>
+        <location filename="../ViewManager/ViewManager.py" line="3078"/>
         <source>Ctrl+Shift+K</source>
         <comment>Search|Quicksearch</comment>
         <translation>Ctrl+Shift+K</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3055"/>
+        <location filename="../ViewManager/ViewManager.py" line="3086"/>
         <source>Perform a quicksearch</source>
         <translation>Выполнить быстрый поиск</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3057"/>
+        <location filename="../ViewManager/ViewManager.py" line="3088"/>
         <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>&lt;b&gt;Быстрый поиск&lt;/b&gt;&lt;p&gt;Активизация быстрого поиска путем перемещения фокуса на поле ввода быстрого поиска. Если это поле уже активно и содержит какой-нибудь текст, то выполняется  поиск следующего вхождения этого текста.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3068"/>
+        <location filename="../ViewManager/ViewManager.py" line="3099"/>
         <source>Quicksearch backwards</source>
         <translation>Быстрый поиск назад</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3068"/>
+        <location filename="../ViewManager/ViewManager.py" line="3099"/>
         <source>Quicksearch &amp;backwards</source>
         <translation>Быстрый поиск &amp;назад</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3068"/>
+        <location filename="../ViewManager/ViewManager.py" line="3099"/>
         <source>Ctrl+Shift+J</source>
         <comment>Search|Quicksearch backwards</comment>
         <translation>Ctrl+Shift+J</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3078"/>
+        <location filename="../ViewManager/ViewManager.py" line="3109"/>
         <source>Perform a quicksearch backwards</source>
         <translation>Выполнить быстрый поиск назад</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3081"/>
+        <location filename="../ViewManager/ViewManager.py" line="3112"/>
         <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>&lt;b&gt;Быстрый поиск назад&lt;/b&gt;&lt;p&gt;Поиск предыдущего вхождения текста из поля ввода текста для быстрого поиска.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3090"/>
+        <location filename="../ViewManager/ViewManager.py" line="3121"/>
         <source>Quicksearch extend</source>
         <translation>Расширить быстрый поиск</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3090"/>
+        <location filename="../ViewManager/ViewManager.py" line="3121"/>
         <source>Quicksearch e&amp;xtend</source>
         <translation>Рас&amp;ширить быстрый поиск</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3090"/>
+        <location filename="../ViewManager/ViewManager.py" line="3121"/>
         <source>Ctrl+Shift+H</source>
         <comment>Search|Quicksearch extend</comment>
         <translation>Ctrl+Shift+H</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3098"/>
+        <location filename="../ViewManager/ViewManager.py" line="3129"/>
         <source>Extend the quicksearch to the end of the current word</source>
         <translation>Расширить быстрый поиск до конца текущего слова</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3101"/>
+        <location filename="../ViewManager/ViewManager.py" line="3132"/>
         <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>&lt;b&gt;Продлить быстрый поиск&lt;/b&gt;
 &lt;p&gt;Продление быстрого поиска текста до конца текущего найденного слова.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3119"/>
+        <location filename="../ViewManager/ViewManager.py" line="3150"/>
         <source>Goto Line</source>
         <translation>Перейти на строку</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3111"/>
+        <location filename="../ViewManager/ViewManager.py" line="3142"/>
         <source>&amp;Goto Line...</source>
         <translation>&amp;Перейти на строку...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3111"/>
+        <location filename="../ViewManager/ViewManager.py" line="3142"/>
         <source>Ctrl+G</source>
         <comment>Search|Goto Line</comment>
         <translation>Ctrl+G</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3121"/>
+        <location filename="../ViewManager/ViewManager.py" line="3152"/>
         <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>&lt;b&gt;Перейти на строку&lt;/b&gt;
 &lt;p&gt;Перейти на указанную строку текущего редактора. Будет показан диалог ввода номера строки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3138"/>
+        <location filename="../ViewManager/ViewManager.py" line="3169"/>
         <source>Goto Brace</source>
         <translation>Перейти к скобке</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3130"/>
+        <location filename="../ViewManager/ViewManager.py" line="3161"/>
         <source>Goto &amp;Brace</source>
         <translation>Перейти к &amp;скобке</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3130"/>
+        <location filename="../ViewManager/ViewManager.py" line="3161"/>
         <source>Ctrl+L</source>
         <comment>Search|Goto Brace</comment>
         <translation>Ctrl+L</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3140"/>
+        <location filename="../ViewManager/ViewManager.py" line="3171"/>
         <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;Перейти к скобке&lt;/b&gt;
 &lt;p&gt;Переход к соответствующей скобке.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3218"/>
+        <location filename="../ViewManager/ViewManager.py" line="3249"/>
         <source>Search in Files</source>
         <translation>Поиск в файлах</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3218"/>
+        <location filename="../ViewManager/ViewManager.py" line="3249"/>
         <source>Search in &amp;Files...</source>
         <translation>Найти в &amp;файлах...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3218"/>
+        <location filename="../ViewManager/ViewManager.py" line="3249"/>
         <source>Shift+Ctrl+F</source>
         <comment>Search|Search Files</comment>
         <translation>Shift+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3226"/>
+        <location filename="../ViewManager/ViewManager.py" line="3257"/>
         <source>Search for a text in files</source>
         <translation>Поиск заданного текста в файлах</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3228"/>
+        <location filename="../ViewManager/ViewManager.py" line="3259"/>
         <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>&lt;b&gt;Поиск в файлах&lt;/b&gt;
 &lt;p&gt;Поиск заданного текста в файлах дерева директорий или проекта. Отображение диалога ввода искомого текста, опций поиска и отображения результатов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3238"/>
+        <location filename="../ViewManager/ViewManager.py" line="3269"/>
         <source>Replace in Files</source>
         <translation>Заменить в файлах</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3238"/>
+        <location filename="../ViewManager/ViewManager.py" line="3269"/>
         <source>Replace in F&amp;iles...</source>
         <translation>Заменить в ф&amp;айлах...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3238"/>
+        <location filename="../ViewManager/ViewManager.py" line="3269"/>
         <source>Shift+Ctrl+R</source>
         <comment>Search|Replace in Files</comment>
         <translation>Shift+Ctrl+R</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3245"/>
+        <location filename="../ViewManager/ViewManager.py" line="3276"/>
         <source>Search for a text in files and replace it</source>
         <translation>Поиск заданного текста в файлах и его замена</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3247"/>
+        <location filename="../ViewManager/ViewManager.py" line="3278"/>
         <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>&lt;b&gt;Заменить в файлах&lt;/b&gt;&lt;p&gt;Поиск заданного текста в файлах дерева директорий или проекта и его замена. Отображение диалога ввода искомого текста, текста замены, настроек поиска и отображение результата.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3336"/>
+        <location filename="../ViewManager/ViewManager.py" line="3367"/>
         <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>&lt;p&gt;Введите текст поиска непосредственно в этом поле. Поиск будет выполняться без учёта регистра. Функция быстрого поиска активизируется при запуске быстрого поиска (по умолчанию клавиш Ctrl+Shift+K). если в этом поле не находится фокус ввода. В противном случае выполняется поиск следующего вхождения заданного текста. Быстрый поиск назад (по умолчанию клавиш Ctrl+Shift+J) выполняет поиск назад. Активация действия &apos;продлить быстрый поиск&apos; (по умолчанию клавиш Ctrl+Shift+H) продляет действие текущего шаблона поиска до конца текущего найденного слова. Если поле ввода быстрого поиска активно, то выйти из режима поиска можно просто нажав клавишу &quot;Ввод&quot;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3363"/>
+        <location filename="../ViewManager/ViewManager.py" line="3394"/>
         <source>Quicksearch Textedit</source>
         <translation>Быстрый поиск</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3417"/>
+        <location filename="../ViewManager/ViewManager.py" line="3448"/>
         <source>Zoom in</source>
         <translation>Увеличить масштаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3417"/>
+        <location filename="../ViewManager/ViewManager.py" line="3448"/>
         <source>Zoom &amp;in</source>
         <translation>У&amp;величить масштаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3417"/>
+        <location filename="../ViewManager/ViewManager.py" line="3448"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3426"/>
+        <location filename="../ViewManager/ViewManager.py" line="3457"/>
         <source>Zoom in on the text</source>
         <translation>Увеличить масштаб текста</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3428"/>
+        <location filename="../ViewManager/ViewManager.py" line="3459"/>
         <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;Увеличить масштаб&lt;/b&gt;&lt;p&gt;Увеличить масштаб. Размер букв увеличится.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3436"/>
+        <location filename="../ViewManager/ViewManager.py" line="3467"/>
         <source>Zoom out</source>
         <translation>Уменьшить масштаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3436"/>
+        <location filename="../ViewManager/ViewManager.py" line="3467"/>
         <source>Zoom &amp;out</source>
         <translation>У&amp;меньшить масштаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3436"/>
+        <location filename="../ViewManager/ViewManager.py" line="3467"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3445"/>
+        <location filename="../ViewManager/ViewManager.py" line="3476"/>
         <source>Zoom out on the text</source>
         <translation>Уменьшить масштаб текста</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3447"/>
+        <location filename="../ViewManager/ViewManager.py" line="3478"/>
         <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;Уменьшить масштаб&lt;/b&gt;&lt;p&gt;Уменьшить масштаб. Размер букв уменьшится.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3474"/>
+        <location filename="../ViewManager/ViewManager.py" line="3505"/>
         <source>Zoom</source>
         <translation>Масштаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3474"/>
+        <location filename="../ViewManager/ViewManager.py" line="3505"/>
         <source>&amp;Zoom</source>
         <translation>Мас&amp;штаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3474"/>
+        <location filename="../ViewManager/ViewManager.py" line="3505"/>
         <source>Ctrl+#</source>
         <comment>View|Zoom</comment>
         <translation>Ctrl+#</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3482"/>
+        <location filename="../ViewManager/ViewManager.py" line="3513"/>
         <source>Zoom the text</source>
         <translation>Масштаб текста</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3484"/>
-        <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>&lt;b&gt;Масштаб&lt;/b&gt;
-&lt;p&gt;Масштаб текста. Открытие диалога для выбора желаемого масштаба текста.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3497"/>
-        <source>Toggle all folds</source>
-        <translation>Свернуть/Развернуть все свертки</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3493"/>
-        <source>&amp;Toggle all folds</source>
-        <translation>&amp;Свернуть/Развернуть все свертки</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3499"/>
-        <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>&lt;b&gt;Свернуть/Развернуть все свертки&lt;/b&gt;&lt;p&gt;Свернуть/Развернуть все свертки текущего редактора.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3513"/>
-        <source>Toggle all folds (including children)</source>
-        <translation>Свернуть/Развернуть все свёртки (включая дочерние)</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3507"/>
-        <source>Toggle all &amp;folds (including children)</source>
-        <translation>Свернуть/Развернуть все &amp;свёртки (включая дочерние)</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="3515"/>
+        <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>&lt;b&gt;Масштаб&lt;/b&gt;
+&lt;p&gt;Масштаб текста. Открытие диалога для выбора желаемого масштаба текста.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3528"/>
+        <source>Toggle all folds</source>
+        <translation>Свернуть/Развернуть все свертки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3524"/>
+        <source>&amp;Toggle all folds</source>
+        <translation>&amp;Свернуть/Развернуть все свертки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3530"/>
+        <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>&lt;b&gt;Свернуть/Развернуть все свертки&lt;/b&gt;&lt;p&gt;Свернуть/Развернуть все свертки текущего редактора.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3544"/>
+        <source>Toggle all folds (including children)</source>
+        <translation>Свернуть/Развернуть все свёртки (включая дочерние)</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3538"/>
+        <source>Toggle all &amp;folds (including children)</source>
+        <translation>Свернуть/Развернуть все &amp;свёртки (включая дочерние)</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3546"/>
         <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>&lt;b&gt;Свернуть/Развернуть все свёртки (включая дочерние)&lt;/b&gt;&lt;p&gt;Свернуть/Развернуть все свёртки в текущем редакторе, включая все дочерние.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3529"/>
+        <location filename="../ViewManager/ViewManager.py" line="3560"/>
         <source>Toggle current fold</source>
         <translation>Свернуть/Развернуть текущую свертку</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3525"/>
+        <location filename="../ViewManager/ViewManager.py" line="3556"/>
         <source>Toggle &amp;current fold</source>
         <translation>Свернуть/Развернуть &amp;текущую свертку</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3531"/>
+        <location filename="../ViewManager/ViewManager.py" line="3562"/>
         <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>&lt;b&gt;Свернуть/Развернуть текущую свертку&lt;/b&gt;&lt;p&gt;Свернуть/Развернуть свертку текущей строки текущего редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3561"/>
+        <location filename="../ViewManager/ViewManager.py" line="3592"/>
         <source>Remove all highlights</source>
         <translation>Снять все выделения</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3563"/>
+        <location filename="../ViewManager/ViewManager.py" line="3594"/>
         <source>&lt;b&gt;Remove all highlights&lt;/b&gt;&lt;p&gt;Remove the highlights of all editors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Снять все выделения&lt;/b&gt;&lt;p&gt;Снять выделения во всех редакторах.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3609"/>
+        <location filename="../ViewManager/ViewManager.py" line="3640"/>
         <source>Split view</source>
         <translation>Разделить окно</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3609"/>
+        <location filename="../ViewManager/ViewManager.py" line="3640"/>
         <source>&amp;Split view</source>
         <translation>&amp;Разделить окно</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3614"/>
+        <location filename="../ViewManager/ViewManager.py" line="3645"/>
         <source>Add a split to the view</source>
         <translation>Разделить текущее окно</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3616"/>
+        <location filename="../ViewManager/ViewManager.py" line="3647"/>
         <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;Разделить окно&lt;/b&gt;&lt;p&gt;Разделение текущего окна.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3624"/>
+        <location filename="../ViewManager/ViewManager.py" line="3655"/>
         <source>Arrange horizontally</source>
         <translation>Расположить окна горизонтально</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3624"/>
+        <location filename="../ViewManager/ViewManager.py" line="3655"/>
         <source>Arrange &amp;horizontally</source>
         <translation>Расположить окна &amp;горизонтально</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3628"/>
+        <location filename="../ViewManager/ViewManager.py" line="3659"/>
         <source>Arrange the splitted views horizontally</source>
         <translation>Расположить разделённые окна горизонтально</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3630"/>
+        <location filename="../ViewManager/ViewManager.py" line="3661"/>
         <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;Расположить горизонтально&lt;/b&gt;
 &lt;p&gt;Расположить разделённые окна горизонтально.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3639"/>
+        <location filename="../ViewManager/ViewManager.py" line="3670"/>
         <source>Remove split</source>
         <translation>Отменить разделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3639"/>
+        <location filename="../ViewManager/ViewManager.py" line="3670"/>
         <source>&amp;Remove split</source>
         <translation>&amp;Отменить разделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3644"/>
+        <location filename="../ViewManager/ViewManager.py" line="3675"/>
         <source>Remove the current split</source>
         <translation>Отменить текущее разделение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3646"/>
-        <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Отменить разделение&lt;/b&gt;&lt;p&gt;Отмена текущего разделения.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3654"/>
-        <source>Next split</source>
-        <translation>Следующее разделение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3654"/>
-        <source>&amp;Next split</source>
-        <translation>&amp;Следующее разделение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3654"/>
-        <source>Ctrl+Alt+N</source>
-        <comment>View|Next split</comment>
-        <translation>Ctrl+Alt+N</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3661"/>
-        <source>Move to the next split</source>
-        <translation>Перейти в следующее разделение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3663"/>
-        <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;Следующее разделение&lt;/b&gt;&lt;p&gt;Перейти в следующее разделение.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3671"/>
-        <source>Previous split</source>
-        <translation>Предыдущее разделение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3671"/>
-        <source>&amp;Previous split</source>
-        <translation>&amp;Предыдущее разделение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3671"/>
-        <source>Ctrl+Alt+P</source>
-        <comment>View|Previous split</comment>
-        <translation>Ctrl+Alt+P</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="3677"/>
-        <source>Move to the previous split</source>
-        <translation>Перейти в предыдущее разделение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3679"/>
-        <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;Предыдущее разделение&lt;/b&gt;&lt;p&gt;Перейти в предыдущее разделение.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3723"/>
-        <source>&amp;View</source>
-        <translation>&amp;Вид</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3758"/>
-        <source>View</source>
-        <translation>Вид</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3792"/>
-        <source>Start Macro Recording</source>
-        <translation>Начать запись макроса</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3786"/>
-        <source>S&amp;tart Macro Recording</source>
-        <translation>&amp;Начать запись макроса</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3794"/>
-        <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;Начать запись макроса&lt;/b&gt;
-&lt;p&gt;Начать запись команд редактора в новый макрос.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3806"/>
-        <source>Stop Macro Recording</source>
-        <translation>Закончить запись макроса</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3802"/>
-        <source>Sto&amp;p Macro Recording</source>
-        <translation>&amp;Закончить запись макроса</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3808"/>
-        <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;Закончить запись макроса&lt;/b&gt;
-&lt;p&gt;Закончить запись команд редактора в новый макрос.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3820"/>
-        <source>Run Macro</source>
-        <translation>Выполнить макрос</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3816"/>
-        <source>&amp;Run Macro</source>
-        <translation>&amp;Выполнить макрос</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3822"/>
-        <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;Выполнить макрос&lt;/b&gt;
-&lt;p&gt;Запустить записанный макрос.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3834"/>
-        <source>Delete Macro</source>
-        <translation>Удалить макрос</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3830"/>
-        <source>&amp;Delete Macro</source>
-        <translation>&amp;Удалить макрос</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3836"/>
-        <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;Удалить макрос&lt;/b&gt;&lt;p&gt;Удалить записанный макрос.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3848"/>
-        <source>Load Macro</source>
-        <translation>Загрузить макрос</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3844"/>
-        <source>&amp;Load Macro</source>
-        <translation>&amp;Загрузить макрос</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3850"/>
-        <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;Загрузить макрос&lt;/b&gt;
-&lt;p&gt;Загрузить из файла макрос для редактора.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3862"/>
-        <source>Save Macro</source>
-        <translation>Сохранить макрос</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3858"/>
-        <source>&amp;Save Macro</source>
-        <translation>&amp;Сохранить макрос</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3864"/>
-        <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;Сохранить макрос&lt;/b&gt;&lt;p&gt;Сохранить записанный макрос в файл.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3880"/>
-        <source>&amp;Macros</source>
-        <translation>&amp;Макросы</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3906"/>
-        <source>Toggle Bookmark</source>
-        <translation>Создать/Удалить закладку</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3898"/>
-        <source>&amp;Toggle Bookmark</source>
-        <translation>&amp;Создать/Удалить закладку</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3898"/>
-        <source>Alt+Ctrl+T</source>
-        <comment>Bookmark|Toggle</comment>
-        <translation>Alt+Ctrl+T</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3908"/>
-        <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>&lt;b&gt;Создать/Удалить закладку&lt;/b&gt;&lt;p&gt;Создать/Удалить закладку на текущей строке текущего редактора.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3925"/>
-        <source>Next Bookmark</source>
-        <translation>Следующая закладка</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3917"/>
-        <source>&amp;Next Bookmark</source>
-        <translation>&amp;Следующая закладка</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3917"/>
-        <source>Ctrl+PgDown</source>
-        <comment>Bookmark|Next</comment>
-        <translation>Ctrl+PgDown</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3927"/>
-        <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>&lt;b&gt;Следующая закладка&lt;/b&gt;
-&lt;p&gt;Переход к следующей закладке в текущем редакторе.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3943"/>
-        <source>Previous Bookmark</source>
-        <translation>Предыдущая закладка</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3935"/>
-        <source>&amp;Previous Bookmark</source>
-        <translation>&amp;Предыдущая закладка</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3935"/>
-        <source>Ctrl+PgUp</source>
-        <comment>Bookmark|Previous</comment>
-        <translation>Ctrl+PgUp</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3945"/>
-        <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>&lt;b&gt;Предыдущая закладка&lt;/b&gt;
-&lt;p&gt;Переход к предыдущей закладке в текущем редакторе.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3960"/>
-        <source>Clear Bookmarks</source>
-        <translation>Стереть закладки</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3953"/>
-        <source>&amp;Clear Bookmarks</source>
-        <translation>&amp;Стереть закладки</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3953"/>
-        <source>Alt+Ctrl+C</source>
-        <comment>Bookmark|Clear</comment>
-        <translation>Alt+Ctrl+C</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3962"/>
-        <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;Стереть закладки&lt;/b&gt;&lt;p&gt;Убрать закладки из всех редакторов.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3976"/>
-        <source>Goto Syntax Error</source>
-        <translation>Перейти к синтаксической ошибке</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3970"/>
-        <source>&amp;Goto Syntax Error</source>
-        <translation>&amp;Перейти к синтаксической ошибке</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3978"/>
-        <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>&lt;b&gt;Перейти к синтаксической ошибке&lt;/b&gt;
-&lt;p&gt;Переход к следующей синтаксической ошибке в текущем редакторе.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3991"/>
-        <source>Clear Syntax Errors</source>
-        <translation>Очистить синтаксические ошибки</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3986"/>
-        <source>Clear &amp;Syntax Errors</source>
-        <translation>Очистить синтаксические &amp;ошибки</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3993"/>
-        <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;Очистить синтаксические ошибки&lt;/b&gt;&lt;p&gt;Убрать сообщения об синтаксических ошибках во всех редакторах.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4008"/>
-        <source>Next warning message</source>
-        <translation>Следующее предупреждение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4002"/>
-        <source>&amp;Next warning message</source>
-        <translation>&amp;Следующее предупреждение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4027"/>
-        <source>Previous warning message</source>
-        <translation>Предыдущее предупреждение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4019"/>
-        <source>&amp;Previous warning message</source>
-        <translation>&amp;Предыдущее предупреждение</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4045"/>
-        <source>Clear Warning Messages</source>
-        <translation>Очистить предупреждения</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4038"/>
-        <source>Clear &amp;Warning Messages</source>
-        <translation>&amp;Очистить предупреждения</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4061"/>
-        <source>Next uncovered line</source>
-        <translation>Следующая неохваченная строка</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4055"/>
-        <source>&amp;Next uncovered line</source>
-        <translation>&amp;Следующая неохваченная строка</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4063"/>
-        <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>&lt;b&gt;Следующая неохваченная строка&lt;/b&gt;&lt;p&gt;Переход к строке текущего редактора, помеченной как неохваченная.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4080"/>
-        <source>Previous uncovered line</source>
-        <translation>Предыдущая неохваченная строка</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4072"/>
-        <source>&amp;Previous uncovered line</source>
-        <translation>&amp;Предыдущая неохваченная строка</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4082"/>
-        <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>&lt;b&gt;Следующая неохваченная строка&lt;/b&gt;&lt;p&gt;Перейти предыдущей к строке в текущем редакторе, помеченной как неохваченная.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4098"/>
-        <source>Next Task</source>
-        <translation>Следующая задача</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4092"/>
-        <source>&amp;Next Task</source>
-        <translation>&amp;Следующая задача</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4100"/>
-        <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>&lt;b&gt;Следующая задача&lt;/b&gt;
-&lt;p&gt;Переход к следующей строке редактора, где определена задача.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4115"/>
-        <source>Previous Task</source>
-        <translation>Предыдущая задача</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4108"/>
-        <source>&amp;Previous Task</source>
-        <translation>&amp;Предыдущая задача</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4117"/>
-        <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>&lt;b&gt;Предыдущая задача&lt;/b&gt;&lt;p&gt;Переход к предыдущей строке редактора, где определена задача.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4171"/>
-        <source>&amp;Bookmarks</source>
-        <translation>&amp;Закладки</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4217"/>
-        <source>Bookmarks</source>
-        <translation>Закладки</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4250"/>
-        <source>Shift+F7</source>
-        <comment>Spelling|Spell Check</comment>
-        <translation>Shift+F7</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4259"/>
-        <source>Perform spell check of current editor</source>
-        <translation>Проверить орфографию в текущем редакторе</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4269"/>
-        <source>Automatic spell checking</source>
-        <translation>Автоматическая проверка орфографии</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4269"/>
-        <source>&amp;Automatic spell checking</source>
-        <translation>&amp;Автоматическая проверка орфографии</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4277"/>
-        <source>(De-)Activate automatic spell checking</source>
-        <translation>Разрешить/Запретить автоматическую проверку орфографии</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4279"/>
-        <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;Автоматическая проверка орфографии&lt;/b&gt;&lt;p&gt;Запретить или разрешить автоматическую проверку орфографии.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4346"/>
-        <source>Spelling</source>
-        <translation>Проверка орфографии</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4369"/>
-        <source>Open files</source>
-        <translation>Открыть файлы</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4410"/>
-        <source>File Modified</source>
-        <translation>Файл изменён</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4410"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
-        <translation>&lt;p&gt;В файле &lt;b&gt;{0}&lt;/b&gt; есть несохранённые изменения.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4745"/>
-        <source>Line: {0:5}</source>
-        <translation>Строка: {0:5}</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="4752"/>
-        <source>Pos: {0:5}</source>
-        <translation>Позиция: {0:5}</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="5170"/>
-        <source>&amp;Clear</source>
-        <translation>&amp;Очистить</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="5164"/>
-        <source>&amp;Add</source>
-        <translation>&amp;Добавить</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="5167"/>
-        <source>&amp;Edit...</source>
-        <translation>&amp;Правка...</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3159"/>
-        <source>Goto Last Edit Location</source>
-        <translation>Перейти к месту последнего редактирования</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3148"/>
-        <source>Goto Last &amp;Edit Location</source>
-        <translation>П&amp;ерейти к месту последнего редактирования</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3148"/>
-        <source>Ctrl+Shift+G</source>
-        <comment>Search|Goto Last Edit Location</comment>
-        <translation>Ctrl+Shift+G</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3162"/>
-        <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>&lt;b&gt;Перейти к месту последнего редактирования&lt;/b&gt;&lt;p&gt;Переход к месту последнего редактирования в текущем редакторе.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3171"/>
-        <source>Goto Previous Method or Class</source>
-        <translation>Перейти к предыдущему методу или классу</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3171"/>
-        <source>Ctrl+Shift+Up</source>
-        <comment>Search|Goto Previous Method or Class</comment>
-        <translation>Ctrl+Shift+Up</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3181"/>
-        <source>Go to the previous method or class definition</source>
-        <translation>Перейти к предыдущему объявлению метода или класса</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3185"/>
-        <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>&lt;b&gt;Перейти к предыдущему методу или классу&lt;/b&gt;&lt;p&gt;Переход к предыдущему объявлению метода или класса и подсветка его имени.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3195"/>
-        <source>Goto Next Method or Class</source>
-        <translation>Перейти к следующему методу или классу</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3195"/>
-        <source>Ctrl+Shift+Down</source>
-        <comment>Search|Goto Next Method or Class</comment>
-        <translation>Ctrl+Shift+Down</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3205"/>
-        <source>Go to the next method or class definition</source>
-        <translation>Перейти к следующему объявлению метода или класса</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3207"/>
-        <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>&lt;b&gt;Перейти к следующему методу или классу&lt;/b&gt;&lt;p&gt;Переход к следующему объявлению метода или класса и подсветка его имени.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="3687"/>
-        <source>Preview</source>
-        <translation>Предварительный просмотр</translation>
+        <source>&lt;b&gt;Remove split&lt;/b&gt;&lt;p&gt;Remove the current split.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Отменить разделение&lt;/b&gt;&lt;p&gt;Отмена текущего разделения.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3685"/>
+        <source>Next split</source>
+        <translation>Следующее разделение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3685"/>
+        <source>&amp;Next split</source>
+        <translation>&amp;Следующее разделение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3685"/>
+        <source>Ctrl+Alt+N</source>
+        <comment>View|Next split</comment>
+        <translation>Ctrl+Alt+N</translation>
     </message>
     <message>
         <location filename="../ViewManager/ViewManager.py" line="3692"/>
-        <source>Preview the current file in the web browser</source>
-        <translation>Предварительный просмотр текущего файла в web браузере</translation>
+        <source>Move to the next split</source>
+        <translation>Перейти в следующее разделение</translation>
     </message>
     <message>
         <location filename="../ViewManager/ViewManager.py" line="3694"/>
+        <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;Следующее разделение&lt;/b&gt;&lt;p&gt;Перейти в следующее разделение.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3702"/>
+        <source>Previous split</source>
+        <translation>Предыдущее разделение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3702"/>
+        <source>&amp;Previous split</source>
+        <translation>&amp;Предыдущее разделение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3702"/>
+        <source>Ctrl+Alt+P</source>
+        <comment>View|Previous split</comment>
+        <translation>Ctrl+Alt+P</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3708"/>
+        <source>Move to the previous split</source>
+        <translation>Перейти в предыдущее разделение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3710"/>
+        <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;Предыдущее разделение&lt;/b&gt;&lt;p&gt;Перейти в предыдущее разделение.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3756"/>
+        <source>&amp;View</source>
+        <translation>&amp;Вид</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3791"/>
+        <source>View</source>
+        <translation>Вид</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3825"/>
+        <source>Start Macro Recording</source>
+        <translation>Начать запись макроса</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3819"/>
+        <source>S&amp;tart Macro Recording</source>
+        <translation>&amp;Начать запись макроса</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3827"/>
+        <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;Начать запись макроса&lt;/b&gt;
+&lt;p&gt;Начать запись команд редактора в новый макрос.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3839"/>
+        <source>Stop Macro Recording</source>
+        <translation>Закончить запись макроса</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3835"/>
+        <source>Sto&amp;p Macro Recording</source>
+        <translation>&amp;Закончить запись макроса</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3841"/>
+        <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;Закончить запись макроса&lt;/b&gt;
+&lt;p&gt;Закончить запись команд редактора в новый макрос.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3853"/>
+        <source>Run Macro</source>
+        <translation>Выполнить макрос</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3849"/>
+        <source>&amp;Run Macro</source>
+        <translation>&amp;Выполнить макрос</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3855"/>
+        <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;Выполнить макрос&lt;/b&gt;
+&lt;p&gt;Запустить записанный макрос.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3867"/>
+        <source>Delete Macro</source>
+        <translation>Удалить макрос</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3863"/>
+        <source>&amp;Delete Macro</source>
+        <translation>&amp;Удалить макрос</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3869"/>
+        <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;Удалить макрос&lt;/b&gt;&lt;p&gt;Удалить записанный макрос.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3881"/>
+        <source>Load Macro</source>
+        <translation>Загрузить макрос</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3877"/>
+        <source>&amp;Load Macro</source>
+        <translation>&amp;Загрузить макрос</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3883"/>
+        <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;Загрузить макрос&lt;/b&gt;
+&lt;p&gt;Загрузить из файла макрос для редактора.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3895"/>
+        <source>Save Macro</source>
+        <translation>Сохранить макрос</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3891"/>
+        <source>&amp;Save Macro</source>
+        <translation>&amp;Сохранить макрос</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3897"/>
+        <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;Сохранить макрос&lt;/b&gt;&lt;p&gt;Сохранить записанный макрос в файл.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3913"/>
+        <source>&amp;Macros</source>
+        <translation>&amp;Макросы</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3939"/>
+        <source>Toggle Bookmark</source>
+        <translation>Создать/Удалить закладку</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3931"/>
+        <source>&amp;Toggle Bookmark</source>
+        <translation>&amp;Создать/Удалить закладку</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3931"/>
+        <source>Alt+Ctrl+T</source>
+        <comment>Bookmark|Toggle</comment>
+        <translation>Alt+Ctrl+T</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3941"/>
+        <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>&lt;b&gt;Создать/Удалить закладку&lt;/b&gt;&lt;p&gt;Создать/Удалить закладку на текущей строке текущего редактора.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3958"/>
+        <source>Next Bookmark</source>
+        <translation>Следующая закладка</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3950"/>
+        <source>&amp;Next Bookmark</source>
+        <translation>&amp;Следующая закладка</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3950"/>
+        <source>Ctrl+PgDown</source>
+        <comment>Bookmark|Next</comment>
+        <translation>Ctrl+PgDown</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3960"/>
+        <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>&lt;b&gt;Следующая закладка&lt;/b&gt;
+&lt;p&gt;Переход к следующей закладке в текущем редакторе.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3976"/>
+        <source>Previous Bookmark</source>
+        <translation>Предыдущая закладка</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3968"/>
+        <source>&amp;Previous Bookmark</source>
+        <translation>&amp;Предыдущая закладка</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3968"/>
+        <source>Ctrl+PgUp</source>
+        <comment>Bookmark|Previous</comment>
+        <translation>Ctrl+PgUp</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3978"/>
+        <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>&lt;b&gt;Предыдущая закладка&lt;/b&gt;
+&lt;p&gt;Переход к предыдущей закладке в текущем редакторе.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3993"/>
+        <source>Clear Bookmarks</source>
+        <translation>Стереть закладки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3986"/>
+        <source>&amp;Clear Bookmarks</source>
+        <translation>&amp;Стереть закладки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3986"/>
+        <source>Alt+Ctrl+C</source>
+        <comment>Bookmark|Clear</comment>
+        <translation>Alt+Ctrl+C</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3995"/>
+        <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;Стереть закладки&lt;/b&gt;&lt;p&gt;Убрать закладки из всех редакторов.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4009"/>
+        <source>Goto Syntax Error</source>
+        <translation>Перейти к синтаксической ошибке</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4003"/>
+        <source>&amp;Goto Syntax Error</source>
+        <translation>&amp;Перейти к синтаксической ошибке</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4011"/>
+        <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>&lt;b&gt;Перейти к синтаксической ошибке&lt;/b&gt;
+&lt;p&gt;Переход к следующей синтаксической ошибке в текущем редакторе.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4024"/>
+        <source>Clear Syntax Errors</source>
+        <translation>Очистить синтаксические ошибки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4019"/>
+        <source>Clear &amp;Syntax Errors</source>
+        <translation>Очистить синтаксические &amp;ошибки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4026"/>
+        <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;Очистить синтаксические ошибки&lt;/b&gt;&lt;p&gt;Убрать сообщения об синтаксических ошибках во всех редакторах.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4041"/>
+        <source>Next warning message</source>
+        <translation>Следующее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4035"/>
+        <source>&amp;Next warning message</source>
+        <translation>&amp;Следующее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4060"/>
+        <source>Previous warning message</source>
+        <translation>Предыдущее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4052"/>
+        <source>&amp;Previous warning message</source>
+        <translation>&amp;Предыдущее предупреждение</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4078"/>
+        <source>Clear Warning Messages</source>
+        <translation>Очистить предупреждения</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4071"/>
+        <source>Clear &amp;Warning Messages</source>
+        <translation>&amp;Очистить предупреждения</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4094"/>
+        <source>Next uncovered line</source>
+        <translation>Следующая неохваченная строка</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4088"/>
+        <source>&amp;Next uncovered line</source>
+        <translation>&amp;Следующая неохваченная строка</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4096"/>
+        <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>&lt;b&gt;Следующая неохваченная строка&lt;/b&gt;&lt;p&gt;Переход к строке текущего редактора, помеченной как неохваченная.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4113"/>
+        <source>Previous uncovered line</source>
+        <translation>Предыдущая неохваченная строка</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4105"/>
+        <source>&amp;Previous uncovered line</source>
+        <translation>&amp;Предыдущая неохваченная строка</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4115"/>
+        <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>&lt;b&gt;Следующая неохваченная строка&lt;/b&gt;&lt;p&gt;Перейти предыдущей к строке в текущем редакторе, помеченной как неохваченная.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4131"/>
+        <source>Next Task</source>
+        <translation>Следующая задача</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4125"/>
+        <source>&amp;Next Task</source>
+        <translation>&amp;Следующая задача</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4133"/>
+        <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>&lt;b&gt;Следующая задача&lt;/b&gt;
+&lt;p&gt;Переход к следующей строке редактора, где определена задача.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4148"/>
+        <source>Previous Task</source>
+        <translation>Предыдущая задача</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4141"/>
+        <source>&amp;Previous Task</source>
+        <translation>&amp;Предыдущая задача</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4150"/>
+        <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>&lt;b&gt;Предыдущая задача&lt;/b&gt;&lt;p&gt;Переход к предыдущей строке редактора, где определена задача.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4204"/>
+        <source>&amp;Bookmarks</source>
+        <translation>&amp;Закладки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4250"/>
+        <source>Bookmarks</source>
+        <translation>Закладки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4283"/>
+        <source>Shift+F7</source>
+        <comment>Spelling|Spell Check</comment>
+        <translation>Shift+F7</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4292"/>
+        <source>Perform spell check of current editor</source>
+        <translation>Проверить орфографию в текущем редакторе</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4302"/>
+        <source>Automatic spell checking</source>
+        <translation>Автоматическая проверка орфографии</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4302"/>
+        <source>&amp;Automatic spell checking</source>
+        <translation>&amp;Автоматическая проверка орфографии</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4310"/>
+        <source>(De-)Activate automatic spell checking</source>
+        <translation>Разрешить/Запретить автоматическую проверку орфографии</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4312"/>
+        <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;Автоматическая проверка орфографии&lt;/b&gt;&lt;p&gt;Запретить или разрешить автоматическую проверку орфографии.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4379"/>
+        <source>Spelling</source>
+        <translation>Проверка орфографии</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4402"/>
+        <source>Open files</source>
+        <translation>Открыть файлы</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4443"/>
+        <source>File Modified</source>
+        <translation>Файл изменён</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4443"/>
+        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; has unsaved changes.&lt;/p&gt;</source>
+        <translation>&lt;p&gt;В файле &lt;b&gt;{0}&lt;/b&gt; есть несохранённые изменения.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4803"/>
+        <source>Line: {0:5}</source>
+        <translation>Строка: {0:5}</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="4810"/>
+        <source>Pos: {0:5}</source>
+        <translation>Позиция: {0:5}</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5249"/>
+        <source>&amp;Clear</source>
+        <translation>&amp;Очистить</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5243"/>
+        <source>&amp;Add</source>
+        <translation>&amp;Добавить</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="5246"/>
+        <source>&amp;Edit...</source>
+        <translation>&amp;Правка...</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3190"/>
+        <source>Goto Last Edit Location</source>
+        <translation>Перейти к месту последнего редактирования</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3179"/>
+        <source>Goto Last &amp;Edit Location</source>
+        <translation>П&amp;ерейти к месту последнего редактирования</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3179"/>
+        <source>Ctrl+Shift+G</source>
+        <comment>Search|Goto Last Edit Location</comment>
+        <translation>Ctrl+Shift+G</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3193"/>
+        <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>&lt;b&gt;Перейти к месту последнего редактирования&lt;/b&gt;&lt;p&gt;Переход к месту последнего редактирования в текущем редакторе.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3202"/>
+        <source>Goto Previous Method or Class</source>
+        <translation>Перейти к предыдущему методу или классу</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3202"/>
+        <source>Ctrl+Shift+Up</source>
+        <comment>Search|Goto Previous Method or Class</comment>
+        <translation>Ctrl+Shift+Up</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3212"/>
+        <source>Go to the previous method or class definition</source>
+        <translation>Перейти к предыдущему объявлению метода или класса</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3216"/>
+        <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>&lt;b&gt;Перейти к предыдущему методу или классу&lt;/b&gt;&lt;p&gt;Переход к предыдущему объявлению метода или класса и подсветка его имени.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3226"/>
+        <source>Goto Next Method or Class</source>
+        <translation>Перейти к следующему методу или классу</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3226"/>
+        <source>Ctrl+Shift+Down</source>
+        <comment>Search|Goto Next Method or Class</comment>
+        <translation>Ctrl+Shift+Down</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3236"/>
+        <source>Go to the next method or class definition</source>
+        <translation>Перейти к следующему объявлению метода или класса</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3238"/>
+        <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>&lt;b&gt;Перейти к следующему методу или классу&lt;/b&gt;&lt;p&gt;Переход к следующему объявлению метода или класса и подсветка его имени.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3718"/>
+        <source>Preview</source>
+        <translation>Предварительный просмотр</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3723"/>
+        <source>Preview the current file in the web browser</source>
+        <translation>Предварительный просмотр текущего файла в web браузере</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="3725"/>
         <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>&lt;b&gt;Предварительный просмотр&lt;/b&gt;&lt;p&gt;Предварительный просмотр текущего файла в web браузере.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1437"/>
+        <location filename="../ViewManager/ViewManager.py" line="1468"/>
         <source>Meta+B</source>
         <translation>Meta+B</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1450"/>
+        <location filename="../ViewManager/ViewManager.py" line="1481"/>
         <source>Meta+F</source>
         <translation>Meta+F</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1462"/>
+        <location filename="../ViewManager/ViewManager.py" line="1493"/>
         <source>Meta+P</source>
         <translation>Meta+P</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1474"/>
+        <location filename="../ViewManager/ViewManager.py" line="1505"/>
         <source>Meta+N</source>
         <translation>Meta+N</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1535"/>
+        <location filename="../ViewManager/ViewManager.py" line="1566"/>
         <source>Move to first visible character in document line</source>
         <translation>Перейти к первому видимому символу строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1551"/>
+        <location filename="../ViewManager/ViewManager.py" line="1582"/>
         <source>Move to start of display line</source>
         <translation>Перейти на начало строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1568"/>
+        <location filename="../ViewManager/ViewManager.py" line="1599"/>
         <source>Move to end of document line</source>
         <translation>Перейти на конец строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1576"/>
+        <location filename="../ViewManager/ViewManager.py" line="1607"/>
         <source>Meta+E</source>
         <translation>Meta+E</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1644"/>
+        <location filename="../ViewManager/ViewManager.py" line="1675"/>
         <source>Meta+V</source>
         <translation>Meta+V</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1650"/>
+        <location filename="../ViewManager/ViewManager.py" line="1681"/>
         <source>Move to start of document</source>
         <translation>Перейти на начало документа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1667"/>
+        <location filename="../ViewManager/ViewManager.py" line="1698"/>
         <source>Move to end of document</source>
         <translation>Перейти в конец документа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1712"/>
+        <location filename="../ViewManager/ViewManager.py" line="1743"/>
         <source>Meta+Shift+B</source>
         <translation>Meta+Shift+B</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1727"/>
+        <location filename="../ViewManager/ViewManager.py" line="1758"/>
         <source>Meta+Shift+F</source>
         <translation>Meta+Shift+F</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1742"/>
+        <location filename="../ViewManager/ViewManager.py" line="1773"/>
         <source>Meta+Shift+P</source>
         <translation>Meta+Shift+P</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1757"/>
+        <location filename="../ViewManager/ViewManager.py" line="1788"/>
         <source>Meta+Shift+N</source>
         <translation>Meta+Shift+N</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1825"/>
+        <location filename="../ViewManager/ViewManager.py" line="1856"/>
         <source>Extend selection to first visible character in document line</source>
         <translation>Распространить выделение до первого видимого символа в строке</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1843"/>
+        <location filename="../ViewManager/ViewManager.py" line="1874"/>
         <source>Extend selection to end of document line</source>
         <translation>Распространить выделение до конца строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1851"/>
+        <location filename="../ViewManager/ViewManager.py" line="1882"/>
         <source>Meta+Shift+E</source>
         <translation>Meta+Shift+E</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1908"/>
-        <source>Meta+Shift+V</source>
-        <translation>Meta+Shift+V</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="1914"/>
-        <source>Extend selection to start of document</source>
-        <translation>Распространить выделение до конца строки</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="1922"/>
-        <source>Ctrl+Shift+Up</source>
-        <translation>Ctrl+Shift+Up</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="1931"/>
-        <source>Extend selection to end of document</source>
-        <translation>Распространить выделение до конца документа</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="1939"/>
+        <source>Meta+Shift+V</source>
+        <translation>Meta+Shift+V</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1945"/>
+        <source>Extend selection to start of document</source>
+        <translation>Распространить выделение до конца строки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1953"/>
+        <source>Ctrl+Shift+Up</source>
+        <translation>Ctrl+Shift+Up</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1962"/>
+        <source>Extend selection to end of document</source>
+        <translation>Распространить выделение до конца документа</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="1970"/>
         <source>Ctrl+Shift+Down</source>
         <translation>Ctrl+Shift+Down</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1957"/>
+        <location filename="../ViewManager/ViewManager.py" line="1988"/>
         <source>Meta+H</source>
         <translation>Meta+H</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1966"/>
+        <location filename="../ViewManager/ViewManager.py" line="1997"/>
         <source>Delete previous character if not at start of line</source>
         <translation>Удалить предыдущий символ если он не первый в строке</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1987"/>
+        <location filename="../ViewManager/ViewManager.py" line="2018"/>
         <source>Meta+D</source>
         <translation>Meta+D</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2031"/>
+        <location filename="../ViewManager/ViewManager.py" line="2062"/>
         <source>Meta+K</source>
         <translation>Meta+K</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2128"/>
+        <location filename="../ViewManager/ViewManager.py" line="2159"/>
         <source>Move to end of display line</source>
         <translation>Перейти на конец строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2145"/>
+        <location filename="../ViewManager/ViewManager.py" line="2176"/>
         <source>Extend selection to end of display line</source>
         <translation>Распространить выделение до конца строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2187"/>
+        <location filename="../ViewManager/ViewManager.py" line="2218"/>
         <source>Meta+Alt+Shift+N</source>
         <translation>Meta+Alt+Shift+N</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2202"/>
+        <location filename="../ViewManager/ViewManager.py" line="2233"/>
         <source>Meta+Alt+Shift+P</source>
         <translation>Meta+Alt+Shift+P</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2220"/>
+        <location filename="../ViewManager/ViewManager.py" line="2251"/>
         <source>Meta+Alt+Shift+B</source>
         <translation>Meta+Alt+Shift+B</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2238"/>
+        <location filename="../ViewManager/ViewManager.py" line="2269"/>
         <source>Meta+Alt+Shift+F</source>
         <translation>Meta+Alt+Shift+F</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2244"/>
+        <location filename="../ViewManager/ViewManager.py" line="2275"/>
         <source>Extend rectangular selection to first visible character in document line</source>
         <translation>Распространить прямоугольную выборку до первого видимого символа в строке</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2263"/>
+        <location filename="../ViewManager/ViewManager.py" line="2294"/>
         <source>Extend rectangular selection to end of document line</source>
         <translation>Распространить прямоугольное выделение до коца строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2273"/>
+        <location filename="../ViewManager/ViewManager.py" line="2304"/>
         <source>Meta+Alt+Shift+E</source>
         <translation>Meta+Alt+Shift+E</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2276"/>
+        <location filename="../ViewManager/ViewManager.py" line="2307"/>
         <source>Alt+Shift+End</source>
         <translation>Alt+Shift+End</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2297"/>
+        <location filename="../ViewManager/ViewManager.py" line="2328"/>
         <source>Alt+Shift+PgDown</source>
         <translation>Alt+Shift+PgDown</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2309"/>
+        <location filename="../ViewManager/ViewManager.py" line="2340"/>
         <source>Meta+Alt+Shift+V</source>
         <translation>Meta+Alt+Shift+V</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2329"/>
+        <location filename="../ViewManager/ViewManager.py" line="2360"/>
         <source>Scroll to start of document</source>
         <translation>Перейти на начало документа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2344"/>
+        <location filename="../ViewManager/ViewManager.py" line="2375"/>
         <source>Scroll to end of document</source>
         <translation>Перейти в конец документа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2359"/>
+        <location filename="../ViewManager/ViewManager.py" line="2390"/>
         <source>Scroll vertically to center current line</source>
         <translation>Поместить текущую строку в центр</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2367"/>
+        <location filename="../ViewManager/ViewManager.py" line="2398"/>
         <source>Meta+L</source>
         <translation>Meta+L</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2374"/>
-        <source>Move to end of next word</source>
-        <translation>Перейти на конец следующего слова</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2389"/>
-        <source>Extend selection to end of next word</source>
-        <translation>Распространить выделение до конца следующего слова</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="2405"/>
+        <source>Move to end of next word</source>
+        <translation>Перейти на конец следующего слова</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2420"/>
+        <source>Extend selection to end of next word</source>
+        <translation>Распространить выделение до конца следующего слова</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2436"/>
         <source>Move to end of previous word</source>
         <translation>Перейти на конец предыдущего слова</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2417"/>
+        <location filename="../ViewManager/ViewManager.py" line="2448"/>
         <source>Extend selection to end of previous word</source>
         <translation>Распространить выделение до конца предыдущего слова</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2429"/>
+        <location filename="../ViewManager/ViewManager.py" line="2460"/>
         <source>Move to start of document line</source>
         <translation>Перейти на начало строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2437"/>
+        <location filename="../ViewManager/ViewManager.py" line="2468"/>
         <source>Meta+A</source>
         <translation>Meta+A</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2444"/>
+        <location filename="../ViewManager/ViewManager.py" line="2475"/>
         <source>Extend selection to start of document line</source>
         <translation>Распространить выделение до начала строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2455"/>
+        <location filename="../ViewManager/ViewManager.py" line="2486"/>
         <source>Meta+Shift+A</source>
         <translation>Meta+Shift+A</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2462"/>
+        <location filename="../ViewManager/ViewManager.py" line="2493"/>
         <source>Extend rectangular selection to start of document line</source>
         <translation>Распространить прямоугольное выделение до начала строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2472"/>
+        <location filename="../ViewManager/ViewManager.py" line="2503"/>
         <source>Meta+Alt+Shift+A</source>
         <translation>Meta+Alt+Shift+A</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2480"/>
+        <location filename="../ViewManager/ViewManager.py" line="2511"/>
         <source>Extend selection to start of display line</source>
         <translation>Распространить выделение до начала строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2499"/>
+        <location filename="../ViewManager/ViewManager.py" line="2530"/>
         <source>Move to start of display or document line</source>
         <translation>Перейти на начало строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2513"/>
+        <location filename="../ViewManager/ViewManager.py" line="2544"/>
         <source>Extend selection to start of display or document line</source>
         <translation>Распространить выделение до начала строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2528"/>
+        <location filename="../ViewManager/ViewManager.py" line="2559"/>
         <source>Move to first visible character in display or document line</source>
         <translation>Перейти к первому видимому символу строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2545"/>
-        <source>Extend selection to first visible character in display or document line</source>
-        <translation>Распространить выделение до первого видимого символа в строке</translation>
-    </message>
-    <message>
-        <location filename="../ViewManager/ViewManager.py" line="2562"/>
-        <source>Move to end of display or document line</source>
-        <translation>Перейти на конец строки</translation>
-    </message>
-    <message>
         <location filename="../ViewManager/ViewManager.py" line="2576"/>
+        <source>Extend selection to first visible character in display or document line</source>
+        <translation>Распространить выделение до первого видимого символа в строке</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2593"/>
+        <source>Move to end of display or document line</source>
+        <translation>Перейти на конец строки</translation>
+    </message>
+    <message>
+        <location filename="../ViewManager/ViewManager.py" line="2607"/>
         <source>Extend selection to end of display or document line</source>
         <translation>Распространить выделение до конца строки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2591"/>
+        <location filename="../ViewManager/ViewManager.py" line="2622"/>
         <source>Stuttered move up one page</source>
         <translation>Перейти на одну страницу вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2603"/>
+        <location filename="../ViewManager/ViewManager.py" line="2634"/>
         <source>Stuttered extend selection up one page</source>
         <translation>Распространить выделение на страницу вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2616"/>
+        <location filename="../ViewManager/ViewManager.py" line="2647"/>
         <source>Stuttered move down one page</source>
         <translation>Перейти на одну страницу вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2628"/>
+        <location filename="../ViewManager/ViewManager.py" line="2659"/>
         <source>Stuttered extend selection down one page</source>
         <translation>Распространить выделение на страницу вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2641"/>
+        <location filename="../ViewManager/ViewManager.py" line="2672"/>
         <source>Delete right to end of next word</source>
         <translation>Удалить до конца следующего слова справа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2649"/>
+        <location filename="../ViewManager/ViewManager.py" line="2680"/>
         <source>Alt+Del</source>
         <translation>Alt+Del</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2656"/>
+        <location filename="../ViewManager/ViewManager.py" line="2687"/>
         <source>Move selected lines up one line</source>
         <translation>Переместить выделенный текст на одну строку вверх</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2668"/>
+        <location filename="../ViewManager/ViewManager.py" line="2699"/>
         <source>Move selected lines down one line</source>
         <translation>Переместить выделенный текст на одну строку вниз</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2282"/>
+        <location filename="../ViewManager/ViewManager.py" line="2313"/>
         <source>Alt+Shift+PgUp</source>
         <translation>Alt+Shift+PgUp</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1132"/>
+        <location filename="../ViewManager/ViewManager.py" line="1163"/>
         <source>Toggle Comment</source>
         <translation>Переключить комментарий</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1132"/>
+        <location filename="../ViewManager/ViewManager.py" line="1163"/>
         <source>Ctrl+Shift+M</source>
         <comment>Edit|Toggle Comment</comment>
         <translation>Ctrl+Shift+M</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1140"/>
+        <location filename="../ViewManager/ViewManager.py" line="1171"/>
         <source>Toggle the comment of the current line, selection or comment block</source>
         <translation>Переключить комментарий текущей строки, выборки или блока комментария</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1144"/>
+        <location filename="../ViewManager/ViewManager.py" line="1175"/>
         <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>&lt;b&gt;Переключить комментарий&lt;/b&gt;&lt;p&gt;Переключить комментарий текущей строки, выборки или блока комментария. &lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3455"/>
+        <location filename="../ViewManager/ViewManager.py" line="3486"/>
         <source>Zoom reset</source>
         <translation>Сбросить масштаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3455"/>
+        <location filename="../ViewManager/ViewManager.py" line="3486"/>
         <source>Zoom &amp;reset</source>
         <translation>&amp;Сбросить масштаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3455"/>
+        <location filename="../ViewManager/ViewManager.py" line="3486"/>
         <source>Ctrl+0</source>
         <comment>View|Zoom reset</comment>
         <translation>Ctrl+0</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3463"/>
+        <location filename="../ViewManager/ViewManager.py" line="3494"/>
         <source>Reset the zoom of the text</source>
         <translation>Сбросить масштаб текста</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3465"/>
+        <location filename="../ViewManager/ViewManager.py" line="3496"/>
         <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>&lt;b&gt;Сбросить масштаб&lt;/b&gt;&lt;p&gt;Сброс масштаба текста. Эта настройка возвращает масштаб текста к 100%.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3417"/>
+        <location filename="../ViewManager/ViewManager.py" line="3448"/>
         <source>Zoom In</source>
         <comment>View|Zoom in</comment>
         <translation>Увеличить масштаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3436"/>
+        <location filename="../ViewManager/ViewManager.py" line="3467"/>
         <source>Zoom Out</source>
         <comment>View|Zoom out</comment>
         <translation>Уменьшить масштаб</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="711"/>
+        <location filename="../ViewManager/ViewManager.py" line="742"/>
         <source>Save a&amp;ll</source>
         <translation>Сохранить &amp;всё</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4132"/>
+        <location filename="../ViewManager/ViewManager.py" line="4165"/>
         <source>Next Change</source>
         <translation>Следующее изменение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4126"/>
+        <location filename="../ViewManager/ViewManager.py" line="4159"/>
         <source>&amp;Next Change</source>
         <translation>&amp;Следующее изменение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4134"/>
+        <location filename="../ViewManager/ViewManager.py" line="4167"/>
         <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>&lt;b&gt;Следующее изменение&lt;/b&gt;&lt;p&gt;Переход к следующей строке текущего редактора, на которой есть маркер об изменении.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4150"/>
+        <location filename="../ViewManager/ViewManager.py" line="4183"/>
         <source>Previous Change</source>
         <translation>Предыдущее изменение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4143"/>
+        <location filename="../ViewManager/ViewManager.py" line="4176"/>
         <source>&amp;Previous Change</source>
         <translation>&amp;Предыдущее изменение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4152"/>
+        <location filename="../ViewManager/ViewManager.py" line="4185"/>
         <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>&lt;b&gt;Предыдущее изменение&lt;/b&gt;&lt;p&gt;Переход к предыдущей строке текущего редактора, на которой есть маркер об изменении.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4250"/>
+        <location filename="../ViewManager/ViewManager.py" line="4283"/>
         <source>Check spelling</source>
         <translation>Проверка орфографии</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4250"/>
+        <location filename="../ViewManager/ViewManager.py" line="4283"/>
         <source>Check &amp;spelling...</source>
         <translation>Проверка &amp;орфографии...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4261"/>
+        <location filename="../ViewManager/ViewManager.py" line="4294"/>
         <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;Проверка орфографии&lt;/b&gt;&lt;p&gt;Проверка орфографии в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4310"/>
+        <location filename="../ViewManager/ViewManager.py" line="4343"/>
         <source>Edit Dictionary</source>
         <translation>Редактировать словарь</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4312"/>
+        <location filename="../ViewManager/ViewManager.py" line="4345"/>
         <source>Project Word List</source>
         <translation>Словарь проекта</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4315"/>
+        <location filename="../ViewManager/ViewManager.py" line="4348"/>
         <source>Project Exception List</source>
         <translation>Список исключений проекта</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4320"/>
+        <location filename="../ViewManager/ViewManager.py" line="4353"/>
         <source>User Word List</source>
         <translation>Словарь пользователя</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4323"/>
+        <location filename="../ViewManager/ViewManager.py" line="4356"/>
         <source>User Exception List</source>
         <translation>Список исключений пользователя</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="6404"/>
+        <location filename="../ViewManager/ViewManager.py" line="6483"/>
         <source>Edit Spelling Dictionary</source>
         <translation>Редактировать орфографический словарь</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="6379"/>
+        <location filename="../ViewManager/ViewManager.py" line="6458"/>
         <source>Editing {0}</source>
         <translation>Редактирование {0}</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="6364"/>
+        <location filename="../ViewManager/ViewManager.py" line="6443"/>
         <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно прочитать файл словаря&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="6391"/>
+        <location filename="../ViewManager/ViewManager.py" line="6470"/>
         <source>&lt;p&gt;The spelling dictionary file &lt;b&gt;{0}&lt;/b&gt; could not be written.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно записать файл словаря&lt;b&gt;{0}&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="6404"/>
+        <location filename="../ViewManager/ViewManager.py" line="6483"/>
         <source>The spelling dictionary was saved successfully.</source>
         <translation>Файл словаря успешно сохранён.</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2914"/>
+        <location filename="../ViewManager/ViewManager.py" line="2945"/>
         <source>Search current word forward</source>
         <translation>Поиск следующего слова</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2914"/>
+        <location filename="../ViewManager/ViewManager.py" line="2945"/>
         <source>Ctrl+.</source>
         <comment>Search|Search current word forward</comment>
         <translation>Ctrl+.</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2925"/>
+        <location filename="../ViewManager/ViewManager.py" line="2956"/>
         <source>Search next occurrence of the current word</source>
         <translation>Поиск следующего вхождения текущего слова впереди</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2928"/>
+        <location filename="../ViewManager/ViewManager.py" line="2959"/>
         <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>&lt;b&gt;Поиск текущего слова вперёди&lt;/b&gt;&lt;p&gt;Поиск следующего вхождения текущего слова далее в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2937"/>
+        <location filename="../ViewManager/ViewManager.py" line="2968"/>
         <source>Search current word backward</source>
         <translation>Поиск предыдущего слова</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2937"/>
+        <location filename="../ViewManager/ViewManager.py" line="2968"/>
         <source>Ctrl+,</source>
         <comment>Search|Search current word backward</comment>
         <translation>Ctrl+,</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2948"/>
+        <location filename="../ViewManager/ViewManager.py" line="2979"/>
         <source>Search previous occurrence of the current word</source>
         <translation>Поиск предыдущего вхождения текущего слова сзади</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2951"/>
+        <location filename="../ViewManager/ViewManager.py" line="2982"/>
         <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>&lt;b&gt;Поиск текущего слова сзади&lt;/b&gt;&lt;p&gt;Поиск предыдущего вхождения текущего слова сзади в текущем редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3258"/>
+        <location filename="../ViewManager/ViewManager.py" line="3289"/>
         <source>Search in Open Files</source>
         <translation>Поиск в открытых файлах</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3258"/>
+        <location filename="../ViewManager/ViewManager.py" line="3289"/>
         <source>Search in Open Files...</source>
         <translation>Найти в открытых файлах...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3258"/>
+        <location filename="../ViewManager/ViewManager.py" line="3289"/>
         <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="3269"/>
+        <location filename="../ViewManager/ViewManager.py" line="3300"/>
         <source>Search for a text in open files</source>
         <translation>Поиск текста в открытых файлах</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3271"/>
+        <location filename="../ViewManager/ViewManager.py" line="3302"/>
         <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>&lt;b&gt;Поиск в открытых файлах&lt;/b&gt;&lt;p&gt;Поиск заданного текста только в открытых файлах. Окно диалога позволит ввести текст для поиска, опции для поиска, а так же покажет результат&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3281"/>
+        <location filename="../ViewManager/ViewManager.py" line="3312"/>
         <source>Replace in Open Files</source>
         <translation>Замена в открытых файлах</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3281"/>
+        <location filename="../ViewManager/ViewManager.py" line="3312"/>
         <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="3291"/>
+        <location filename="../ViewManager/ViewManager.py" line="3322"/>
         <source>Search for a text in open files and replace it</source>
         <translation>Поиск текста в открытых файлах и его замена</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3293"/>
+        <location filename="../ViewManager/ViewManager.py" line="3324"/>
         <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>&lt;b&gt;Заменить в открытых файлах&lt;/b&gt;&lt;p&gt;Искать текст только в открытых файлах и заменить его.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3281"/>
+        <location filename="../ViewManager/ViewManager.py" line="3312"/>
         <source>Replace in Open Files...</source>
         <translation>Заменить в открытых файлах...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1397"/>
+        <location filename="../ViewManager/ViewManager.py" line="1428"/>
         <source>Sort</source>
         <translation>Сортировка</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1397"/>
+        <location filename="../ViewManager/ViewManager.py" line="1428"/>
         <source>Ctrl+Alt+S</source>
         <comment>Edit|Sort</comment>
         <translation>Ctrl+Alt+S</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1404"/>
+        <location filename="../ViewManager/ViewManager.py" line="1435"/>
         <source>Sort the lines containing the rectangular selection</source>
         <translation>Сортировать строки в прямоугольной выборке</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1407"/>
+        <location filename="../ViewManager/ViewManager.py" line="1438"/>
         <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>&lt;b&gt;Сортировка&lt;/b&gt;&lt;p&gt;Сортировать строки в прямоугольной выборке, принимая во внимание только выделенную часть и игнорируя пробелы.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4772"/>
+        <location filename="../ViewManager/ViewManager.py" line="4830"/>
         <source>Language: {0}</source>
         <translation>Язык: {0}</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4780"/>
+        <location filename="../ViewManager/ViewManager.py" line="4838"/>
         <source>EOL Mode: {0}</source>
         <translation>Режим конца строк: {0}</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3571"/>
+        <location filename="../ViewManager/ViewManager.py" line="3602"/>
         <source>New Document View</source>
         <translation>Новое окно для документа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3571"/>
+        <location filename="../ViewManager/ViewManager.py" line="3602"/>
         <source>New &amp;Document View</source>
         <translation>Новое окно для &amp;документа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3576"/>
+        <location filename="../ViewManager/ViewManager.py" line="3607"/>
         <source>Open a new view of the current document</source>
         <translation>Открыть новое окно для текущего документа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3578"/>
+        <location filename="../ViewManager/ViewManager.py" line="3609"/>
         <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;Новое окно для документа&lt;/b&gt;&lt;p&gt;Открытие нового окна для текущего документа. Оба окна будут показывать один и тот же документ. Текущие позиции могут быть разными.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3588"/>
+        <location filename="../ViewManager/ViewManager.py" line="3619"/>
         <source>New Document View (with new split)</source>
         <translation>Новое окно для документа (в новом разделе)</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3595"/>
+        <location filename="../ViewManager/ViewManager.py" line="3626"/>
         <source>Open a new view of the current document in a new split</source>
         <translation>Открыть новое окно для текущего документа в новом разделе</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3598"/>
+        <location filename="../ViewManager/ViewManager.py" line="3629"/>
         <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;Новое окно для документа&lt;/b&gt;&lt;p&gt;Открытие нового окна для текущего документа в новом разделе. Оба окна будут показывать один и тот же документ. Текущие позиции могут быть разными.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4010"/>
+        <location filename="../ViewManager/ViewManager.py" line="4043"/>
         <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>&lt;b&gt;Следующее предупреждение&lt;/b&gt;&lt;p&gt;Переход к следующей строке текущего редактора, имеющей предупреждение pyflakes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4029"/>
+        <location filename="../ViewManager/ViewManager.py" line="4062"/>
         <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>&lt;b&gt;Предыдущее предупреждение&lt;/b&gt;&lt;p&gt;Переход к предыдущей строке текущего редактора, имеющей предупреждение pyflakes.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="4047"/>
+        <location filename="../ViewManager/ViewManager.py" line="4080"/>
         <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>&lt;b&gt;Очистить предупреждения&lt;/b&gt;&lt;p&gt;Очистить предупреждения от pyflakes во всех окнах редактора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2712"/>
+        <location filename="../ViewManager/ViewManager.py" line="2743"/>
         <source>Complete</source>
         <translation>Дополнить</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1274"/>
+        <location filename="../ViewManager/ViewManager.py" line="1305"/>
         <source>&amp;Complete</source>
         <translation>&amp;Дополнить</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1274"/>
+        <location filename="../ViewManager/ViewManager.py" line="1305"/>
         <source>Ctrl+Space</source>
         <comment>Edit|Complete</comment>
         <translation>Ctrl+Space</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1281"/>
+        <location filename="../ViewManager/ViewManager.py" line="1312"/>
         <source>Complete current word</source>
         <translation>Дополнить текущее слово</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1283"/>
+        <location filename="../ViewManager/ViewManager.py" line="1314"/>
         <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>&lt;b&gt;Дополнить&lt;/b&gt;&lt;p&gt;Выполняется дополнение слова, содержащего курсор.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1292"/>
+        <location filename="../ViewManager/ViewManager.py" line="1323"/>
         <source>Complete from Document</source>
         <translation>Дополнить из документа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1292"/>
+        <location filename="../ViewManager/ViewManager.py" line="1323"/>
         <source>Ctrl+Shift+Space</source>
         <comment>Edit|Complete from Document</comment>
         <translation>Ctrl+Shift+Space</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1302"/>
+        <location filename="../ViewManager/ViewManager.py" line="1333"/>
         <source>Complete current word from Document</source>
         <translation>Дополнить текущее слово из документа</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1305"/>
+        <location filename="../ViewManager/ViewManager.py" line="1336"/>
         <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>&lt;b&gt;Дополнить из документа&lt;/b&gt;&lt;p&gt;Выполняется дополнение слова, содержащего курсор, из документа.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1315"/>
+        <location filename="../ViewManager/ViewManager.py" line="1346"/>
         <source>Complete from APIs</source>
         <translation>Дополнить из API</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1315"/>
+        <location filename="../ViewManager/ViewManager.py" line="1346"/>
         <source>Ctrl+Alt+Space</source>
         <comment>Edit|Complete from APIs</comment>
         <translation>Ctrl+Alt+Space</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1325"/>
+        <location filename="../ViewManager/ViewManager.py" line="1356"/>
         <source>Complete current word from APIs</source>
         <translation>Дополнить текущее слово из API</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1328"/>
+        <location filename="../ViewManager/ViewManager.py" line="1359"/>
         <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>&lt;b&gt;Дополнить из APIs&lt;/b&gt;&lt;p&gt;Выполняется дополнение слова, содержащего курсор, из APIs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1338"/>
+        <location filename="../ViewManager/ViewManager.py" line="1369"/>
         <source>Complete from Document and APIs</source>
         <translation>Дополнить из документа и API</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1338"/>
+        <location filename="../ViewManager/ViewManager.py" line="1369"/>
         <source>Alt+Shift+Space</source>
         <comment>Edit|Complete from Document and APIs</comment>
         <translation>Alt+Shift+Space</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1348"/>
+        <location filename="../ViewManager/ViewManager.py" line="1379"/>
         <source>Complete current word from Document and APIs</source>
         <translation>Дополнить текущее слово из документа и API</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1351"/>
+        <location filename="../ViewManager/ViewManager.py" line="1382"/>
         <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>&lt;b&gt;Дополнить из документа и API&lt;/b&gt;&lt;p&gt;Выполняется дополнение слова, содержащего курсор, из документа и API.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1361"/>
+        <location filename="../ViewManager/ViewManager.py" line="1392"/>
         <source>Meta+Alt+Space</source>
         <comment>Edit|Calltip</comment>
         <translation>Meta+Alt+Space</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="695"/>
+        <location filename="../ViewManager/ViewManager.py" line="726"/>
         <source>Save Copy</source>
         <translation>Сохранить копию</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="695"/>
+        <location filename="../ViewManager/ViewManager.py" line="726"/>
         <source>Save &amp;Copy...</source>
         <translation>Сохранить &amp;копию...</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="700"/>
+        <location filename="../ViewManager/ViewManager.py" line="731"/>
         <source>Save a copy of the current file</source>
         <translation>Сохранить копию текущего файла</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="702"/>
+        <location filename="../ViewManager/ViewManager.py" line="733"/>
         <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>&lt;b&gt;Сохранить копию&lt;/b&gt;&lt;p&gt;Сохранение контента текущего окна редактора. Имя файла может быть введено в диалоге выбора файла.&lt;/p&gt;</translation>
     </message>
@@ -79848,101 +79908,101 @@
         <translation>Ctrl+G</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2979"/>
+        <location filename="../ViewManager/ViewManager.py" line="3010"/>
         <source>Replace and Search</source>
         <translation>Заменить и найти</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2979"/>
+        <location filename="../ViewManager/ViewManager.py" line="3010"/>
         <source>Meta+R</source>
         <comment>Search|Replace and Search</comment>
         <translation>Meta+R</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2989"/>
+        <location filename="../ViewManager/ViewManager.py" line="3020"/>
         <source>Replace the found text and search the next occurrence</source>
         <translation>Заменить найденный текст и найти следующее вхождение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="2992"/>
+        <location filename="../ViewManager/ViewManager.py" line="3023"/>
         <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>&lt;b&gt;Заменить и найти&lt;/b&gt;&lt;p&gt;Заменить найденное вхождение текста текущего редактирования и выполнить поиск следующего. Ранее введенный текст и параметры поиска используются повторно.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3003"/>
+        <location filename="../ViewManager/ViewManager.py" line="3034"/>
         <source>Replace Occurrence</source>
         <translation>Заменить вхождение</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3003"/>
+        <location filename="../ViewManager/ViewManager.py" line="3034"/>
         <source>Ctrl+Meta+R</source>
         <comment>Search|Replace Occurrence</comment>
         <translation>Ctrl+Meta+R</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3013"/>
+        <location filename="../ViewManager/ViewManager.py" line="3044"/>
         <source>Replace the found text</source>
         <translation>Заменить найденный текст</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3015"/>
+        <location filename="../ViewManager/ViewManager.py" line="3046"/>
         <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>&lt;b&gt;Заменить вхождение&lt;/b&gt;&lt;p&gt;Заменить найденнойе вхождение искомого текста текущего редактирования.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3025"/>
+        <location filename="../ViewManager/ViewManager.py" line="3056"/>
         <source>Replace All</source>
         <translation>Заменить все</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3025"/>
+        <location filename="../ViewManager/ViewManager.py" line="3056"/>
         <source>Shift+Meta+R</source>
         <comment>Search|Replace All</comment>
         <translation>Shift+Meta+R</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3035"/>
+        <location filename="../ViewManager/ViewManager.py" line="3066"/>
         <source>Replace search text occurrences</source>
         <translation>Заменить вхождения искомого текста</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3037"/>
+        <location filename="../ViewManager/ViewManager.py" line="3068"/>
         <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>&lt;b&gt;Заменить все&lt;/b&gt;&lt;p&gt;Заменить все вхождения искомого текста текущего редактирования.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1379"/>
+        <location filename="../ViewManager/ViewManager.py" line="1410"/>
         <source>Code Info</source>
         <translation>Информация о коде</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1379"/>
+        <location filename="../ViewManager/ViewManager.py" line="1410"/>
         <source>Ctrl+Alt+I</source>
         <comment>Edit|Code Info</comment>
         <translation>Ctrl+Alt+I</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1387"/>
+        <location filename="../ViewManager/ViewManager.py" line="1418"/>
         <source>Show Code Info</source>
         <translation>Отображение информации по выбранному коду</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="1389"/>
+        <location filename="../ViewManager/ViewManager.py" line="1420"/>
         <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>&lt;b&gt;Информация для кода&lt;/b&gt;&lt;p&gt;Показ информации для кода на позиции курсора.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3544"/>
+        <location filename="../ViewManager/ViewManager.py" line="3575"/>
         <source>Clear all folds</source>
         <translation>Очистить все свертки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3540"/>
+        <location filename="../ViewManager/ViewManager.py" line="3571"/>
         <source>Clear &amp;all folds</source>
         <translation>Очистить &amp;все свертки</translation>
     </message>
     <message>
-        <location filename="../ViewManager/ViewManager.py" line="3546"/>
+        <location filename="../ViewManager/ViewManager.py" line="3577"/>
         <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>&lt;b&gt;Очистить все свертки&lt;/b&gt;&lt;p&gt;Очистить все свертки текущего редактора, т. е. убедиться, что все строки отображаются развернутыми. &lt;/ p&gt;</translation>
     </message>
@@ -81039,25 +81099,40 @@
         <translation>Выбор пиктографического шрифта</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="414"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="433"/>
         <source>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; All settings below are activated at the next startup of the application.&lt;/font&gt;</source>
         <translation>&lt;font color=&quot;#FF0000&quot;&gt;&lt;b&gt;Примечание:&lt;/b&gt; Эти изменения вступят в силу при следующем запуске приложения.&lt;/font&gt;</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="421"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="440"/>
         <source>Toolbars</source>
         <translation>Панели инструментов</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="427"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="446"/>
         <source>Select to show toolbars</source>
         <translation>Разрешить отображение панелей инструментов</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="430"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="449"/>
         <source>Show Toolbars</source>
         <translation>Показывать панели инструментов</translation>
     </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="401"/>
+        <source>Scrollbars</source>
+        <translation>Скроллбары</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="407"/>
+        <source>Select to show scrollbars. Note: Scrolling is possible even without them.</source>
+        <translation>Разрешить показывать скроллбары. Примечание: Скроллинг возможен даже без них.</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserAppearancePage.ui" line="410"/>
+        <source>Show Scrollbars</source>
+        <translation>Показывать скроллбары</translation>
+    </message>
 </context>
 <context>
     <name>WebBrowserClearPrivateDataDialog</name>
@@ -81466,277 +81541,272 @@
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="393"/>
-        <source>JavaScript can open windows</source>
-        <translation>JavaScript может открывать окна</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="400"/>
+        <source>Allow to open windows</source>
+        <translation>Разрешить открывать окна</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="410"/>
         <source>Select to allow JavaScript to access the clipboard</source>
         <translation>Разрешить JavaScript использовать буфер обмена</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="403"/>
-        <source>JavaScript can access clipboard</source>
-        <translation>JavaScript может использовать буфер обмена</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="413"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="423"/>
         <source>Select to enable plugins in web pages</source>
         <translation>Разрешить плагины на WEB страницах</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="416"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="426"/>
         <source>Enable Plug-ins</source>
         <translation>Разрешить плагины</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="430"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="440"/>
         <source>Select to enabled the &quot;Do Not Track&quot; feature</source>
         <translation>Разрешить режим &quot;Не отслеживать&quot;</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="433"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="443"/>
         <source>Tell web sites I do not want to be tracked</source>
         <translation>Отправлять веб-сайтам запрет на сбор данных</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="442"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="452"/>
         <source>Select to send referer headers to the server</source>
         <translation>Разрешить отправку заголовков реферера на сервер</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="445"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="455"/>
         <source>Send Referer header to servers</source>
         <translation>Посылать заголовок реферера на серверы</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="465"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="475"/>
         <source>Press to edit the list of whitelisted hosts</source>
         <translation>Редактировать белый список хостов</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="468"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="478"/>
         <source>Edit Referer Whitelist ...</source>
         <translation>Редактировать реферер белого списка...</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="480"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="490"/>
         <source>Security</source>
         <translation>Безопасность</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="486"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="496"/>
         <source>Select to enable XSS auditing</source>
         <translation>Разрешить выполнение XSS проверки</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="489"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="499"/>
         <source>&lt;b&gt;Enable XSS Auditing&lt;/b&gt;
 &lt;p&gt;This selects whether load requests should be monitored for cross-site scripting attempts. Suspicious scripts will be blocked. These will be reported in the JavaScript console. Enabling this feature might have an impact on performance.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Включить XSS аудит&lt;/b&gt;
 &lt;p&gt;При данном выборе осуществляется мониторинг запросов нагрузки для межузловых попыток сценариев. Подозрительные скрипты будут заблокированы. Они будут представлены в консоли JavaScript. Включение этой функции может оказать влияние на производительность.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="493"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="503"/>
         <source>Enable XSS Auditing</source>
         <translation>Разрешить XSS проверку</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="513"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="533"/>
         <source>History</source>
         <translation>История</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="519"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="539"/>
         <source>Remove history items:</source>
         <translation>Удалять историю:</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="532"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="552"/>
         <source>Select the period for expiration of history entries</source>
         <translation>Задайте срок хранения для истории</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="536"/>
-        <source>After one day</source>
-        <translation>Через день</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="541"/>
-        <source>After one week</source>
-        <translation>Через неделю</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="546"/>
-        <source>After two weeks</source>
-        <translation>Через две недели</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="551"/>
-        <source>After one month</source>
-        <translation>Через месяц</translation>
-    </message>
-    <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="556"/>
-        <source>After one year</source>
-        <translation>Через год</translation>
+        <source>After one day</source>
+        <translation>Через день</translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="561"/>
-        <source>Manually</source>
-        <translation>Вручную</translation>
+        <source>After one week</source>
+        <translation>Через неделю</translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="566"/>
+        <source>After two weeks</source>
+        <translation>Через две недели</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="571"/>
+        <source>After one month</source>
+        <translation>Через месяц</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="576"/>
+        <source>After one year</source>
+        <translation>Через год</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="581"/>
+        <source>Manually</source>
+        <translation>Вручную</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="586"/>
         <source>On application exit</source>
         <translation>При выходе из приложения</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="577"/>
-        <source>Browser Cache</source>
-        <translation>Кэш браузера</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="583"/>
-        <source>Enable disk cache</source>
-        <translation>Запретить кэш на диске</translation>
-    </message>
-    <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="590"/>
-        <source>Cache size:</source>
-        <translation>Размер кэша:</translation>
-    </message>
-    <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="597"/>
-        <source>Enter the maximum size of the disk cache</source>
-        <translation>Максимальный размер кэша на диске</translation>
+        <source>Browser Cache</source>
+        <translation>Кэш браузера</translation>
     </message>
     <message>
         <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="603"/>
+        <source>Enable disk cache</source>
+        <translation>Запретить кэш на диске</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="610"/>
+        <source>Cache size:</source>
+        <translation>Размер кэша:</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="617"/>
+        <source>Enter the maximum size of the disk cache</source>
+        <translation>Максимальный размер кэша на диске</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="623"/>
         <source> MB</source>
         <translation> MB</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="632"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="652"/>
         <source>Web Search</source>
         <translation>Веб поиск</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="638"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="658"/>
         <source>Language:</source>
         <translation>Язык:</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="645"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="665"/>
         <source>Select the language to be used for web searches</source>
         <translation>Выбор языка для веб поиска</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="707"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="727"/>
         <source>Navigation</source>
         <translation>Навигация</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="713"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="733"/>
         <source>Select to enable the spatial navigation feature</source>
         <translation>Разрешить возможности пространственной навигации</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="716"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="736"/>
         <source>&lt;b&gt;Enable Spatial Navigation&lt;/b&gt;
 &lt;p&gt;This enables or disables the Spatial Navigation feature, which consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Разрешить пространственную навигацию&lt;/b&gt;
 &lt;p&gt;Включение или отключение функции пространственной навигации, которая состоит в способности перемещаться между элементами на веб-странице, например, гиперссылками и формами управления, с помощью клавиш влево, вправо, вверх и вниз. Например, если пользователь нажимает правую клавишу, эвристически определяется, есть ли там элемент, и, возможно, делается попытка достичь вероятный элемент справа.&lt;/p&gt;&gt;</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="720"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="740"/>
         <source>Enable Spatial Navigation</source>
         <translation>Разрешить пространственную навигацию</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="727"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="747"/>
         <source>Select to include links in focus chain</source>
         <translation>Разрешить включение ссылок в фокусную цепочку</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="730"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="750"/>
         <source>&lt;b&gt;Include Links in Focus Chain&lt;/b&gt;
 &lt;p&gt;This selects whether hyperlinks should be included in the keyboard focus chain.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Включить ссылки в фокусную цепочку&lt;/b&gt;
 &lt;p&gt;Выбрать, будут ли гиперссылки включены в цепь фокуса клавиатуры.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="734"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="754"/>
         <source>Include Links in Focus Chain</source>
         <translation>Включать ссылки в фокусную цепочку</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="851"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="871"/>
         <source>Select to enable the Web Inspector tool</source>
         <translation>Разрешить использование инструментов Web Inspector</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="854"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="874"/>
         <source>Enable Web Development (Web Inspector)</source>
         <translation>Среда разработки Web (Web Inspector)</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="866"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="886"/>
         <source>Web Inspector Port:</source>
         <translation>Порт Web Inspector:</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="873"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="893"/>
         <source>Enter the port to be used by the web inspector</source>
         <translation>Задайте порт для использования web inspector</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="902"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="922"/>
         <source>&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Note:&lt;/b&gt; Web Inspector settings are activated after a restart of the application.&lt;/font&gt;</source>
         <translation>&lt;font color=&quot;red&quot;&gt;&lt;b&gt;Примечание:&lt;/b&gt; Настройки Web Inspector активируются после перезапуска приложения.&lt;/font&gt;</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="671"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="691"/>
         <source>Image Search</source>
         <translation>Поиск изображений</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="677"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="697"/>
         <source>Default Search Engine:</source>
         <translation>Движок поиска по умолчанию:</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="684"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="704"/>
         <source>Select the default search engine for image searches</source>
         <translation>Выберите для поиска изображений поисковую систему по умолчанию</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="773"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="793"/>
         <source>Select to enable the auto-scroller</source>
         <translation>Разрешить автоскроллинг</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="776"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="796"/>
         <source>Automatic Scrolling</source>
         <translation>Автоматический скроллинг</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="785"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="805"/>
         <source>This function is activated by a Mouse Middle Click.</source>
         <translation>Эта функция активируется средней кнопкой мыши.</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="797"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="817"/>
         <source>Scroll Divider:</source>
         <translation>Делитель для скролинга:</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="804"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="824"/>
         <source>Enter the auto-scroll divider value</source>
         <translation>Задайте значение делителя для автоскролинга</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="838"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="858"/>
         <source>&lt;b&gt;Note:&lt;/b&gt; Setting higher divider will slow down scrolling.</source>
         <translation>&lt;b&gt;Примечание:&lt;/b&gt; Высокое значение делителя будет замедлять прокрутку.</translation>
     </message>
@@ -81761,37 +81831,37 @@
         <translation>Поддержка WebGL</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="500"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="510"/>
         <source>Select to allow HTTPS pages to run JavaScript, CSS, plugins or web-sockets from HTTP URLs</source>
         <translation>Разрешить HTTPS страницам запускать JavaScript, CSS, плагины или вебсокеты из HTTP URL-адресов</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="503"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="513"/>
         <source>Allow to run insecure contents</source>
         <translation>Разрешить запускать небезопасное содержимое</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="741"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="761"/>
         <source>Select to give the focus to the view whenever a navigation event occurs</source>
         <translation>Разрешить переключение фокуса в окно всякий раз, когда происходит событие навигации</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="754"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="774"/>
         <source>Printing</source>
         <translation>Печать</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="760"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="780"/>
         <source>Select to print the background of page elements as well</source>
         <translation>Разрешить печать фона элементов страницы</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="763"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="783"/>
         <source>Print Element Backgrounds</source>
         <translation>Печатать элементы фона</translation>
     </message>
     <message>
-        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="744"/>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="764"/>
         <source>Enable Focus on Navigation</source>
         <translation>Переключать фокус на навигацию</translation>
     </message>
@@ -81856,15 +81926,40 @@
         <translation> сек</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserPage.py" line="119"/>
+        <location filename="../WebBrowser/WebBrowserPage.py" line="122"/>
         <source>Suspicuous URL detected</source>
         <translation>Обнаружен подозрительный URL</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserPage.py" line="119"/>
+        <location filename="../WebBrowser/WebBrowserPage.py" line="122"/>
         <source>&lt;p&gt;The URL &lt;b&gt;{0}&lt;/b&gt; was found in the Safe Browsing database.&lt;/p&gt;{1}</source>
         <translation>&lt;p&gt;URL &lt;b&gt;{0}&lt;/b&gt; был найден в базе Safe Browsing.&lt;/p&gt;{1}</translation>
     </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="403"/>
+        <source>Allow to activate windows</source>
+        <translation>Разрешить активировать окна</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="520"/>
+        <source>Select to allow insecure origins (i.e. those not having an https:// URL) to request Geolocation features.</source>
+        <translation>Разрешить небезопасные источники (т.е.те, которые не имеют https:// URL) при запросе функций Geolocation.</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="523"/>
+        <source>Allow insecure origins to access Geolocation</source>
+        <translation>Разрешить небезопасные источники доступа Geolocation</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="400"/>
+        <source>Select to allow JavaScript to activate windows</source>
+        <translation>Разрешить JavaScript активировать окна</translation>
+    </message>
+    <message>
+        <location filename="../Preferences/ConfigurationPages/WebBrowserPage.ui" line="413"/>
+        <source>Allow to access the clipboard</source>
+        <translation>Разрешить доступ к буферу</translation>
+    </message>
 </context>
 <context>
     <name>WebBrowserSpellCheckingPage</name>
@@ -82425,7 +82520,7 @@
 <context>
     <name>WebBrowserWindow</name>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3605"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3628"/>
         <source>eric6 Web Browser</source>
         <translation>Eric6 Web браузер</translation>
     </message>
@@ -82435,1803 +82530,1803 @@
         <translation>Содержание</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1563"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1583"/>
         <source>Index</source>
         <translation>Индекс</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1577"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1597"/>
         <source>Search</source>
         <translation>Поиск</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1872"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1892"/>
         <source>JavaScript Console</source>
         <translation>Консоль JavaScript</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="656"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="676"/>
         <source>New Tab</source>
         <translation>Новая вкладка</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="656"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="676"/>
         <source>&amp;New Tab</source>
         <translation>&amp;Новая вкладка</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="656"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="676"/>
         <source>Ctrl+T</source>
         <comment>File|New Tab</comment>
         <translation>Ctrl+T</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="662"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="682"/>
         <source>Open a new web browser tab</source>
         <translation>Открыть новую вкладку web браузера</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="663"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="683"/>
         <source>&lt;b&gt;New Tab&lt;/b&gt;&lt;p&gt;This opens a new web browser tab.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Новая вкладка&lt;/b&gt;&lt;p&gt;Открытие новой вкладки web браузера.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="671"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="691"/>
         <source>New Window</source>
         <translation>Новое окно</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="671"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="691"/>
         <source>New &amp;Window</source>
         <translation>&amp;Новое окно</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="671"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="691"/>
         <source>Ctrl+N</source>
         <comment>File|New Window</comment>
         <translation>Ctrl+N</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="677"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="697"/>
         <source>Open a new web browser window</source>
         <translation>Открыть новое окно web браузера</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="678"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="698"/>
         <source>&lt;b&gt;New Window&lt;/b&gt;&lt;p&gt;This opens a new web browser window in the current privacy mode.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Новое окно&lt;/b&gt;&lt;p&gt;Открывается новое окно web-браузера в текущем приватном режиме.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2531"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2551"/>
         <source>New Private Window</source>
         <translation>Новое приватное окно</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="687"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="707"/>
         <source>New &amp;Private Window</source>
         <translation>Новое &amp;приватное окно</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="687"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="707"/>
         <source>Ctrl+Shift+P</source>
         <comment>File|New Private Window</comment>
         <translation>Ctrl+Shift+P</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="693"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="713"/>
         <source>Open a new private web browser window</source>
         <translation>Открыть новое приватное окно web браузера</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="695"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="715"/>
         <source>&lt;b&gt;New Private Window&lt;/b&gt;&lt;p&gt;This opens a new private web browser window by starting a new web browser instance in private mode.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Новое приватное окно&lt;/b&gt;&lt;p&gt;Открытие нового приватного окна web-бразера путем запуска нового экземпляра web-браузера в приватном режиме.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2564"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2584"/>
         <source>Open File</source>
         <translation>Открыть файл</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="724"/>
         <source>&amp;Open File</source>
         <translation>&amp;Открыть файл</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="704"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="724"/>
         <source>Ctrl+O</source>
         <comment>File|Open</comment>
         <translation>Ctrl+O</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="710"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="730"/>
         <source>Open a file for display</source>
         <translation>Открыть файл для показа</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="711"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="731"/>
         <source>&lt;b&gt;Open File&lt;/b&gt;&lt;p&gt;This opens a new file for display. It pops up a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Открыть файл&lt;/b&gt;&lt;p&gt;Открывается новый файл для показа. Отображается диалог выбора файла.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="720"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="740"/>
         <source>Open File in New Tab</source>
         <translation>Открыть файл в новой вкладке</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="720"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="740"/>
         <source>Open File in New &amp;Tab</source>
         <translation>Открыть файл в новой &amp;вкладке</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="720"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="740"/>
         <source>Shift+Ctrl+O</source>
         <comment>File|Open in new tab</comment>
         <translation>Shift+Ctrl+O</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="726"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="746"/>
         <source>Open a file for display in a new tab</source>
         <translation>Открыть файл для показа в новой вкладке</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="728"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="748"/>
         <source>&lt;b&gt;Open File in New Tab&lt;/b&gt;&lt;p&gt;This opens a new file for display in a new tab. It pops up a file selection dialog.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Открыть файл в новой вкладке&lt;/b&gt;&lt;p&gt;Открытие нового файла для показа в новой вкладке. Отображается диалог выбора файла.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="756"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="776"/>
         <source>Save Page Screen</source>
         <translation>Сохранение страницы</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="756"/>
-        <source>Save Page Screen...</source>
-        <translation>Сохранить страницу...</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="761"/>
-        <source>Save the current page as a screen shot</source>
-        <translation>Сохранить текущую страницу как снимок экрана</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="763"/>
-        <source>&lt;b&gt;Save Page Screen...&lt;/b&gt;&lt;p&gt;Saves the current page as a screen shot.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Сохранение страницы...&lt;/b&gt;&lt;p&gt;Сохранение текущей страницы как снимка экрана.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="771"/>
-        <source>Save Visible Page Screen</source>
-        <translation>Сохранение видимой страницы экрана</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="771"/>
-        <source>Save Visible Page Screen...</source>
-        <translation>Сохранить видимую страницу экрана...</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="776"/>
-        <source>Save the visible part of the current page as a screen shot</source>
-        <translation>Сохранить видимую часть текущей страницы как снимок экрана</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="779"/>
-        <source>&lt;b&gt;Save Visible Page Screen...&lt;/b&gt;&lt;p&gt;Saves the visible part of the current page as a screen shot.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Сохранение видимой страницы...&lt;/b&gt;&lt;p&gt;Сохранение видимой части текущей страницы как снимка экрана.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="790"/>
-        <source>Import Bookmarks</source>
-        <translation>Импор закладок</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="790"/>
-        <source>&amp;Import Bookmarks...</source>
-        <translation>&amp;Импорт закладок...</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="794"/>
-        <source>Import bookmarks from other browsers</source>
-        <translation>Импорт закладок из других браузеров</translation>
+        <source>Save Page Screen...</source>
+        <translation>Сохранить страницу...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="781"/>
+        <source>Save the current page as a screen shot</source>
+        <translation>Сохранить текущую страницу как снимок экрана</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="783"/>
+        <source>&lt;b&gt;Save Page Screen...&lt;/b&gt;&lt;p&gt;Saves the current page as a screen shot.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Сохранение страницы...&lt;/b&gt;&lt;p&gt;Сохранение текущей страницы как снимка экрана.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="791"/>
+        <source>Save Visible Page Screen</source>
+        <translation>Сохранение видимой страницы экрана</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="791"/>
+        <source>Save Visible Page Screen...</source>
+        <translation>Сохранить видимую страницу экрана...</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="796"/>
+        <source>Save the visible part of the current page as a screen shot</source>
+        <translation>Сохранить видимую часть текущей страницы как снимок экрана</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="799"/>
+        <source>&lt;b&gt;Save Visible Page Screen...&lt;/b&gt;&lt;p&gt;Saves the visible part of the current page as a screen shot.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Сохранение видимой страницы...&lt;/b&gt;&lt;p&gt;Сохранение видимой части текущей страницы как снимка экрана.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="810"/>
+        <source>Import Bookmarks</source>
+        <translation>Импор закладок</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="810"/>
+        <source>&amp;Import Bookmarks...</source>
+        <translation>&amp;Импорт закладок...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="814"/>
+        <source>Import bookmarks from other browsers</source>
+        <translation>Импорт закладок из других браузеров</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="816"/>
         <source>&lt;b&gt;Import Bookmarks&lt;/b&gt;&lt;p&gt;Import bookmarks from other browsers.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Импорт закладок&lt;/b&gt;&lt;p&gt;Импортировать закладки из других браузеров.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="805"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="825"/>
         <source>Export Bookmarks</source>
         <translation>Экспорт закладок</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="805"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="825"/>
         <source>&amp;Export Bookmarks...</source>
         <translation>&amp;Экспорт закладок...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="809"/>
-        <source>Export the bookmarks into a file</source>
-        <translation>Экспорт закладок в файл</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="811"/>
-        <source>&lt;b&gt;Export Bookmarks&lt;/b&gt;&lt;p&gt;Export the bookmarks into a file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Экспорт закладок&lt;/b&gt;&lt;p&gt;Экспорт закладок в файл.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2184"/>
-        <source>Print</source>
-        <translation>Печать</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="822"/>
-        <source>&amp;Print</source>
-        <translation>&amp;Печать</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="822"/>
-        <source>Ctrl+P</source>
-        <comment>File|Print</comment>
-        <translation>Ctrl+P</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="828"/>
-        <source>Print the displayed help</source>
-        <translation>Печать текущего раздела справки</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="829"/>
+        <source>Export the bookmarks into a file</source>
+        <translation>Экспорт закладок в файл</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="831"/>
+        <source>&lt;b&gt;Export Bookmarks&lt;/b&gt;&lt;p&gt;Export the bookmarks into a file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Экспорт закладок&lt;/b&gt;&lt;p&gt;Экспорт закладок в файл.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2204"/>
+        <source>Print</source>
+        <translation>Печать</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="842"/>
+        <source>&amp;Print</source>
+        <translation>&amp;Печать</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="842"/>
+        <source>Ctrl+P</source>
+        <comment>File|Print</comment>
+        <translation>Ctrl+P</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="848"/>
+        <source>Print the displayed help</source>
+        <translation>Печать текущего раздела справки</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="849"/>
         <source>&lt;b&gt;Print&lt;/b&gt;&lt;p&gt;Print the displayed help text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Печать&lt;/b&gt;&lt;p&gt;Печать текущего раздела справки&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="840"/>
-        <source>Print as PDF</source>
-        <translation>Печать как PDF</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="845"/>
-        <source>Print the displayed help as PDF</source>
-        <translation>Печать текущего раздела справки как PDF</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="847"/>
-        <source>&lt;b&gt;Print as PDF&lt;/b&gt;&lt;p&gt;Print the displayed help text as a PDF file.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Печать как PDF&lt;/b&gt;&lt;p&gt;Печать текущего раздела справки как PDF&lt;/p&gt;</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="860"/>
-        <source>Print Preview</source>
-        <translation>Предварительный просмотр печати</translation>
+        <source>Print as PDF</source>
+        <translation>Печать как PDF</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="865"/>
-        <source>Print preview of the displayed help</source>
-        <translation>Предварительный просмотр печати справки</translation>
+        <source>Print the displayed help as PDF</source>
+        <translation>Печать текущего раздела справки как PDF</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="867"/>
+        <source>&lt;b&gt;Print as PDF&lt;/b&gt;&lt;p&gt;Print the displayed help text as a PDF file.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Печать как PDF&lt;/b&gt;&lt;p&gt;Печать текущего раздела справки как PDF&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="880"/>
+        <source>Print Preview</source>
+        <translation>Предварительный просмотр печати</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="885"/>
+        <source>Print preview of the displayed help</source>
+        <translation>Предварительный просмотр печати справки</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="887"/>
         <source>&lt;b&gt;Print Preview&lt;/b&gt;&lt;p&gt;Print preview of the displayed help text.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Предварительный просмотр печати&lt;/b&gt;&lt;p&gt;Предварительный просмотр печати справки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="893"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="913"/>
         <source>Close</source>
         <translation>Закрыть</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2912"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2932"/>
         <source>&amp;Close</source>
         <translation>&amp;Закрыть</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="893"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="913"/>
         <source>Ctrl+W</source>
         <comment>File|Close</comment>
         <translation>Ctrl+W</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="899"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="919"/>
         <source>Close the current help window</source>
         <translation>Закрыть это окно справки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="901"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="921"/>
         <source>&lt;b&gt;Close&lt;/b&gt;&lt;p&gt;Closes the current web browser window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Закрыть&lt;/b&gt;&lt;p&gt;Открывается текущее окно web броузера.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="909"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="929"/>
         <source>Close All</source>
         <translation>Закрыть все</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="909"/>
-        <source>Close &amp;All</source>
-        <translation>Закрыть &amp;все</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="913"/>
-        <source>Close all help windows</source>
-        <translation>Закрыть все окна справки</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="914"/>
-        <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all web browser windows except the first one.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Закрыть все&lt;/b&gt;&lt;p&gt;Закрываются все окна web браузера за исключением первого.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="923"/>
-        <source>Quit</source>
-        <translation>Выход</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2916"/>
-        <source>&amp;Quit</source>
-        <translation>&amp;Выход</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="923"/>
-        <source>Ctrl+Q</source>
-        <comment>File|Quit</comment>
-        <translation>Ctrl+Q</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="929"/>
+        <source>Close &amp;All</source>
+        <translation>Закрыть &amp;все</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="933"/>
+        <source>Close all help windows</source>
+        <translation>Закрыть все окна справки</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="934"/>
+        <source>&lt;b&gt;Close All&lt;/b&gt;&lt;p&gt;Closes all web browser windows except the first one.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Закрыть все&lt;/b&gt;&lt;p&gt;Закрываются все окна web браузера за исключением первого.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="943"/>
+        <source>Quit</source>
+        <translation>Выход</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2936"/>
+        <source>&amp;Quit</source>
+        <translation>&amp;Выход</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="943"/>
+        <source>Ctrl+Q</source>
+        <comment>File|Quit</comment>
+        <translation>Ctrl+Q</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="949"/>
         <source>Quit the eric6 Web Browser</source>
         <translation>Выйти из erik6 Web браузера</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="930"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="950"/>
         <source>&lt;b&gt;Quit&lt;/b&gt;&lt;p&gt;Quit the eric6 Web Browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Выход&lt;/b&gt;&lt;p&gt;Выйти из erik6 Web браузера.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="941"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="961"/>
         <source>Backward</source>
         <translation>Назад</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="941"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="961"/>
         <source>&amp;Backward</source>
         <translation>&amp;Назад</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="941"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="961"/>
         <source>Alt+Left</source>
         <comment>Go|Backward</comment>
         <translation>Alt+Left</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="947"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="967"/>
         <source>Move one screen backward</source>
         <translation>Перейти на один экран назад</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="948"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="968"/>
         <source>&lt;b&gt;Backward&lt;/b&gt;&lt;p&gt;Moves one screen backward. If none is available, this action is disabled.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Назад&lt;/b&gt;&lt;p&gt;Переход на один экран назад. Если ни один экран не доступен, действие невозможно.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="957"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="977"/>
         <source>Forward</source>
         <translation>Вперёд</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="957"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="977"/>
         <source>&amp;Forward</source>
         <translation>&amp;Вперёд</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="957"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="977"/>
         <source>Alt+Right</source>
         <comment>Go|Forward</comment>
         <translation>Alt+Right</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="963"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="983"/>
         <source>Move one screen forward</source>
         <translation>Перейти на один экран вперед</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="965"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="985"/>
         <source>&lt;b&gt;Forward&lt;/b&gt;&lt;p&gt;Moves one screen forward. If none is available, this action is disabled.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Вперед&lt;/b&gt;&lt;p&gt;Переход на один экран вперед. Если ни один экран не доступен, действие невозможно.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="974"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/>
         <source>Home</source>
         <translation>Домой</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="974"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/>
         <source>&amp;Home</source>
         <translation>&amp;Домой</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="974"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="994"/>
         <source>Ctrl+Home</source>
         <comment>Go|Home</comment>
         <translation>Ctrl+Home</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="982"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1002"/>
         <source>&lt;b&gt;Home&lt;/b&gt;&lt;p&gt;Moves to the initial screen.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Домой&lt;/b&gt;&lt;p&gt;Переход к начальному экрану.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="990"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1010"/>
         <source>Reload</source>
         <translation>Перезагрузить</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="990"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1010"/>
         <source>&amp;Reload</source>
         <translation>П&amp;ерезагрузить</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="990"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1010"/>
         <source>Ctrl+R</source>
         <comment>Go|Reload</comment>
         <translation>Ctrl+R</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="990"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1010"/>
         <source>F5</source>
         <comment>Go|Reload</comment>
         <translation>F5</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="997"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1017"/>
         <source>Reload the current screen</source>
         <translation>Перегрузить текущий экран</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="999"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1019"/>
         <source>&lt;b&gt;Reload&lt;/b&gt;&lt;p&gt;Reloads the current screen.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Перезагрузить&lt;/b&gt;&lt;p&gt;Перезагружается текущий экран.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1007"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/>
         <source>Stop</source>
         <translation>Стоп</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1007"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/>
         <source>&amp;Stop</source>
         <translation>Ст&amp;оп</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1007"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/>
         <source>Ctrl+.</source>
         <comment>Go|Stop</comment>
         <translation>Ctrl+.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1007"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1027"/>
         <source>Esc</source>
         <comment>Go|Stop</comment>
         <translation>Esc</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1014"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1034"/>
         <source>Stop loading</source>
         <translation>Остановить загрузку</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1015"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1035"/>
         <source>&lt;b&gt;Stop&lt;/b&gt;&lt;p&gt;Stops loading of the current tab.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Стоп&lt;/b&gt;&lt;p&gt;Остановить загрузку текущей вкладки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1023"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1043"/>
         <source>Copy</source>
         <translation>Копировать</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1023"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1043"/>
         <source>&amp;Copy</source>
         <translation>&amp;Копировать</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1023"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1043"/>
         <source>Ctrl+C</source>
         <comment>Edit|Copy</comment>
         <translation>Ctrl+C</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1029"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1049"/>
         <source>Copy the selected text</source>
         <translation>Копировать выбранный текст</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1030"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1050"/>
         <source>&lt;b&gt;Copy&lt;/b&gt;&lt;p&gt;Copy the selected text to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Копировать&lt;/b&gt;&lt;p&gt;Копировать выбранный текст в буфер обмена.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1038"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1058"/>
         <source>Cut</source>
         <translation>Вырезать</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1038"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1058"/>
         <source>Cu&amp;t</source>
         <translation>В&amp;ырезать</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1038"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1058"/>
         <source>Ctrl+X</source>
         <comment>Edit|Cut</comment>
         <translation>Ctrl+X</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1044"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1064"/>
         <source>Cut the selected text</source>
         <translation>Вырезать выделенный текст</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1045"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1065"/>
         <source>&lt;b&gt;Cut&lt;/b&gt;&lt;p&gt;Cut the selected text to the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Вырезать&lt;/b&gt;&lt;p&gt;Вырезать выделенный текст в буфер обмена.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1053"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1073"/>
         <source>Paste</source>
         <translation>Вставить</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1053"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1073"/>
         <source>&amp;Paste</source>
         <translation>Вс&amp;тавить</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1053"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1073"/>
         <source>Ctrl+V</source>
         <comment>Edit|Paste</comment>
         <translation>Ctrl+V</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1059"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1079"/>
         <source>Paste text from the clipboard</source>
         <translation>Вставить текст из буфера обмена</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1060"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1080"/>
         <source>&lt;b&gt;Paste&lt;/b&gt;&lt;p&gt;Paste some text from the clipboard.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Вставить&lt;/b&gt;&lt;p&gt;Вставить текст из буфера обмена.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1068"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1088"/>
         <source>Undo</source>
         <translation>Отмена</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1068"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1088"/>
         <source>&amp;Undo</source>
         <translation>&amp;Отмена</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1068"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1088"/>
         <source>Ctrl+Z</source>
         <comment>Edit|Undo</comment>
         <translation>Ctrl+Z</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1074"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1094"/>
         <source>Undo the last edit action</source>
         <translation>Отменить последнее действие редактирования</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1075"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1095"/>
         <source>&lt;b&gt;Undo&lt;/b&gt;&lt;p&gt;Undo the last edit action.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Отмена&lt;/b&gt;&lt;p&gt;Отмена последнего действия редактирования.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1083"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1103"/>
         <source>Redo</source>
         <translation>Повтор</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1083"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1103"/>
         <source>&amp;Redo</source>
         <translation>&amp;Повтор</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1083"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1103"/>
         <source>Ctrl+Shift+Z</source>
         <comment>Edit|Redo</comment>
         <translation>Ctrl+Shift+Z</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1089"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1109"/>
         <source>Redo the last edit action</source>
         <translation>Возврат последнего действия редактирования</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1090"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1110"/>
         <source>&lt;b&gt;Redo&lt;/b&gt;&lt;p&gt;Redo the last edit action.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Возврат&lt;/b&gt;&lt;p&gt;Возврат последнего действия редактирования.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1118"/>
         <source>Select All</source>
         <translation>Выбрать всё</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1118"/>
         <source>&amp;Select All</source>
         <translation>Вы&amp;брать все</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1098"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1118"/>
         <source>Ctrl+A</source>
         <comment>Edit|Select All</comment>
         <translation>Ctrl+A</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1104"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1124"/>
         <source>Select all text</source>
         <translation>Выбрать весь текст</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1105"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1125"/>
         <source>&lt;b&gt;Select All&lt;/b&gt;&lt;p&gt;Select all text of the current browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Выбрать все&lt;/b&gt;&lt;p&gt;Выбрать весь текст текущего браузера.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1127"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1147"/>
         <source>Find...</source>
         <translation>Найти...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1127"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1147"/>
         <source>&amp;Find...</source>
         <translation>&amp;Найти...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1127"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1147"/>
         <source>Ctrl+F</source>
         <comment>Edit|Find</comment>
         <translation>Ctrl+F</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1133"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1153"/>
         <source>Find text in page</source>
         <translation>Поиск текста на странице</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1134"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1154"/>
         <source>&lt;b&gt;Find&lt;/b&gt;&lt;p&gt;Find text in the current page.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Поиск&lt;/b&gt;&lt;p&gt;Поиск текста на текущей странице.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1142"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1162"/>
         <source>Find next</source>
         <translation>Найти следующее</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1142"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1162"/>
         <source>Find &amp;next</source>
         <translation>&amp;Следущее</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1142"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1162"/>
         <source>F3</source>
         <comment>Edit|Find next</comment>
         <translation>F3</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1148"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1168"/>
         <source>Find next occurrence of text in page</source>
         <translation>Поиск следующего вхождения текста на странице</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1150"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1170"/>
         <source>&lt;b&gt;Find next&lt;/b&gt;&lt;p&gt;Find the next occurrence of text in the current page.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Поиск следующего&lt;/b&gt;&lt;p&gt;Поиск следующего вхождения текста на текущей странице.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1158"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1178"/>
         <source>Find previous</source>
         <translation>Найти предыдущее</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1158"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1178"/>
         <source>Find &amp;previous</source>
         <translation>&amp;Предыдущее</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1158"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1178"/>
         <source>Shift+F3</source>
         <comment>Edit|Find previous</comment>
         <translation>Shift+F3</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1164"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1184"/>
         <source>Find previous occurrence of text in page</source>
         <translation>Поиск предыдущего вхождения текста на странице</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1166"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1186"/>
         <source>&lt;b&gt;Find previous&lt;/b&gt;&lt;p&gt;Find the previous occurrence of text in the current page.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Поиск предыдущего&lt;/b&gt;&lt;p&gt;Поиск предыдущего вхождения текста на текущей странице.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1176"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1196"/>
         <source>Manage Bookmarks</source>
         <translation>Управление закладками</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1176"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1196"/>
         <source>&amp;Manage Bookmarks...</source>
         <translation>&amp;Управление закладками...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1176"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1196"/>
         <source>Ctrl+Shift+B</source>
         <comment>Help|Manage bookmarks</comment>
         <translation>Ctrl+Shift+B</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1181"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1201"/>
         <source>Open a dialog to manage the bookmarks.</source>
         <translation>Отображение диалога управления закладками.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1183"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1203"/>
         <source>&lt;b&gt;Manage Bookmarks...&lt;/b&gt;&lt;p&gt;Open a dialog to manage the bookmarks.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Управление закладками...&lt;/b&gt;&lt;p&gt;Отображение диалога управления закладками.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1192"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1212"/>
         <source>Add Bookmark</source>
         <translation>Добавить закладку</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1192"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1212"/>
         <source>Add &amp;Bookmark...</source>
         <translation>Добавить &amp;закладку...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1192"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1212"/>
         <source>Ctrl+D</source>
         <comment>Help|Add bookmark</comment>
         <translation>Ctrl+D</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1199"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1219"/>
         <source>Open a dialog to add a bookmark.</source>
         <translation>Отображение диалога добавления закладки.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1201"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1221"/>
         <source>&lt;b&gt;Add Bookmark&lt;/b&gt;&lt;p&gt;Open a dialog to add the current URL as a bookmark.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Добавить закладку&lt;/b&gt;&lt;p&gt;Отображение диалога добавления текущего URL в качестве закладки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1209"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1229"/>
         <source>Add Folder</source>
         <translation>Добавление папки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1209"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1229"/>
         <source>Add &amp;Folder...</source>
         <translation>Добавить &amp;папку...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1213"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1233"/>
         <source>Open a dialog to add a new bookmarks folder.</source>
         <translation>Отображение диалога добавления новой папки закладок.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1215"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1235"/>
         <source>&lt;b&gt;Add Folder...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Добавить папку&lt;/b&gt;&lt;p&gt;Отображение диалога добавления новой папки закладок.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1224"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1244"/>
         <source>Bookmark All Tabs</source>
         <translation>Создать закладку для всех вкладок</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1224"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1244"/>
         <source>Bookmark All Tabs...</source>
         <translation>Создать закладку для всех вкладок...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1228"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1248"/>
         <source>Bookmark all open tabs.</source>
         <translation>Создать закладку для всех открытых вкладок.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1230"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1250"/>
         <source>&lt;b&gt;Bookmark All Tabs...&lt;/b&gt;&lt;p&gt;Open a dialog to add a new bookmarks folder for all open tabs.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Создать закладку для всех вкладок...&lt;/b&gt;&lt;p&gt;Отображение диалога добавления новой папки закладок для всех открытых вкладок.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1259"/>
         <source>What&apos;s This?</source>
         <translation>Что это?</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1259"/>
         <source>&amp;What&apos;s This?</source>
         <translation>&amp;Что это?</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1239"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1259"/>
         <source>Shift+F1</source>
         <comment>Help|What&apos;s This?&apos;</comment>
         <translation>Shift+F1</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1245"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1265"/>
         <source>Context sensitive help</source>
         <translation>Контекстнозависимая справка</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1246"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1266"/>
         <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;Показ контекстнозависимой справки&lt;/b&gt; &lt;p&gt;В режиме &quot;What&apos;s This?&quot;(Что это?)курсор мыши отображается как стрелка со знаком вопроса, и вы можете, кликнув по элементу интерфейса, получить краткое описание того, что он делает и как его использовать. В диалоговом окне эта функция может быть вызвана кнопкой контекстной справки в панели заголовка.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1258"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1278"/>
         <source>About</source>
         <translation>О программе</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1258"/>
-        <source>&amp;About</source>
-        <translation>&amp;О программе</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1262"/>
-        <source>Display information about this software</source>
-        <translation>Информация о программе</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1264"/>
-        <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;О программе&lt;/b&gt;&lt;p&gt;Информация об этом программном продукте.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1272"/>
-        <source>About Qt</source>
-        <translation>О Qt</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1272"/>
-        <source>About &amp;Qt</source>
-        <translation>О &amp;Qt</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1276"/>
-        <source>Display information about the Qt toolkit</source>
-        <translation>Информация о наборе инструментов Qt</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1278"/>
+        <source>&amp;About</source>
+        <translation>&amp;О программе</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1282"/>
+        <source>Display information about this software</source>
+        <translation>Информация о программе</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1284"/>
+        <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;О программе&lt;/b&gt;&lt;p&gt;Информация об этом программном продукте.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1292"/>
+        <source>About Qt</source>
+        <translation>О Qt</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1292"/>
+        <source>About &amp;Qt</source>
+        <translation>О &amp;Qt</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1296"/>
+        <source>Display information about the Qt toolkit</source>
+        <translation>Информация о наборе инструментов Qt</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1298"/>
         <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;О Qt&lt;/b&gt;&lt;p&gt;Информация об инструментарии Qt.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1286"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1306"/>
         <source>Zoom in</source>
         <translation>Увеличить масштаб</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1286"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1306"/>
         <source>Zoom &amp;in</source>
         <translation>У&amp;величить масштаб</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1286"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1306"/>
         <source>Ctrl++</source>
         <comment>View|Zoom in</comment>
         <translation>Ctrl++</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1286"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1306"/>
         <source>Zoom In</source>
         <comment>View|Zoom in</comment>
         <translation>Увеличить масштаб</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1293"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1313"/>
         <source>Zoom in on the web page</source>
         <translation>Увеличение масштаба web страницы</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1294"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1314"/>
         <source>&lt;b&gt;Zoom in&lt;/b&gt;&lt;p&gt;Zoom in on the web page. This makes the web page bigger.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Увеличить масштаб&lt;/b&gt;&lt;p&gt;Увеличение масштаба web страницы. Web страница становится больше.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1303"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1323"/>
         <source>Zoom out</source>
         <translation>Уменьшить масштаб</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1303"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1323"/>
         <source>Zoom &amp;out</source>
         <translation>У&amp;меньшить масштаб</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1303"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1323"/>
         <source>Ctrl+-</source>
         <comment>View|Zoom out</comment>
         <translation>Ctrl+-</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1303"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1323"/>
         <source>Zoom Out</source>
         <comment>View|Zoom out</comment>
         <translation>Уменьшить масштаб</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1310"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1330"/>
         <source>Zoom out on the web page</source>
         <translation>Уменьшение масштаба web страницы</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1311"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1331"/>
         <source>&lt;b&gt;Zoom out&lt;/b&gt;&lt;p&gt;Zoom out on the web page. This makes the web page smaller.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Уменьшить масштаб&lt;/b&gt;&lt;p&gt;Уменьшение масштаба web страницы. Web страница становится меньше.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1320"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1340"/>
         <source>Zoom reset</source>
         <translation>Сбросить масштаб</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1320"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1340"/>
         <source>Zoom &amp;reset</source>
         <translation>&amp;Сбросить масштаб</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1320"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1340"/>
         <source>Ctrl+0</source>
         <comment>View|Zoom reset</comment>
         <translation>Ctrl+0</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1326"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1346"/>
         <source>Reset the zoom of the web page</source>
         <translation>Сброс масштаба web страницы</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1328"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1348"/>
         <source>&lt;b&gt;Zoom reset&lt;/b&gt;&lt;p&gt;Reset the zoom of the web page. This sets the zoom factor to 100%.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сброс масштаба&lt;/b&gt;&lt;p&gt;Сброс масштаба web страницы. Возврат коэффициента масштабирования к 100%.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1337"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1357"/>
         <source>Show page source</source>
         <translation>Показать исходную страницу</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1337"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1357"/>
         <source>Ctrl+U</source>
         <translation>Ctrl+U</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1342"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1362"/>
         <source>Show the page source in an editor</source>
         <translation>Показать исходную страницу в редакторе</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1344"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1364"/>
         <source>&lt;b&gt;Show page source&lt;/b&gt;&lt;p&gt;Show the page source in an editor.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Показать исходную страницу&lt;/b&gt;&lt;p&gt;Показать исходную страницу в редакторе.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1353"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1373"/>
         <source>Full Screen</source>
         <translation>Полный экран</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1353"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1373"/>
         <source>&amp;Full Screen</source>
         <translation>Полный &amp;экран</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1363"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1383"/>
         <source>F11</source>
         <translation>F11</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1369"/>
-        <source>Show next tab</source>
-        <translation>Показать следующую вкладку</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1369"/>
-        <source>Ctrl+Alt+Tab</source>
-        <translation>Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1379"/>
-        <source>Show previous tab</source>
-        <translation>Показать предыдущую вкладку</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1379"/>
-        <source>Shift+Ctrl+Alt+Tab</source>
-        <translation>Shift+Ctrl+Alt+Tab</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1389"/>
-        <source>Switch between tabs</source>
-        <translation>Переключение между вкладками</translation>
+        <source>Show next tab</source>
+        <translation>Показать следующую вкладку</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1389"/>
-        <source>Ctrl+1</source>
-        <translation>Ctrl+1</translation>
+        <source>Ctrl+Alt+Tab</source>
+        <translation>Ctrl+Alt+Tab</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1399"/>
-        <source>Preferences</source>
-        <translation>Предпочтения</translation>
+        <source>Show previous tab</source>
+        <translation>Показать предыдущую вкладку</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1399"/>
-        <source>&amp;Preferences...</source>
-        <translation>&amp;Предпочтения...</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1403"/>
-        <source>Set the prefered configuration</source>
-        <translation>Установите предпочтительную конфигурацию</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1405"/>
-        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Предпочтения&lt;/b&gt;&lt;p&gt;Настройка Eric по своему вкусу.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1414"/>
-        <source>Languages</source>
-        <translation>Языки</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1414"/>
-        <source>&amp;Languages...</source>
-        <translation>&amp;Языки...</translation>
+        <source>Shift+Ctrl+Alt+Tab</source>
+        <translation>Shift+Ctrl+Alt+Tab</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1409"/>
+        <source>Switch between tabs</source>
+        <translation>Переключение между вкладками</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1409"/>
+        <source>Ctrl+1</source>
+        <translation>Ctrl+1</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1419"/>
+        <source>Preferences</source>
+        <translation>Предпочтения</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1419"/>
-        <source>Configure the accepted languages for web pages</source>
-        <translation>Настройка допустимых языков для WEB страниц</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1421"/>
-        <source>&lt;b&gt;Languages&lt;/b&gt;&lt;p&gt;Configure the accepted languages for web pages.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Языки&lt;/b&gt;&lt;p&gt;Настройка допустимых языков WEB страниц.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1430"/>
-        <source>Cookies</source>
-        <translation>Куки</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1430"/>
-        <source>C&amp;ookies...</source>
-        <translation>К&amp;уки...</translation>
+        <source>&amp;Preferences...</source>
+        <translation>&amp;Предпочтения...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1423"/>
+        <source>Set the prefered configuration</source>
+        <translation>Установите предпочтительную конфигурацию</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1425"/>
+        <source>&lt;b&gt;Preferences&lt;/b&gt;&lt;p&gt;Set the configuration items of the application with your prefered values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Предпочтения&lt;/b&gt;&lt;p&gt;Настройка Eric по своему вкусу.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1434"/>
-        <source>Configure cookies handling</source>
-        <translation>Настройка куки</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1436"/>
-        <source>&lt;b&gt;Cookies&lt;/b&gt;&lt;p&gt;Configure cookies handling.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Куки&lt;/b&gt;&lt;p&gt;Настройка куки.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1445"/>
-        <source>Flash Cookies</source>
-        <translation>Флеш-куки</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1445"/>
-        <source>&amp;Flash Cookies...</source>
-        <translation>&amp;Флеш-куки...</translation>
+        <source>Languages</source>
+        <translation>Языки</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1434"/>
+        <source>&amp;Languages...</source>
+        <translation>&amp;Языки...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1439"/>
+        <source>Configure the accepted languages for web pages</source>
+        <translation>Настройка допустимых языков для WEB страниц</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1441"/>
+        <source>&lt;b&gt;Languages&lt;/b&gt;&lt;p&gt;Configure the accepted languages for web pages.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Языки&lt;/b&gt;&lt;p&gt;Настройка допустимых языков WEB страниц.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1450"/>
+        <source>Cookies</source>
+        <translation>Куки</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1450"/>
+        <source>C&amp;ookies...</source>
+        <translation>К&amp;уки...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1454"/>
+        <source>Configure cookies handling</source>
+        <translation>Настройка куки</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1456"/>
+        <source>&lt;b&gt;Cookies&lt;/b&gt;&lt;p&gt;Configure cookies handling.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Куки&lt;/b&gt;&lt;p&gt;Настройка куки.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1465"/>
+        <source>Flash Cookies</source>
+        <translation>Флеш-куки</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1465"/>
+        <source>&amp;Flash Cookies...</source>
+        <translation>&amp;Флеш-куки...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1470"/>
         <source>Manage flash cookies</source>
         <translation>Управление флэш-куки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1452"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1472"/>
         <source>&lt;b&gt;Flash Cookies&lt;/b&gt;&lt;p&gt;Show a dialog to manage the flash cookies.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Флэш-куки&lt;/b&gt;&lt;p&gt;Отображение диалога управления флэш-куки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1461"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1481"/>
         <source>Personal Information</source>
         <translation>Личная информация</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1461"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1481"/>
         <source>Personal Information...</source>
         <translation>Личная информация...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1467"/>
-        <source>Configure personal information for completing form fields</source>
-        <translation>Настройка Вашей личной информации для заполнения полей форм</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1469"/>
-        <source>&lt;b&gt;Personal Information...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the personal information used for completing form fields.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Личная информация...&lt;/b&gt;&lt;p&gt;Настройка Вашей личной информации для заполнения полей форм.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1479"/>
-        <source>GreaseMonkey Scripts</source>
-        <translation>Скрипты GreaseMonkey</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1479"/>
-        <source>GreaseMonkey Scripts...</source>
-        <translation>Скрипты GreaseMonkey...</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1485"/>
-        <source>Configure the GreaseMonkey Scripts</source>
-        <translation>Конфигурация скриптов GreaseMonkey</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1487"/>
+        <source>Configure personal information for completing form fields</source>
+        <translation>Настройка Вашей личной информации для заполнения полей форм</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1489"/>
+        <source>&lt;b&gt;Personal Information...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the personal information used for completing form fields.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Личная информация...&lt;/b&gt;&lt;p&gt;Настройка Вашей личной информации для заполнения полей форм.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1499"/>
+        <source>GreaseMonkey Scripts</source>
+        <translation>Скрипты GreaseMonkey</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1499"/>
+        <source>GreaseMonkey Scripts...</source>
+        <translation>Скрипты GreaseMonkey...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1505"/>
+        <source>Configure the GreaseMonkey Scripts</source>
+        <translation>Конфигурация скриптов GreaseMonkey</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1507"/>
         <source>&lt;b&gt;GreaseMonkey Scripts...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available GreaseMonkey Scripts.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Скрипты GreaseMonkey...&lt;/b&gt;&lt;p&gt;Конфигурация скриптов GreaseMonkey.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1497"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1517"/>
         <source>Edit Message Filters</source>
         <translation>Редактировать фильтры сообщений</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1497"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1517"/>
         <source>Edit Message Filters...</source>
         <translation>Редактировать фильтры сообщений...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1502"/>
-        <source>Edit the message filters used to suppress unwanted messages</source>
-        <translation>Редактировать фильтры подавления нежелательных сообщений</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1504"/>
-        <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Редактировать фильтры сообщений&lt;/b&gt;&lt;p&gt;Отображение диалога редактирования фильтров подавления нежелательных сообщений, подобных сообщениям в окне ошибок.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1515"/>
-        <source>Edit HTML5 Feature Permissions</source>
-        <translation>Изменение прав доступа к функциям HTML5</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1515"/>
-        <source>Edit HTML5 Feature Permissions...</source>
-        <translation>Изменение прав доступа к функциям HTML5...</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1520"/>
-        <source>Edit the remembered HTML5 feature permissions</source>
-        <translation>Изменение сохраненных прав доступа к функциям HTML5</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1522"/>
-        <source>&lt;b&gt;Edit HTML5 Feature Permissions&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the remembered HTML5 feature permissions.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Изменение прав доступа к функциям HTML5&lt;/b&gt;&lt;p&gt;Открытие диалога изменения запомненных прав доступа к функциям HTML5.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1533"/>
-        <source>Sync with Table of Contents</source>
-        <translation>Синхронизация с таблицей содержания</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1538"/>
-        <source>Synchronizes the table of contents with current page</source>
-        <translation>Синхронизация таблицы содержания с текущей страницей</translation>
+        <source>Edit the message filters used to suppress unwanted messages</source>
+        <translation>Редактировать фильтры подавления нежелательных сообщений</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1524"/>
+        <source>&lt;b&gt;Edit Message Filters&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the message filters used to suppress unwanted messages been shown in an error window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Редактировать фильтры сообщений&lt;/b&gt;&lt;p&gt;Отображение диалога редактирования фильтров подавления нежелательных сообщений, подобных сообщениям в окне ошибок.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1535"/>
+        <source>Edit HTML5 Feature Permissions</source>
+        <translation>Изменение прав доступа к функциям HTML5</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1535"/>
+        <source>Edit HTML5 Feature Permissions...</source>
+        <translation>Изменение прав доступа к функциям HTML5...</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1540"/>
-        <source>&lt;b&gt;Sync with Table of Contents&lt;/b&gt;&lt;p&gt;Synchronizes the table of contents with current page.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Синхронизация с таблицей содержания&lt;/b&gt;&lt;p&gt;Синхронизация таблицы содержания с текущей страницей.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1549"/>
-        <source>Table of Contents</source>
-        <translation>Таблица содержания</translation>
+        <source>Edit the remembered HTML5 feature permissions</source>
+        <translation>Изменение сохраненных прав доступа к функциям HTML5</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1542"/>
+        <source>&lt;b&gt;Edit HTML5 Feature Permissions&lt;/b&gt;&lt;p&gt;Opens a dialog to edit the remembered HTML5 feature permissions.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Изменение прав доступа к функциям HTML5&lt;/b&gt;&lt;p&gt;Открытие диалога изменения запомненных прав доступа к функциям HTML5.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1553"/>
-        <source>Shows the table of contents window</source>
-        <translation>Отображение окна таблицы содержания</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1555"/>
-        <source>&lt;b&gt;Table of Contents&lt;/b&gt;&lt;p&gt;Shows the table of contents window.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Таблица содержания&lt;/b&gt;&lt;p&gt;Показывает окно таблицы содержания.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1567"/>
-        <source>Shows the index window</source>
-        <translation>Показать окно индекса</translation>
+        <source>Sync with Table of Contents</source>
+        <translation>Синхронизация с таблицей содержания</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1558"/>
+        <source>Synchronizes the table of contents with current page</source>
+        <translation>Синхронизация таблицы содержания с текущей страницей</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1560"/>
+        <source>&lt;b&gt;Sync with Table of Contents&lt;/b&gt;&lt;p&gt;Synchronizes the table of contents with current page.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Синхронизация с таблицей содержания&lt;/b&gt;&lt;p&gt;Синхронизация таблицы содержания с текущей страницей.&lt;/p&gt;</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1569"/>
+        <source>Table of Contents</source>
+        <translation>Таблица содержания</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1573"/>
+        <source>Shows the table of contents window</source>
+        <translation>Отображение окна таблицы содержания</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1575"/>
+        <source>&lt;b&gt;Table of Contents&lt;/b&gt;&lt;p&gt;Shows the table of contents window.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Таблица содержания&lt;/b&gt;&lt;p&gt;Показывает окно таблицы содержания.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1587"/>
+        <source>Shows the index window</source>
+        <translation>Показать окно индекса</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1589"/>
         <source>&lt;b&gt;Index&lt;/b&gt;&lt;p&gt;Shows the index window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Индекс&lt;/b&gt;&lt;p&gt;Показать окно индекса.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1581"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1601"/>
         <source>Shows the search window</source>
         <translation>Показать окно поиска</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1583"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1603"/>
         <source>&lt;b&gt;Search&lt;/b&gt;&lt;p&gt;Shows the search window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Поиск&lt;/b&gt;&lt;p&gt;Показывает окно поиска.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1592"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1612"/>
         <source>Manage QtHelp Documents</source>
         <translation>Управление документацией QtHelp</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1592"/>
-        <source>Manage QtHelp &amp;Documents</source>
-        <translation>Управление &amp;документацией QtHelp</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1596"/>
-        <source>Shows a dialog to manage the QtHelp documentation set</source>
-        <translation>Показывает диалог управления документацией QtHelp</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1598"/>
-        <source>&lt;b&gt;Manage QtHelp Documents&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the QtHelp documentation set.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Управление документацией QtHelp&lt;/b&gt;&lt;p&gt;Показывает диалог управления документацией QtHelp.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1608"/>
-        <source>Manage QtHelp Filters</source>
-        <translation>Управление фильтрами документации QtHelp</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1608"/>
-        <source>Manage QtHelp &amp;Filters</source>
-        <translation>Управление &amp;фильтрами документации QtHelp</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1612"/>
+        <source>Manage QtHelp &amp;Documents</source>
+        <translation>Управление &amp;документацией QtHelp</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1616"/>
+        <source>Shows a dialog to manage the QtHelp documentation set</source>
+        <translation>Показывает диалог управления документацией QtHelp</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1618"/>
+        <source>&lt;b&gt;Manage QtHelp Documents&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the QtHelp documentation set.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Управление документацией QtHelp&lt;/b&gt;&lt;p&gt;Показывает диалог управления документацией QtHelp.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1628"/>
+        <source>Manage QtHelp Filters</source>
+        <translation>Управление фильтрами документации QtHelp</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1628"/>
+        <source>Manage QtHelp &amp;Filters</source>
+        <translation>Управление &amp;фильтрами документации QtHelp</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1632"/>
         <source>Shows a dialog to manage the QtHelp filters</source>
         <translation>Показывает диалог управления фильтрами документации QtHelp</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1614"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1634"/>
         <source>&lt;b&gt;Manage QtHelp Filters&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the QtHelp filters.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Управление фильтрами документации QtHelp&lt;/b&gt;&lt;p&gt;Показывает диалог управления фильтрами документации QtHelp.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1623"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1643"/>
         <source>Reindex Documentation</source>
         <translation>Переиндексировать документацию</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1623"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1643"/>
         <source>&amp;Reindex Documentation</source>
         <translation>&amp;Переиндексировать документацию</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1627"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1647"/>
         <source>Reindexes the documentation set</source>
         <translation>Переиндексировать документацию</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1629"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1649"/>
         <source>&lt;b&gt;Reindex Documentation&lt;/b&gt;&lt;p&gt;Reindexes the documentation set.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Переиндексировать документацию&lt;/b&gt;&lt;p&gt;Переиндексировать документацию.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1644"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1664"/>
         <source>Clear private data</source>
         <translation>Очистить приватные данные</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1646"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1666"/>
         <source>&lt;b&gt;Clear private data&lt;/b&gt;&lt;p&gt;Clears the private data like browsing history, search history or the favicons database.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Очистить личные данные&lt;/b&gt;&lt;p&gt;Очистить личные данные: удалить историю просмотров, историю поиска или базу иконок.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1656"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1676"/>
         <source>Clear icons database</source>
         <translation>Очистить базу иконок</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1656"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1676"/>
         <source>Clear &amp;icons database</source>
         <translation>Очистить базу &amp;иконок</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1661"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1681"/>
         <source>Clear the database of favicons</source>
         <translation>Очистить базу фавиконок</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1663"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1683"/>
         <source>&lt;b&gt;Clear icons database&lt;/b&gt;&lt;p&gt;Clears the database of favicons of previously visited URLs.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Очистить базу иконок&lt;/b&gt;&lt;p&gt;Очистить базу иконок ранее посещённых WEB сайтов.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1672"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1692"/>
         <source>Manage saved Favicons</source>
         <translation>Управление сохраненными фавиконами</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1678"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1698"/>
         <source>Show a dialog to manage the saved favicons</source>
         <translation>Отображение диалога управления сохраненными фавиконами</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1680"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1700"/>
         <source>&lt;b&gt;Manage saved Favicons&lt;/b&gt;&lt;p&gt;This shows a dialog to manage the saved favicons of previously visited URLs.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Управление сохраненными фавиконами&lt;/b&gt;&lt;p&gt;Отображение диалога управлениея сохраненными фавиконами из посещенных ранее URLs.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1689"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1709"/>
         <source>Configure Search Engines</source>
         <translation>Настройка поисковых систем</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1689"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1709"/>
         <source>Configure Search &amp;Engines...</source>
         <translation>Настройка &amp;поисковых систем...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1694"/>
-        <source>Configure the available search engines</source>
-        <translation>Настройка доступных поисковых систем</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1696"/>
-        <source>&lt;b&gt;Configure Search Engines...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available search engines.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Настройка доступных поисковых систем...&lt;/b&gt;&lt;p&gt;Открытие диалога настройки поисковых систем.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1706"/>
-        <source>Manage Saved Passwords</source>
-        <translation>Менеджер сохранённых паролей</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1706"/>
-        <source>Manage Saved Passwords...</source>
-        <translation>Менеджер сохранённых паролей...</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1712"/>
-        <source>Manage the saved passwords</source>
-        <translation>Управление сохранёнными паролями</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1714"/>
+        <source>Configure the available search engines</source>
+        <translation>Настройка доступных поисковых систем</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1716"/>
+        <source>&lt;b&gt;Configure Search Engines...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure the available search engines.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Настройка доступных поисковых систем...&lt;/b&gt;&lt;p&gt;Открытие диалога настройки поисковых систем.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1726"/>
+        <source>Manage Saved Passwords</source>
+        <translation>Менеджер сохранённых паролей</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1726"/>
+        <source>Manage Saved Passwords...</source>
+        <translation>Менеджер сохранённых паролей...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1732"/>
+        <source>Manage the saved passwords</source>
+        <translation>Управление сохранёнными паролями</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1734"/>
         <source>&lt;b&gt;Manage Saved Passwords...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved passwords.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Менеджер сохранения паролей...&lt;/b&gt;Открытие диалога управления сохранёнными паролями&lt;p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1722"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1742"/>
         <source>Ad Block</source>
         <translation>Ad Block</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1722"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1742"/>
         <source>&amp;Ad Block...</source>
         <translation>&amp;Ad Block...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1728"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1748"/>
         <source>Configure AdBlock subscriptions and rules</source>
         <translation>Настройка подписки и правил AdBlock</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1730"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1750"/>
         <source>&lt;b&gt;Ad Block...&lt;/b&gt;&lt;p&gt;Opens a dialog to configure AdBlock subscriptions and rules.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Ad Block...&lt;/b&gt;&lt;p&gt;Отображение диалога настройки подписок и правил AdBlock.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1739"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1759"/>
         <source>Manage SSL Certificate Errors</source>
         <translation>Управление ошибками сертификата SSL</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1739"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1759"/>
         <source>Manage SSL Certificate Errors...</source>
         <translation>Управление ошибками сертификата SSL...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1745"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1765"/>
         <source>Manage the accepted SSL certificate Errors</source>
         <translation>Управление принятыми ошибками сертификата SSL</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1747"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1767"/>
         <source>&lt;b&gt;Manage SSL Certificate Errors...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the accepted SSL certificate errors.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Управление ошибками сертификата SSL...&lt;/b&gt;&lt;p&gt;Открытие диалога управления принятыми ошибками сертификата SSL.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1774"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1794"/>
         <source>Downloads</source>
         <translation>Загрузки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1778"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1798"/>
         <source>Shows the downloads window</source>
         <translation>Показать окно загрузки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1780"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1800"/>
         <source>&lt;b&gt;Downloads&lt;/b&gt;&lt;p&gt;Shows the downloads window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Загрузки&lt;/b&gt;&lt;p&gt;Показать окно загрузки.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1789"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1809"/>
         <source>RSS Feeds Dialog</source>
         <translation>Каналы RSS</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1789"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1809"/>
         <source>&amp;RSS Feeds Dialog...</source>
         <translation>Каналы &amp;RSS...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1789"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1809"/>
         <source>Ctrl+Shift+F</source>
         <comment>Help|RSS Feeds Dialog</comment>
         <translation>Ctrl+Shift+F</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1795"/>
-        <source>Open a dialog showing the configured RSS feeds.</source>
-        <translation>Показать сконфигурированные каналы RSS.</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1797"/>
-        <source>&lt;b&gt;RSS Feeds Dialog...&lt;/b&gt;&lt;p&gt;Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Каналы RSS...&lt;/b&gt;&lt;p&gt;Показывает сконфигурированные каналы RSS. Позволяет изменить их настройки.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1807"/>
-        <source>Siteinfo Dialog</source>
-        <translation>Информация о сервере</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1807"/>
-        <source>&amp;Siteinfo Dialog...</source>
-        <translation>&amp;Информация о сервере...</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1807"/>
-        <source>Ctrl+Shift+I</source>
-        <comment>Help|Siteinfo Dialog</comment>
-        <translation>Ctrl+Shift+I</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1813"/>
-        <source>Open a dialog showing some information about the current site.</source>
-        <translation>Отображение диалога с информацией о текущем сервере.</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1815"/>
+        <source>Open a dialog showing the configured RSS feeds.</source>
+        <translation>Показать сконфигурированные каналы RSS.</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1817"/>
+        <source>&lt;b&gt;RSS Feeds Dialog...&lt;/b&gt;&lt;p&gt;Open a dialog to show the configured RSS feeds. It can be used to mange the feeds and to show their contents.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Каналы RSS...&lt;/b&gt;&lt;p&gt;Показывает сконфигурированные каналы RSS. Позволяет изменить их настройки.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1827"/>
+        <source>Siteinfo Dialog</source>
+        <translation>Информация о сервере</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1827"/>
+        <source>&amp;Siteinfo Dialog...</source>
+        <translation>&amp;Информация о сервере...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1827"/>
+        <source>Ctrl+Shift+I</source>
+        <comment>Help|Siteinfo Dialog</comment>
+        <translation>Ctrl+Shift+I</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1833"/>
+        <source>Open a dialog showing some information about the current site.</source>
+        <translation>Отображение диалога с информацией о текущем сервере.</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1835"/>
         <source>&lt;b&gt;Siteinfo Dialog...&lt;/b&gt;&lt;p&gt;Opens a dialog showing some information about the current site.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Информация о сервере...&lt;/b&gt;&lt;p&gt;Отображение диалога с информацией о текущем сервере.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1824"/>
-        <source>Manage User Agent Settings</source>
-        <translation>Управление настройками агента пользователя</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1824"/>
-        <source>Manage &amp;User Agent Settings</source>
-        <translation>Управление настройками &amp;агента пользователя</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1828"/>
-        <source>Shows a dialog to manage the User Agent settings</source>
-        <translation>Показывает диалог управления настройками агента пользователя</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1830"/>
-        <source>&lt;b&gt;Manage User Agent Settings&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the User Agent settings.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Управление настройками агента пользователя&lt;/b&gt;&lt;p&gt;Отображение диалога управления настройками агента пользователя.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1839"/>
-        <source>Synchronize data</source>
-        <translation>Синхронизация данных</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1839"/>
-        <source>&amp;Synchronize Data...</source>
-        <translation>&amp;Синхронизация данных...</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1844"/>
-        <source>Shows a dialog to synchronize data via the network</source>
-        <translation>Отображение диалога синхронизации данных через сеть</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1846"/>
-        <source>&lt;b&gt;Synchronize Data...&lt;/b&gt;&lt;p&gt;This shows a dialog to synchronize data via the network.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Синхронизация данных...&lt;/b&gt;&lt;p&gt;Отображение диалога синхронизации данных через сеть.&lt;/p&gt;</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1856"/>
-        <source>Manage Saved Zoom Values</source>
-        <translation>Управление сохраненными значениями масштабирования</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1856"/>
-        <source>Manage Saved Zoom Values...</source>
-        <translation>Управление сохраненными значениями масштабирования...</translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1862"/>
-        <source>Manage the saved zoom values</source>
-        <translation>Управление сохраненными значениями масштабирования</translation>
+        <source>Manage User Agent Settings</source>
+        <translation>Управление настройками агента пользователя</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1844"/>
+        <source>Manage &amp;User Agent Settings</source>
+        <translation>Управление настройками &amp;агента пользователя</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1848"/>
+        <source>Shows a dialog to manage the User Agent settings</source>
+        <translation>Показывает диалог управления настройками агента пользователя</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1850"/>
+        <source>&lt;b&gt;Manage User Agent Settings&lt;/b&gt;&lt;p&gt;Shows a dialog to manage the User Agent settings.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Управление настройками агента пользователя&lt;/b&gt;&lt;p&gt;Отображение диалога управления настройками агента пользователя.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1859"/>
+        <source>Synchronize data</source>
+        <translation>Синхронизация данных</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1859"/>
+        <source>&amp;Synchronize Data...</source>
+        <translation>&amp;Синхронизация данных...</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1864"/>
-        <source>&lt;b&gt;Manage Saved Zoom Values...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved zoom values.&lt;/p&gt;</source>
-        <translation>&lt;b&gt;Управление сохраненными значениями масштабирования...&lt;/b&gt;&lt;p&gt;Открытие диалога для управления сохраненными значениями масштабирования.&lt;/p&gt;</translation>
+        <source>Shows a dialog to synchronize data via the network</source>
+        <translation>Отображение диалога синхронизации данных через сеть</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1866"/>
+        <source>&lt;b&gt;Synchronize Data...&lt;/b&gt;&lt;p&gt;This shows a dialog to synchronize data via the network.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Синхронизация данных...&lt;/b&gt;&lt;p&gt;Отображение диалога синхронизации данных через сеть.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1876"/>
+        <source>Manage Saved Zoom Values</source>
+        <translation>Управление сохраненными значениями масштабирования</translation>
     </message>
     <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="1876"/>
+        <source>Manage Saved Zoom Values...</source>
+        <translation>Управление сохраненными значениями масштабирования...</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1882"/>
+        <source>Manage the saved zoom values</source>
+        <translation>Управление сохраненными значениями масштабирования</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1884"/>
+        <source>&lt;b&gt;Manage Saved Zoom Values...&lt;/b&gt;&lt;p&gt;Opens a dialog to manage the saved zoom values.&lt;/p&gt;</source>
+        <translation>&lt;b&gt;Управление сохраненными значениями масштабирования...&lt;/b&gt;&lt;p&gt;Открытие диалога для управления сохраненными значениями масштабирования.&lt;/p&gt;</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1896"/>
         <source>Toggle the JavaScript console window</source>
         <translation>Переключение окна консоли JavaScript</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1878"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1898"/>
         <source>&lt;b&gt;JavaScript Console&lt;/b&gt;&lt;p&gt;This toggles the JavaScript console window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Консоль JavaScript&lt;/b&gt;&lt;p&gt;Переключение окна консоли JavaScript.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1976"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1996"/>
         <source>&amp;File</source>
         <translation>&amp;Файл</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2008"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2028"/>
         <source>&amp;Edit</source>
         <translation>&amp;Правка</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2241"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2261"/>
         <source>&amp;View</source>
         <translation>&amp;Вид</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2035"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2055"/>
         <source>Text Encoding</source>
         <translation>Кодировка текста</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2047"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2067"/>
         <source>H&amp;istory</source>
         <translation>И&amp;стория</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2064"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2084"/>
         <source>&amp;Bookmarks</source>
         <translation>&amp;Закладки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2080"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2100"/>
         <source>&amp;Settings</source>
         <translation>&amp;Настройки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2108"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2128"/>
         <source>Global User Agent</source>
         <translation>Глобальный агент пользователя</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2271"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2291"/>
         <source>&amp;Tools</source>
         <translation>&amp;Инструменты</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2149"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2169"/>
         <source>&amp;Help</source>
         <translation>&amp;Справка</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2295"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2315"/>
         <source>File</source>
         <translation>Файл</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2327"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2347"/>
         <source>Edit</source>
         <translation>Редактировать</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2340"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2360"/>
         <source>View</source>
         <translation>Вид</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2350"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2370"/>
         <source>Find</source>
         <translation>Найти</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2359"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2379"/>
         <source>Filter</source>
         <translation>Фильтр</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2364"/>
-        <source>Filtered by: </source>
-        <translation>Фильтровать по: </translation>
-    </message>
-    <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2372"/>
-        <source>Settings</source>
-        <translation>Настройки</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="2384"/>
+        <source>Filtered by: </source>
+        <translation>Фильтровать по: </translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2392"/>
+        <source>Settings</source>
+        <translation>Настройки</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2404"/>
         <source>Tools</source>
         <translation>Инструменты</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2393"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2413"/>
         <source>Help</source>
         <translation>Справка</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2400"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2420"/>
         <source>VirusTotal</source>
         <translation>VirusTotal</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1916"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1936"/>
         <source>Scan current site</source>
         <translation>Проверить текущий сервер</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4664"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4687"/>
         <source>IP Address Report</source>
         <translation>Отчет IP адреса</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4674"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4697"/>
         <source>Domain Report</source>
         <translation>Отчет домена</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2531"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2551"/>
         <source>&lt;p&gt;Could not start the process.&lt;br&gt;Ensure that it is available as &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запустить процесс.&lt;br&gt;Убедитесь, что он доступен как &lt;b&gt;{0}&lt;/b&gt;.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2531"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2551"/>
         <source>OK</source>
         <translation>OK</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2615"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2635"/>
         <source>&lt;b&gt;eric6 Web Browser - {0}&lt;/b&gt;&lt;p&gt;The eric6 Web Browser is a combined help file and HTML browser. It is part of the eric6 development toolset.&lt;/p&gt;&lt;p&gt;It is based on QtWebEngine {1} and Chrome {2}.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Еric6 Web-браузер - {0}&lt;/b&gt;&lt;p&gt;Eric6 Web-браузер - это комбинированный браузер для отображения файлов справки и HTML. Он является частью набора инструментов среды разработки eric6.&lt;/p&gt;&lt;p&gt;Базируется на основе QtWebEngine {1} и Chrome {2}.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2739"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2759"/>
         <source>Saved Tabs</source>
         <translation>Сохраненные вкладки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3422"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3445"/>
         <source>Could not find an associated content.</source>
         <translation>Невозможно найти соответствующее содержание.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3525"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3548"/>
         <source>Updating search index</source>
         <translation>Обновление поискового индекса</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3595"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3618"/>
         <source>Looking for Documentation...</source>
         <translation>Идёт поиск помощи...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3630"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3653"/>
         <source>Unfiltered</source>
         <translation>Unfiltered</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="3649"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="3672"/>
         <source>Help Engine</source>
         <translation>Движок для системы справки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4202"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4225"/>
         <source>ISO</source>
         <translation>ISO</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4206"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4229"/>
         <source>Windows</source>
         <translation>Windows</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4208"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4231"/>
         <source>ISCII</source>
         <translation>ISCII</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4204"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4227"/>
         <source>Unicode</source>
         <translation>Юникод</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4212"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4235"/>
         <source>Other</source>
         <translation>Другое</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4210"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4233"/>
         <source>IBM</source>
         <translation>IBM</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4629"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4652"/>
         <source>VirusTotal Scan</source>
         <translation>Проверка VirusTotal</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4629"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4652"/>
         <source>&lt;p&gt;The VirusTotal scan could not be scheduled.&lt;p&gt;
 &lt;p&gt;Reason: {0}&lt;/p&gt;</source>
         <translation>&lt;p&gt;Невозможно запланировать проверку VirusTotal.&lt;p&gt;
 &lt;p&gt;Причина: {0}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4655"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4678"/>
         <source>Enter a valid IPv4 address in dotted quad notation:</source>
         <translation>Введите действительный адрес IPv4 в четырехкомпонентой нотации с точками:</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4664"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4687"/>
         <source>The given IP address is not in dotted quad notation.</source>
         <translation>Данный IP адрес приведен не в четырехкомпонентой нотации с точками.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4674"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4697"/>
         <source>Enter a valid domain name:</source>
         <translation>Введите действительное имя домена:</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1887"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1907"/>
         <source>Tab Manager</source>
         <translation>Менеджер вкладок</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1891"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1911"/>
         <source>Shows the tab manager window</source>
         <translation>Отображение окна менеджера вкладок</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1893"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1913"/>
         <source>&lt;b&gt;Tab Manager&lt;/b&gt;&lt;p&gt;Shows the tab manager window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Менеджер вкладок&lt;/b&gt;&lt;p&gt;Отображение окна менеджера вкладок.&lt;/p&gt;</translation>
     </message>
@@ -84241,186 +84336,186 @@
         <translation>Eric6 Web браузер (приватный режим)</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="738"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="758"/>
         <source>Save As</source>
         <translation>Сохранить как</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="738"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="758"/>
         <source>&amp;Save As...</source>
         <translation>Сохранить &amp;как...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="738"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="758"/>
         <source>Shift+Ctrl+S</source>
         <comment>File|Save As</comment>
         <translation>Shift+Ctrl+S</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="744"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="764"/>
         <source>Save the current page to disk</source>
         <translation>Сохранить текущую страницу на диск</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="746"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="766"/>
         <source>&lt;b&gt;Save As...&lt;/b&gt;&lt;p&gt;Saves the current page to disk.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Сохранить как...&lt;/b&gt;&lt;p&gt;Сохранение текущей страницы на диск.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1113"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1133"/>
         <source>Unselect</source>
         <translation>Снять выделение</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1118"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1138"/>
         <source>Clear current selection</source>
         <translation>Очистить текущий выбор</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1119"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1139"/>
         <source>&lt;b&gt;Unselect&lt;/b&gt;&lt;p&gt;Clear the selection of the current browser.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Снять выделение&lt;/b&gt;&lt;p&gt;Снять выделение в текущем браузере.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1113"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1133"/>
         <source>Alt+Ctrl+A</source>
         <comment>Edit|Unselect</comment>
         <translation>Alt+Ctrl+A</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2564"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2584"/>
         <source>HTML Files (*.html *.htm *.mhtml *.mht);;PDF Files (*.pdf);;CHM Files (*.chm);;All Files (*)</source>
         <translation>Файлы HTML (*.html *.htm *.mhtml *.mht);;Файлы PDF (*.pdf);;Файлы CHM (*.chm);;Все файлы (*)</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="980"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1000"/>
         <source>Move to the initial screen</source>
         <translation>Перейти к первоначальному экрану</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1360"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1380"/>
         <source>Meta+Ctrl+F</source>
         <translation>Meta+Ctrl+F</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2277"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2297"/>
         <source>&amp;VirusTotal</source>
         <translation>&amp;VirusTotal</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2243"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2263"/>
         <source>&amp;Windows</source>
         <translation>&amp;Окна</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2143"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2163"/>
         <source>&amp;Toolbars</source>
         <translation>&amp;Панели инструментов</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2177"/>
-        <source>Save</source>
-        <translation>Сохранить</translation>
-    </message>
-    <message>
         <location filename="../WebBrowser/WebBrowserWindow.py" line="2197"/>
+        <source>Save</source>
+        <translation>Сохранить</translation>
+    </message>
+    <message>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2217"/>
         <source>Show All History...</source>
         <translation>Показать всю историю...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4237"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4260"/>
         <source>Menu Bar</source>
         <translation>Строка меню</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4242"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4265"/>
         <source>Bookmarks</source>
         <translation>Закладки</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4247"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4270"/>
         <source>Status Bar</source>
         <translation>Строка статуса</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4261"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4284"/>
         <source>&amp;Show all</source>
         <translation>Показать &amp;всё</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="4263"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="4286"/>
         <source>&amp;Hide all</source>
         <translation>Ск&amp;рыть всё</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="878"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="898"/>
         <source>Send Page Link</source>
         <translation>Отправить ссылку на страницу</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="883"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="903"/>
         <source>Send the link of the current page via email</source>
         <translation>Отправить ссылку на текущую страницу по электронной почте</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="885"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="905"/>
         <source>&lt;b&gt;Send Page Link&lt;/b&gt;&lt;p&gt;Send the link of the current page via email.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Отправить ссылку на страницу&lt;/b&gt;&lt;p&gt;Отправить ссылку на текущую страницу по электронной почте.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1901"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1921"/>
         <source>Session Manager</source>
         <translation>Менеджер сессии</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1901"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1921"/>
         <source>Session Manager...</source>
         <translation>Менеджер сессии...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1905"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1925"/>
         <source>Shows the session manager window</source>
         <translation>Отображение окна менеджера сессии</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1907"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1927"/>
         <source>&lt;b&gt;Session Manager&lt;/b&gt;&lt;p&gt;Shows the session manager window.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Менеджер сессии&lt;/b&gt;&lt;p&gt;Отображение окна менеджера сессии.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2171"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2191"/>
         <source>Sessions</source>
         <translation>Сессии</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2902"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2922"/>
         <source>Are you sure you want to close the web browser?</source>
         <translation>Вы действительно хотите закрыть веб-браузер?</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="2902"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="2922"/>
         <source>Are you sure you want to close the web browser?
 You have {0} windows with {1} tabs open.</source>
         <translation>Вы действительно хотите закрыть веб-браузер?
 У вас открыты {0} окон с {1} вкладками.</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1757"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1777"/>
         <source>Manage Safe Browsing</source>
         <translation>Управление Safe Browsing</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1757"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1777"/>
         <source>Manage Safe Browsing...</source>
         <translation>Управление Safe Browsing...</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1764"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1784"/>
         <source>&lt;b&gt;Manage Safe Browsing&lt;/b&gt;&lt;p&gt;This opens a dialog to configure Safe Browsing and to manage the local cache.&lt;/p&gt;</source>
         <translation>&lt;b&gt;Управление Safe Browsing&lt;/b&gt;&lt;p&gt;Открытие диалогового окна настройки Safe Browsing (безопасного просмотра) и управления локальным кэшем.&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../WebBrowser/WebBrowserWindow.py" line="1762"/>
+        <location filename="../WebBrowser/WebBrowserWindow.py" line="1782"/>
         <source>Configure Safe Browsing and manage local cache</source>
         <translation>Настройка Safe Browsing и управления локальным кэшем</translation>
     </message>
@@ -84845,12 +84940,12 @@
 <context>
     <name>eric6</name>
     <message>
-        <location filename="../eric6.py" line="352"/>
+        <location filename="../eric6.py" line="351"/>
         <source>Starting...</source>
         <translation>Запуск...</translation>
     </message>
     <message>
-        <location filename="../eric6.py" line="357"/>
+        <location filename="../eric6.py" line="356"/>
         <source>Generating Main Window...</source>
         <translation>Создание главного окна...</translation>
     </message>

eric ide

mercurial