--- a/i18n/eric5_ru.ts Thu Jan 02 19:40:08 2014 +0100 +++ b/i18n/eric5_ru.ts Fri Jan 03 13:52:58 2014 +0100 @@ -3557,7 +3557,7 @@ <translation type="unfinished">Интерпретатор Python2 не настроен.</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py" line="127"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py" line="131"/> <source>Python2 interpreter did not finish within 15s.</source> <translation type="unfinished">Интерпретатор Python2 не завершился в течение 15 секунд.</translation> </message> @@ -7276,145 +7276,150 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="190"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="192"/> <source>docstring summary does not end with a period</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="153"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="155"/> <source>docstring summary is not in imperative mood (Does instead of Do)</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="157"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="159"/> <source>docstring summary looks like a function's/method's signature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="160"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="162"/> <source>docstring does not mention the return value type</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="163"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="165"/> <source>function/method docstring is separated by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="166"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="168"/> <source>class docstring is not preceded by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="169"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="171"/> <source>class docstring is not followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="222"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="224"/> <source>docstring summary is not followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="175"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="177"/> <source>last paragraph of docstring is not followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="179"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="181"/> <source>private function/method is missing a docstring</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="182"/> - <source>private class is missing a docstring</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="184"/> + <source>private class is missing a docstring</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="186"/> <source>leading quotes of docstring not on separate line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="187"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="189"/> <source>trailing quotes of docstring not on separate line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="192"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="194"/> <source>docstring does not contain a @return line but function/method returns something</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="196"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="198"/> <source>docstring contains a @return line but function/method doesn't return anything</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="200"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="202"/> <source>docstring does not contain enough @param/@keyparam lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="203"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="205"/> <source>docstring contains too many @param/@keyparam lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="206"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="208"/> <source>keyword only arguments must be documented with @keyparam lines</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="209"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="211"/> <source>order of @param/@keyparam lines does not match the function/method signature</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="212"/> - <source>class docstring is preceded by a blank line</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="214"/> - <source>class docstring is followed by a blank line</source> + <source>class docstring is preceded by a blank line</source> <translation type="unfinished"></translation> </message> <message> <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="216"/> + <source>class docstring is followed by a blank line</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="218"/> <source>function/method docstring is preceded by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="219"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="221"/> <source>function/method docstring is followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="225"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="227"/> <source>last paragraph of docstring is followed by a blank line</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="228"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="230"/> <source>docstring does not contain a @exception line but function/method raises an exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="232"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="234"/> <source>docstring contains a @exception line but function/method doesn't raise an exception</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="436"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="440"/> <source>no message for this code defined</source> <translation type="unfinished">сообщение об ошибке не определено</translation> </message> <message> - <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="237"/> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="239"/> <source>{0}: {1}</source> <translation type="unfinished"></translation> </message> + <message> + <location filename="../Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py" line="151"/> + <source>docstring does not contain a summary</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>DownloadAskActionDialog</name> @@ -36216,187 +36221,187 @@ <translation>Создать каталог проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3286"/> + <location filename="../Project/Project.py" line="3289"/> <source>Open project</source> <translation>Открыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3323"/> + <location filename="../Project/Project.py" line="3326"/> <source>Save project as</source> <translation>Сохранить проект как</translation> </message> <message> - <location filename="../Project/Project.py" line="2701"/> + <location filename="../Project/Project.py" line="2695"/> <source>Save File</source> <translation>Сохранить файл</translation> </message> <message> - <location filename="../Project/Project.py" line="2739"/> + <location filename="../Project/Project.py" line="2731"/> <source>Close Project</source> <translation>Закрыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2739"/> + <location filename="../Project/Project.py" line="2731"/> <source>The current project has unsaved changes.</source> <translation>Изменения в текущем проекте не сохранены.</translation> </message> <message> - <location filename="../Project/Project.py" line="3487"/> + <location filename="../Project/Project.py" line="3490"/> <source>&Save</source> <translation>&Сохранить</translation> </message> <message> - <location filename="../Project/Project.py" line="3272"/> + <location filename="../Project/Project.py" line="3275"/> <source>New project</source> <translation>Новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3272"/> + <location filename="../Project/Project.py" line="3275"/> <source>&New...</source> <translation>&Новый...</translation> </message> <message> - <location filename="../Project/Project.py" line="3277"/> + <location filename="../Project/Project.py" line="3280"/> <source>Generate a new project</source> <translation>Создать новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3278"/> + <location filename="../Project/Project.py" line="3281"/> <source><b>New...</b><p>This opens a dialog for entering the info for a new project.</p></source> <translation><b>Новый...</b><p>Открыть диалог для ввода информации о новом проекте.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3286"/> + <location filename="../Project/Project.py" line="3289"/> <source>&Open...</source> <translation>&Открыть...</translation> </message> <message> - <location filename="../Project/Project.py" line="3291"/> + <location filename="../Project/Project.py" line="3294"/> <source>Open an existing project</source> <translation>Открыть существующий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3292"/> + <location filename="../Project/Project.py" line="3295"/> <source><b>Open...</b><p>This opens an existing project.</p></source> <translation><b>Открыть...</b><p>Открыть существующий проект.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3299"/> + <location filename="../Project/Project.py" line="3302"/> <source>Close project</source> <translation>Закрыть проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3299"/> + <location filename="../Project/Project.py" line="3302"/> <source>&Close</source> <translation>&Закрыть</translation> </message> <message> - <location filename="../Project/Project.py" line="3303"/> + <location filename="../Project/Project.py" line="3306"/> <source>Close the current project</source> <translation>Закрыть текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3304"/> + <location filename="../Project/Project.py" line="3307"/> <source><b>Close</b><p>This closes the current project.</p></source> <translation><b>Закрыть</b><p>Закрыть текущий проект.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3311"/> + <location filename="../Project/Project.py" line="3314"/> <source>Save project</source> <translation>Сохранить проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3315"/> + <location filename="../Project/Project.py" line="3318"/> <source>Save the current project</source> <translation>Сохранить текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3316"/> + <location filename="../Project/Project.py" line="3319"/> <source><b>Save</b><p>This saves the current project.</p></source> <translation><b>Сохранить</b><p>Сохранить текущий проект.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3323"/> + <location filename="../Project/Project.py" line="3326"/> <source>Save &as...</source> <translation>Сохранить &как...</translation> </message> <message> - <location filename="../Project/Project.py" line="3327"/> + <location filename="../Project/Project.py" line="3330"/> <source>Save the current project to a new file</source> <translation>Сохранить текущий проект в новый файл</translation> </message> <message> - <location filename="../Project/Project.py" line="3329"/> + <location filename="../Project/Project.py" line="3332"/> <source><b>Save as</b><p>This saves the current project to a new file.</p></source> <translation><b>Сохранить как</b><p> Сохранить текущий проект в новый файл.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3369"/> + <location filename="../Project/Project.py" line="3372"/> <source>Add translation to project</source> <translation>Добавить перевод в проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3369"/> + <location filename="../Project/Project.py" line="3372"/> <source>Add &translation...</source> <translation>Добавить &перевод...</translation> </message> <message> - <location filename="../Project/Project.py" line="3374"/> + <location filename="../Project/Project.py" line="3377"/> <source>Add a translation to the current project</source> <translation>Добавить перевод в текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3376"/> + <location filename="../Project/Project.py" line="3379"/> <source><b>Add translation...</b><p>This opens a dialog for add a translation to the current project.</p></source> <translation><b>Добавить перевод...</b><p>Открыть диалог для добавления перевода в текущий проект.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3384"/> + <location filename="../Project/Project.py" line="3387"/> <source>Search new files</source> <translation>Поиск новых файлов</translation> </message> <message> - <location filename="../Project/Project.py" line="3384"/> + <location filename="../Project/Project.py" line="3387"/> <source>Searc&h new files...</source> <translation>Поис&к новых файлов...</translation> </message> <message> - <location filename="../Project/Project.py" line="3388"/> + <location filename="../Project/Project.py" line="3391"/> <source>Search new files in the project directory.</source> <translation>Поиск новых файлов в каталоге проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3398"/> + <location filename="../Project/Project.py" line="3401"/> <source>Project properties</source> <translation>Свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3398"/> + <location filename="../Project/Project.py" line="3401"/> <source>&Properties...</source> <translation>&Свойства...</translation> </message> <message> - <location filename="../Project/Project.py" line="3403"/> + <location filename="../Project/Project.py" line="3406"/> <source>Show the project properties</source> <translation>Показать свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3404"/> + <location filename="../Project/Project.py" line="3407"/> <source><b>Properties...</b><p>This shows a dialog to edit the project properties.</p></source> <translation><b>Свойства...</b><p>Показать диалог для редактирования свойств проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3526"/> + <location filename="../Project/Project.py" line="3529"/> <source>Load session</source> <translation>Загрузить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="3530"/> + <location filename="../Project/Project.py" line="3533"/> <source>Load the projects session file.</source> <translation>Загрузить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3531"/> + <location filename="../Project/Project.py" line="3534"/> <source><b>Load session</b><p>This loads the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Загрузить сессию</b> <p>Загрузить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -36408,17 +36413,17 @@ </p></translation> </message> <message> - <location filename="../Project/Project.py" line="3544"/> + <location filename="../Project/Project.py" line="3547"/> <source>Save session</source> <translation>Сохранить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="3548"/> + <location filename="../Project/Project.py" line="3551"/> <source>Save the projects session file.</source> <translation>Сохранить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3549"/> + <location filename="../Project/Project.py" line="3552"/> <source><b>Save session</b><p>This saves the projects session file. The session consists of the following data.<br>- all open source files<br>- all breakpoint<br>- the commandline arguments<br>- the working directory<br>- the exception reporting flag</p></source> <translation><b>Сохранить сессию</b> <p>Сохранить файл с сессией проекта. Сессия содержит следующие данные:<br> @@ -36430,137 +36435,137 @@ </p></translation> </message> <message> - <location filename="../Project/Project.py" line="3576"/> + <location filename="../Project/Project.py" line="3579"/> <source>Code Metrics</source> <translation>Статистика кода</translation> </message> <message> - <location filename="../Project/Project.py" line="3576"/> + <location filename="../Project/Project.py" line="3579"/> <source>&Code Metrics...</source> <translation>&Статистика кода...</translation> </message> <message> - <location filename="../Project/Project.py" line="3580"/> + <location filename="../Project/Project.py" line="3583"/> <source>Show some code metrics for the project.</source> <translation>Отображает статистику кода для проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3582"/> + <location filename="../Project/Project.py" line="3585"/> <source><b>Code Metrics...</b><p>This shows some code metrics for all Python files in the project.</p></source> <translation><b>Статистика кода...</b><p>Отображает статистику кода для проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> + <location filename="../Project/Project.py" line="3593"/> <source>Python Code Coverage</source> <translation>Охват кода Python</translation> </message> <message> - <location filename="../Project/Project.py" line="3590"/> + <location filename="../Project/Project.py" line="3593"/> <source>Code Co&verage...</source> <translation>&Заключения по коду...</translation> </message> <message> - <location filename="../Project/Project.py" line="3594"/> + <location filename="../Project/Project.py" line="3597"/> <source>Show code coverage information for the project.</source> <translation>Показать заключение охвата по коду проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3596"/> + <location filename="../Project/Project.py" line="3599"/> <source><b>Code Coverage...</b><p>This shows the code coverage information for all Python files in the project.</p></source> <translation><b>Заключение охвата по коду...</b><p>Показать заключение охвата по коду всех файлов проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4355"/> + <location filename="../Project/Project.py" line="4358"/> <source>Profile Data</source> <translation>Данные профайлера</translation> </message> <message> - <location filename="../Project/Project.py" line="3604"/> + <location filename="../Project/Project.py" line="3607"/> <source>&Profile Data...</source> <translation>&Данные профайлера...</translation> </message> <message> - <location filename="../Project/Project.py" line="3608"/> + <location filename="../Project/Project.py" line="3611"/> <source>Show profiling data for the project.</source> <translation>Отображает результаты профилирования проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3610"/> + <location filename="../Project/Project.py" line="3613"/> <source><b>Profile Data...</b><p>This shows the profiling data for the project.</p></source> <translation><b>Данные профайлера...</b><p>Отображает результаты профилирования проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3717"/> + <location filename="../Project/Project.py" line="3720"/> <source>Open &Recent Projects</source> <translation>Открыть &недавние проекты</translation> </message> <message> - <location filename="../Project/Project.py" line="3722"/> + <location filename="../Project/Project.py" line="3725"/> <source>Chec&k</source> <translation>&Проверки</translation> </message> <message> - <location filename="../Project/Project.py" line="3724"/> - <source>Sho&w</source> - <translation>По&казать</translation> - </message> - <message> <location filename="../Project/Project.py" line="3727"/> + <source>Sho&w</source> + <translation>По&казать</translation> + </message> + <message> + <location filename="../Project/Project.py" line="3730"/> <source>Source &Documentation</source> <translation>&Документация исходников</translation> </message> <message> - <location filename="../Project/Project.py" line="4020"/> + <location filename="../Project/Project.py" line="4023"/> <source>Search New Files</source> <translation>Поиск новых файлов</translation> </message> <message> - <location filename="../Project/Project.py" line="4020"/> + <location filename="../Project/Project.py" line="4023"/> <source>There were no new files found to be added.</source> <translation>Не найдено файлов для добавления.</translation> </message> <message> - <location filename="../Project/Project.py" line="4166"/> + <location filename="../Project/Project.py" line="4169"/> <source>Version Control System</source> <translation>Система контроля версий</translation> </message> <message> - <location filename="../Project/Project.py" line="4332"/> + <location filename="../Project/Project.py" line="4335"/> <source>There is no main script defined for the current project. Aborting</source> <translation>Для текущего проекта не определён главный сценарий. Отмена</translation> </message> <message> - <location filename="../Project/Project.py" line="3718"/> + <location filename="../Project/Project.py" line="3721"/> <source>&Version Control</source> <translation>Контроль &версий</translation> </message> <message> - <location filename="../Project/Project.py" line="4283"/> + <location filename="../Project/Project.py" line="4286"/> <source>Coverage Data</source> <translation>Данные охвата</translation> </message> <message> - <location filename="../Project/Project.py" line="4409"/> + <location filename="../Project/Project.py" line="4412"/> <source>Application Diagram</source> <translation>Диаграмма приложения</translation> </message> <message> - <location filename="../Project/Project.py" line="3619"/> + <location filename="../Project/Project.py" line="3622"/> <source>&Application Diagram...</source> <translation>&Диаграмма приложения...</translation> </message> <message> - <location filename="../Project/Project.py" line="3623"/> + <location filename="../Project/Project.py" line="3626"/> <source>Show a diagram of the project.</source> <translation>Показать диаграмму проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3625"/> + <location filename="../Project/Project.py" line="3628"/> <source><b>Application Diagram...</b><p>This shows a diagram of the project.</p></source> <translation><b>Диаграмма приложения...</b><p>Отображает диаграмму проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3725"/> + <location filename="../Project/Project.py" line="3728"/> <source>&Diagrams</source> <translation>&Диаграммы</translation> </message> @@ -36570,37 +36575,37 @@ <translation>Сохранить файл проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="4306"/> + <location filename="../Project/Project.py" line="4309"/> <source>Code Coverage</source> <translation>Заключения охвата по коду</translation> </message> <message> - <location filename="../Project/Project.py" line="4306"/> + <location filename="../Project/Project.py" line="4309"/> <source>Please select a coverage file</source> <translation>Пожалуйста, выберите файл для информации охвата</translation> </message> <message> - <location filename="../Project/Project.py" line="4355"/> + <location filename="../Project/Project.py" line="4358"/> <source>Please select a profile file</source> <translation>Пожалуйста, выберите файл профиля</translation> </message> <message> - <location filename="../Project/Project.py" line="3354"/> + <location filename="../Project/Project.py" line="3357"/> <source>Add directory to project</source> <translation>Добавить каталог в проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3354"/> + <location filename="../Project/Project.py" line="3357"/> <source>Add directory...</source> <translation>Добавить каталог...</translation> </message> <message> - <location filename="../Project/Project.py" line="3359"/> + <location filename="../Project/Project.py" line="3362"/> <source>Add a directory to the current project</source> <translation>Добавить каталог в текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3361"/> + <location filename="../Project/Project.py" line="3364"/> <source><b>Add directory...</b><p>This opens a dialog for adding a directory to the current project.</p></source> <translation><b>Добавить каталог...</b> <p>Открыть диалог для добавления каталога в текущий проект.</p></translation> @@ -36616,27 +36621,27 @@ <translation>Переименовать файл</translation> </message> <message> - <location filename="../Project/Project.py" line="2188"/> + <location filename="../Project/Project.py" line="2184"/> <source>Shall the project file be added to the repository?</source> <translation>Добавить файл проекта в репозиторий?</translation> </message> <message> - <location filename="../Project/Project.py" line="2553"/> + <location filename="../Project/Project.py" line="2547"/> <source>New Project</source> <translation>Новый проект</translation> </message> <message> - <location filename="../Project/Project.py" line="2124"/> + <location filename="../Project/Project.py" line="2120"/> <source>Add existing files to the project?</source> <translation>Добавить существующие файлы в проект?</translation> </message> <message> - <location filename="../Project/Project.py" line="2239"/> + <location filename="../Project/Project.py" line="2235"/> <source>Would you like to edit the VCS command options?</source> <translation>Желаете ли вы редактировать опции команд VCS?</translation> </message> <message> - <location filename="../Project/Project.py" line="2212"/> + <location filename="../Project/Project.py" line="2208"/> <source>Select version control system for the project</source> <translation>Выберите систему контроля версий (VCS) для проекта</translation> </message> @@ -36666,7 +36671,7 @@ <translation><p>Невозможно удалить выбранный файл с переводом: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2701"/> + <location filename="../Project/Project.py" line="2695"/> <source><p>The file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже сущеструет. Переписать?</p></translation> </message> @@ -36691,17 +36696,17 @@ <translation><p>Невозможно удалить выбранный файл с сессией: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3562"/> + <location filename="../Project/Project.py" line="3565"/> <source>Delete session</source> <translation>Удалить сессию</translation> </message> <message> - <location filename="../Project/Project.py" line="3566"/> + <location filename="../Project/Project.py" line="3569"/> <source>Delete the projects session file.</source> <translation>Удалить файл с сессией проекта.</translation> </message> <message> - <location filename="../Project/Project.py" line="3567"/> + <location filename="../Project/Project.py" line="3570"/> <source><b>Delete session</b><p>This deletes the projects session file</p></source> <translation><b>Удалить сессию</b><p>Удалить файл с сессией проекта</p></translation> </message> @@ -36711,7 +36716,7 @@ <translation>Исходники на Ruby (*.rb);;</translation> </message> <message> - <location filename="../Project/Project.py" line="3390"/> + <location filename="../Project/Project.py" line="3393"/> <source><b>Search new files...</b><p>This searches for new files (sources, *.ui, *.idl) in the project directory and registered subdirectories.</p></source> <translation><b>Искать новые файлы...</b><p>Поиск новых файлов (исходников, *.ui, *.idl) в каталоге проекта и зарегистрированных подкаталогах.</p></translation> </message> @@ -36726,7 +36731,7 @@ <translation>Другое</translation> </message> <message> - <location filename="../Project/Project.py" line="4409"/> + <location filename="../Project/Project.py" line="4412"/> <source>Include module names?</source> <translation>Включать имена модулей?</translation> </message> @@ -36791,155 +36796,155 @@ <translation><p>Невозможно удалить файл свойств отладчика <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3462"/> + <location filename="../Project/Project.py" line="3465"/> <source>Debugger Properties</source> <translation>Свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3462"/> + <location filename="../Project/Project.py" line="3465"/> <source>Debugger &Properties...</source> <translation>&Свойства отладчика...</translation> </message> <message> - <location filename="../Project/Project.py" line="3466"/> + <location filename="../Project/Project.py" line="3469"/> <source>Show the debugger properties</source> <translation>Показать свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3467"/> + <location filename="../Project/Project.py" line="3470"/> <source><b>Debugger Properties...</b><p>This shows a dialog to edit project specific debugger settings.</p></source> <translation><b>Свойства отладчика...</b> <p>Показать диалог для редактирования свойств отладчика, специфичных для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3478"/> <source>Load</source> <translation>Загрузить</translation> </message> <message> - <location filename="../Project/Project.py" line="3475"/> + <location filename="../Project/Project.py" line="3478"/> <source>&Load</source> <translation>&Загрузить</translation> </message> <message> - <location filename="../Project/Project.py" line="3479"/> + <location filename="../Project/Project.py" line="3482"/> <source>Load the debugger properties</source> <translation>Загрузить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3487"/> + <location filename="../Project/Project.py" line="3490"/> <source>Save</source> <translation>Сохранить</translation> </message> <message> - <location filename="../Project/Project.py" line="3491"/> + <location filename="../Project/Project.py" line="3494"/> <source>Save the debugger properties</source> <translation>Сохранить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3499"/> + <location filename="../Project/Project.py" line="3502"/> <source>Delete</source> <translation>Удалить</translation> </message> <message> - <location filename="../Project/Project.py" line="3499"/> + <location filename="../Project/Project.py" line="3502"/> <source>&Delete</source> <translation>&Удалить</translation> </message> <message> - <location filename="../Project/Project.py" line="3503"/> + <location filename="../Project/Project.py" line="3506"/> <source>Delete the debugger properties</source> <translation>Удалить свойства отладчика</translation> </message> <message> - <location filename="../Project/Project.py" line="3512"/> + <location filename="../Project/Project.py" line="3515"/> <source>Reset</source> <translation>Сбросить</translation> </message> <message> - <location filename="../Project/Project.py" line="3512"/> + <location filename="../Project/Project.py" line="3515"/> <source>&Reset</source> <translation>&Сбросить</translation> </message> <message> - <location filename="../Project/Project.py" line="3516"/> + <location filename="../Project/Project.py" line="3519"/> <source>Reset the debugger properties</source> <translation>Сбросить свойства отладчика</translation> </message> <message> + <location filename="../Project/Project.py" line="3732"/> + <source>Debugger</source> + <translation>Отладчик</translation> + </message> + <message> <location filename="../Project/Project.py" line="3729"/> - <source>Debugger</source> - <translation>Отладчик</translation> - </message> - <message> - <location filename="../Project/Project.py" line="3726"/> <source>Session</source> <translation>Сессия</translation> </message> <message> - <location filename="../Project/Project.py" line="3480"/> + <location filename="../Project/Project.py" line="3483"/> <source><b>Load Debugger Properties</b><p>This loads the project specific debugger settings.</p></source> <translation><b>Загрузить свойства отладчика</b> <p>Загрузить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3492"/> + <location filename="../Project/Project.py" line="3495"/> <source><b>Save Debugger Properties</b><p>This saves the project specific debugger settings.</p></source> <translation><b>Сохранить свойства отладчика</b><p>Сохранить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3504"/> + <location filename="../Project/Project.py" line="3507"/> <source><b>Delete Debugger Properties</b><p>This deletes the file containing the project specific debugger settings.</p></source> <translation><b>Удалить свойства отладчика</b><p>Удалить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3517"/> + <location filename="../Project/Project.py" line="3520"/> <source><b>Reset Debugger Properties</b><p>This resets the project specific debugger settings.</p></source> <translation><b>Сбросить свойства отладчика</b><p>Сбросить свойства отладчика, специфичные для данного проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3426"/> + <location filename="../Project/Project.py" line="3429"/> <source>Filetype Associations</source> <translation>Ассоциации для типа файла</translation> </message> <message> - <location filename="../Project/Project.py" line="3426"/> + <location filename="../Project/Project.py" line="3429"/> <source>Filetype Associations...</source> <translation>Ассоциации для типа файла...</translation> </message> <message> - <location filename="../Project/Project.py" line="3430"/> + <location filename="../Project/Project.py" line="3433"/> <source>Show the project filetype associations</source> <translation>Показать ассоциации типов файлов для проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3432"/> + <location filename="../Project/Project.py" line="3435"/> <source><b>Filetype Associations...</b><p>This shows a dialog to edit the filetype associations of the project. These associations determine the type (source, form, interface or others) with a filename pattern. They are used when adding a file to the project and when performing a search for new files.</p></source> <translation><b>Ассоциации типов файлов...</b> <p>Показать диалог для редактирования ассоциаций типов файлов для проекта. Эти ассоциации связывают тип файла (исходник, форма, интерфейс и т.д.) с шаблоном имени. Они используются при добавлении файлов в проект и при поиске новых файлов.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3730"/> + <location filename="../Project/Project.py" line="3733"/> <source>Pac&kagers</source> <translation>У&паковщики</translation> </message> <message> - <location filename="../Project/Project.py" line="3338"/> + <location filename="../Project/Project.py" line="3341"/> <source>Add files to project</source> <translation>Добавить файлы в проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3338"/> + <location filename="../Project/Project.py" line="3341"/> <source>Add &files...</source> <translation>Добавить &файлы...</translation> </message> <message> - <location filename="../Project/Project.py" line="3343"/> + <location filename="../Project/Project.py" line="3346"/> <source>Add files to the current project</source> <translation>Добавить файлы в текущий проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3345"/> + <location filename="../Project/Project.py" line="3348"/> <source><b>Add files...</b><p>This opens a dialog for adding files to the current project. The place to add is determined by the file extension.</p></source> <translation><b>Добавить файлы</b> <p>Открывает диалог для добавления файлов в текущий проект. Место добавления определяется расширением файла.</p></translation> @@ -36960,22 +36965,22 @@ <translation><p>Невозможно переименовать файл <b>{0}</b>:<br>Причина: {1}.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2686"/> + <location filename="../Project/Project.py" line="2680"/> <source>Project Files (*.e4p)</source> <translation>Файлы проектов (*.e4p)</translation> </message> <message> - <location filename="../Project/Project.py" line="3716"/> + <location filename="../Project/Project.py" line="3719"/> <source>&Project</source> <translation>&Проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3837"/> + <location filename="../Project/Project.py" line="3840"/> <source>Project</source> <translation>Проект</translation> </message> <message> - <location filename="../Project/Project.py" line="3899"/> + <location filename="../Project/Project.py" line="3902"/> <source>&Clear</source> <translation>&Очистить</translation> </message> @@ -37005,33 +37010,33 @@ <translation><p>Невозможно записать файл пользовательских настроек <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3411"/> + <location filename="../Project/Project.py" line="3414"/> <source>User project properties</source> <translation>Пользовательские настройки проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3411"/> + <location filename="../Project/Project.py" line="3414"/> <source>&User Properties...</source> <translation>&Пользовательские свойства...</translation> </message> <message> - <location filename="../Project/Project.py" line="3416"/> + <location filename="../Project/Project.py" line="3419"/> <source>Show the user specific project properties</source> <translation>Показать пользовательские свойства проекта</translation> </message> <message> - <location filename="../Project/Project.py" line="3418"/> + <location filename="../Project/Project.py" line="3421"/> <source><b>User Properties...</b><p>This shows a dialog to edit the user specific project properties.</p></source> <translation><b>Пользовательские свойства...</b> <p>Отображает диалог для редактирования пользовательских свойств проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2901"/> + <location filename="../Project/Project.py" line="2893"/> <source>Syntax errors detected</source> <translation>Найдены синтаксисические ошибки</translation> </message> <message numerus="yes"> - <location filename="../Project/Project.py" line="2901"/> + <location filename="../Project/Project.py" line="2893"/> <source>The project contains %n file(s) with syntax errors.</source> <translation> <numerusform>Проект содержит %n файл с синтаксическими ошибками.</numerusform> @@ -37040,47 +37045,47 @@ </translation> </message> <message> - <location filename="../Project/Project.py" line="4567"/> + <location filename="../Project/Project.py" line="4570"/> <source>Create Package List</source> <translation>Создать список пакетов</translation> </message> <message> - <location filename="../Project/Project.py" line="3648"/> + <location filename="../Project/Project.py" line="3651"/> <source>Create &Package List</source> <translation>&Создать список пакетов</translation> </message> <message> - <location filename="../Project/Project.py" line="4759"/> + <location filename="../Project/Project.py" line="4762"/> <source>Create Plugin Archive</source> <translation>Создать архив подключаемого модуля</translation> </message> <message> - <location filename="../Project/Project.py" line="3664"/> + <location filename="../Project/Project.py" line="3667"/> <source>Create Plugin &Archive</source> <translation>Создать &архив плагина</translation> </message> <message> - <location filename="../Project/Project.py" line="4527"/> + <location filename="../Project/Project.py" line="4530"/> <source><p>The file <b>PKGLIST</b> already exists.</p><p>Overwrite it?</p></source> <translation><p>Файл <b>PKGLIST</b> уже существует. Переписать?</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4567"/> + <location filename="../Project/Project.py" line="4570"/> <source><p>The file <b>PKGLIST</b> could not be created.</p><p>Reason: {0}</p></source> <translation><p>Невозможно создать файл <b>PKGLIST</b>.</p><p>Причина: {0}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4586"/> + <location filename="../Project/Project.py" line="4589"/> <source><p>The file <b>PKGLIST</b> does not exist. Aborting...</p></source> <translation><p>Файл <b>PKGLIST</b> не существует. Отмена...</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4595"/> + <location filename="../Project/Project.py" line="4598"/> <source>The project does not have a main script defined. Aborting...</source> <translation>Для текущего проекта не определён главный сценарий. Отмена...</translation> </message> <message> - <location filename="../Project/Project.py" line="4609"/> + <location filename="../Project/Project.py" line="4612"/> <source><p>The file <b>PKGLIST</b> could not be read.</p><p>Reason: {0}</p></source> <translation><p>Невозможно прочитать файл <b>PKGLIST</b>.</p><p>Причина: {0}</p></translation> </message> @@ -37090,12 +37095,12 @@ <translation><p>Каталог не содержит ни одного файла, принадлежащего к заданной категории.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="2553"/> + <location filename="../Project/Project.py" line="2547"/> <source>Select Version Control System</source> <translation>Выберите систему контроля версий (VCS)</translation> </message> <message> - <location filename="../Project/Project.py" line="2219"/> + <location filename="../Project/Project.py" line="2215"/> <source>None</source> <translation>Нет</translation> </message> @@ -37110,22 +37115,22 @@ <translation type="obsolete"><p>Тип проекта <b>{0}</b> уже существует.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4648"/> + <location filename="../Project/Project.py" line="4651"/> <source><p>The file <b>{0}</b> could not be stored in the archive. Ignoring it.</p><p>Reason: {1}</p></source> <translation><p>Невозможно сохранить в архив файл <b>{0}</b>. Игнорируем его.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3680"/> + <location filename="../Project/Project.py" line="3683"/> <source>Create Plugin Archive (Snapshot)</source> <translation>Создать архив плагинов (снимок)</translation> </message> <message> - <location filename="../Project/Project.py" line="3680"/> + <location filename="../Project/Project.py" line="3683"/> <source>Create Plugin Archive (&Snapshot)</source> <translation>Создать архив плагинов (&снимок)</translation> </message> <message> - <location filename="../Project/Project.py" line="4717"/> + <location filename="../Project/Project.py" line="4720"/> <source><p>The plugin file <b>{0}</b> could not be read.</p><p>Reason: {1}</p></source> <translation><p>Невозможно прочитать файл плагина <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> @@ -37135,12 +37140,12 @@ <translation>Необходимо задать образец перевода.</translation> </message> <message> - <location filename="../Project/Project.py" line="2312"/> + <location filename="../Project/Project.py" line="2308"/> <source>Translation Pattern</source> <translation>Образец перевода</translation> </message> <message> - <location filename="../Project/Project.py" line="2312"/> + <location filename="../Project/Project.py" line="2308"/> <source>Enter the path pattern for translation files (use '%language%' in place of the language code):</source> <translation>Введите образец имени файла для переводов (используйте '%language%' вместо кода языка):</translation> </message> @@ -37150,27 +37155,27 @@ <translation type="obsolete"><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Отмена.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4166"/> + <location filename="../Project/Project.py" line="4169"/> <source><p>The selected VCS <b>{0}</b> could not be found.<br/>Disabling version control.</p><p>{1}</p></source> <translation><p>Выбранная VCS <b>{0}</b> не найдена.<br/>Контроль версий не используется.</p><p>{1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3444"/> + <location filename="../Project/Project.py" line="3447"/> <source>Lexer Associations</source> <translation>Ассоциации для лексеров</translation> </message> <message> - <location filename="../Project/Project.py" line="3444"/> + <location filename="../Project/Project.py" line="3447"/> <source>Lexer Associations...</source> <translation>Ассоциации для лексеров...</translation> </message> <message> - <location filename="../Project/Project.py" line="3448"/> + <location filename="../Project/Project.py" line="3451"/> <source>Show the project lexer associations (overriding defaults)</source> <translation>Показать ассоциации для лексеров</translation> </message> <message> - <location filename="../Project/Project.py" line="3450"/> + <location filename="../Project/Project.py" line="3453"/> <source><b>Lexer Associations...</b><p>This shows a dialog to edit the lexer associations of the project. These associations override the global lexer associations. Lexers are used to highlight the editor text.</p></source> <translation><b>Ассоциации для лексеров...</b><p>Показать ассоциации лексеров для проекта. Лексеры используются для подсвечивания текста в редакторе.</p></translation> </message> @@ -37195,42 +37200,42 @@ <translation>Подключаемый модуль Eric</translation> </message> <message> - <location filename="../Project/Project.py" line="3653"/> + <location filename="../Project/Project.py" line="3656"/> <source>Create an initial PKGLIST file for an eric5 plugin.</source> <translation>Создать начальный файл PKGLIST для подключаемого модуля eric5.</translation> </message> <message> - <location filename="../Project/Project.py" line="3655"/> + <location filename="../Project/Project.py" line="3658"/> <source><b>Create Package List</b><p>This creates an initial list of files to include in an eric5 plugin archive. The list is created from the project file.</p></source> <translation><b>Создать список пакетов</b><p>Создаёт начальный список файлов для включения в архив подключаемого модуля eric5. Список создаётся из файла проекта.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3669"/> + <location filename="../Project/Project.py" line="3672"/> <source>Create an eric5 plugin archive file.</source> <translation>Создать архив подключаемого модуля eric5.</translation> </message> <message> - <location filename="../Project/Project.py" line="3671"/> + <location filename="../Project/Project.py" line="3674"/> <source><b>Create Plugin Archive</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name.</p></source> <translation><b>Создать архив подключаемого модуля</b><p>Создаёт файл арива подключаемого модуля eric5, используя список файлов, данный в файле PKGLIST. Имя архива берётся из имени главного сценария.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="3685"/> + <location filename="../Project/Project.py" line="3688"/> <source>Create an eric5 plugin archive file (snapshot release).</source> <translation>Создать файл архива плагинов eric5 (снимок выпуска).</translation> </message> <message> - <location filename="../Project/Project.py" line="3687"/> + <location filename="../Project/Project.py" line="3690"/> <source><b>Create Plugin Archive (Snapshot)</b><p>This creates an eric5 plugin archive file using the list of files given in the PKGLIST file. The archive name is built from the main script name. The version entry of the main script is modified to reflect a snapshot release.</p></source> <translation><b>Создать файл архива плагинов (снимок выпуска)</b><p>Создаёт файл архива плагинов eric5, используя список файлов, указанный в файле PKGLIST. Имя архива строится из имени главного сценария. Версия главного сценария меняется, чтобы соответствовать версии выпуска снимка.</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4622"/> + <location filename="../Project/Project.py" line="4625"/> <source><p>The eric5 plugin archive file <b>{0}</b> could not be created.</p><p>Reason: {1}</p></source> <translation><p>Невозможно создать подключаемый модуль eric5 <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Project/Project.py" line="4671"/> + <location filename="../Project/Project.py" line="4674"/> <source><p>The eric5 plugin archive file <b>{0}</b> was created successfully.</p></source> <translation><p>Подключаемый модуль <b>{0}</b> был успешно создан.</p></translation> </message> @@ -37250,32 +37255,32 @@ <translation>Python2 файлы (*.py2);;Python2 GUI файлы (*.pyw2);;</translation> </message> <message> - <location filename="../Project/Project.py" line="2111"/> + <location filename="../Project/Project.py" line="2107"/> <source>Create main script</source> <translation>Создать главный сценарий</translation> </message> <message> - <location filename="../Project/Project.py" line="2111"/> + <location filename="../Project/Project.py" line="2107"/> <source><p>The mainscript <b>{0}</b> could not be created.<br/>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3636"/> <source>Load Diagram</source> <translation>Загрузить диаграмму</translation> </message> <message> - <location filename="../Project/Project.py" line="3633"/> + <location filename="../Project/Project.py" line="3636"/> <source>&Load Diagram...</source> <translation>&Загрузить диаграмму...</translation> </message> <message> - <location filename="../Project/Project.py" line="3637"/> + <location filename="../Project/Project.py" line="3640"/> <source>Load a diagram from file.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="3639"/> + <location filename="../Project/Project.py" line="3642"/> <source><b>Load Diagram...</b><p>This loads a diagram from file.</p></source> <translation type="unfinished"></translation> </message> @@ -37315,12 +37320,12 @@ <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4155"/> + <location filename="../Project/Project.py" line="4158"/> <source><p>The selected VCS <b>{0}</b> could not be found. <br/>Reverting override.</p><p>{1}</p></source> <translation type="unfinished"></translation> </message> <message> - <location filename="../Project/Project.py" line="4759"/> + <location filename="../Project/Project.py" line="4762"/> <source><p>The plugin file <b>{0}</b> could not be read.</p> <p>Reason: {1}</p></source> <translation type="unfinished"></translation> </message> @@ -60895,12 +60900,12 @@ <translation>Новый проект</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="333"/> + <location filename="../VCS/ProjectHelper.py" line="334"/> <source>Select version control system for the project</source> <translation>Выберите систему контроля версий (VCS) для проекта</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="353"/> + <location filename="../VCS/ProjectHelper.py" line="354"/> <source>Would you like to edit the VCS command options?</source> <translation>Желаете ли вы редактировать опции команд VCS?</translation> </message> @@ -60915,7 +60920,7 @@ <translation><p>Невозможно создать каталог проекта <b>{0}</b>.</p></translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="277"/> + <location filename="../VCS/ProjectHelper.py" line="278"/> <source>New project from repository</source> <translation>Новый проект из репозитория</translation> </message> @@ -60925,37 +60930,37 @@ <translation>Выберите файл проекта, который надо открыть.</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="265"/> + <location filename="../VCS/ProjectHelper.py" line="266"/> <source>Shall the project file be added to the repository?</source> <translation>Добавить файл проекта в репозиторий?</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="277"/> + <location filename="../VCS/ProjectHelper.py" line="278"/> <source>The project could not be retrieved from the repository.</source> <translation>Невозможно извлечь проект из репозитория.</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="353"/> + <location filename="../VCS/ProjectHelper.py" line="354"/> <source>Import Project</source> <translation>Импортировать проект</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="411"/> + <location filename="../VCS/ProjectHelper.py" line="412"/> <source>Remove project from repository</source> <translation>Удалить проект из репозитория</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="411"/> + <location filename="../VCS/ProjectHelper.py" line="412"/> <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="385"/> + <location filename="../VCS/ProjectHelper.py" line="386"/> <source>Update</source> <translation>Обновить</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="473"/> + <location filename="../VCS/ProjectHelper.py" line="474"/> <source>The project should be reread. Do this now?</source> <translation>Необходимо перезагрузить проект. Сделать это?</translation> </message> @@ -60965,7 +60970,7 @@ <translation>В проекте отсутствует файл описания проекта (*.e4p). Создать?</translation> </message> <message> - <location filename="../VCS/ProjectHelper.py" line="473"/> + <location filename="../VCS/ProjectHelper.py" line="474"/> <source>Switch</source> <translation>Переключиться</translation> </message>