--- a/i18n/eric6_ru.ts Sat Feb 09 14:40:32 2019 +0100 +++ b/i18n/eric6_ru.ts Sun Feb 10 12:13:10 2019 +0100 @@ -6690,42 +6690,42 @@ <context> <name>DebuggerInterfacePython</name> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source>Start Debugger</source> <translation>Запуск отладчика</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="461"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="465"/> <source><p>The debugger backend could not be started.</p></source> <translation><p>Невозможно запустить бэкэнд отладчика</p></translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="956"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="960"/> <source>Parent Process</source> <translation>Родительский процесс</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="957"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="961"/> <source>Child process</source> <translation>Порожденный процесс</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Client forking</source> <translation>Разветвление процесса</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="958"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="962"/> <source>Select the fork branch to follow.</source> <translation>Выберите fork-ветвь для отслеживания.</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source>Debug Protocol Error</source> <translation>Протокол ошибок отладки</translation> </message> <message> - <location filename="../Debugger/DebuggerInterfacePython.py" line="1004"/> + <location filename="../Debugger/DebuggerInterfacePython.py" line="1008"/> <source><p>The response received from the debugger backend could not be decoded. Please report this issue with the received data to the eric bugs email address.</p><p>Error: {0}</p><p>Data:<br/>{1}</p></source> <translation><p>Невозможно декодировать ответ, полученный от бэкэнда отладчика. Сообщите об этой проблеме, отправив полученные данные на электронную почту eric bugs.</p><p>Error: {0}</p><p>Data: <br/>{1}</p></translation> </message> @@ -17707,7 +17707,7 @@ <translation>Процесс Git завершился с кодом выхода {0}</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1558"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1561"/> <source>The git process did not finish within 30s.</source> <translation>Процесс Git не завершился в течении 30 сек.</translation> </message> @@ -17882,362 +17882,362 @@ </translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source>Create {0} file</source> <translation>Создать {0} файл</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1383"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1386"/> <source><p>The file <b>{0}</b> exists already. Overwrite it?</p></source> <translation><p>Файл <b>{0}</b> уже существует. Переписать его?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source>Git Copy</source> <translation>Git: Копирование</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1427"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1430"/> <source><p>Copying the directory <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation><p>Сбой копирования директории <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1442"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1445"/> <source><p>Copying the file <b>{0}</b> failed.</p><p>Reason: {1}</p></source> <translation><p>Сбой копирования файла <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <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="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source>Git Side-by-Side Difference</source> <translation>Git: Построчный просмотр различий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1629"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1632"/> <source><p>The file <b>{0}</b> could not be read.</p></source> <translation><p>Невозможно прочитать файл: <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1678"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1681"/> <source>Fetching from a remote Git repository</source> <translation>Получение изменений из удаленного Git репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1716"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1719"/> <source>Pulling from a remote Git repository</source> <translation>Затягивание изменений из удаленного Git репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1760"/> <source>Pushing to a remote Git repository</source> <translation>Проталкивание изменений в удаленный Git репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1785"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1788"/> <source>Committing failed merge</source> <translation>Фиксация неудачного слияния</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1812"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1815"/> <source>Aborting uncommitted/failed merge</source> <translation>Отмена незафиксированного/неудачного слияния</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1962"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1965"/> <source>Tagging in the Git repository</source> <translation>Работа с тегами в Git репозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2193"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2196"/> <source>Branching in the Git repository</source> <translation>Работа с ветвями в Git репозитории</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2233"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2236"/> <source>Delete Remote Branch</source> <translation>Удалить удаленную ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source>Current Branch</source> <translation>Текущая ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2254"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2257"/> <source><p>The current branch is <b>{0}</b>.</p></source> <translation><p>Текущая ветвь <b>{0}</b>.</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2318"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2321"/> <source>Create Bundle</source> <translation>Создать комплект</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2283"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2286"/> <source>Git Bundle Files (*.bundle)</source> <translation>Файлы Git комплекта (*.bundle)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2300"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2303"/> <source><p>The Git bundle file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл Git комплекта<b>{0}</b> уже существует. Перезаписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2348"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2351"/> <source>Verify Bundle</source> <translation>Проверить комплект</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Git Bundle Files (*.bundle);;All Files (*)</source> <translation>Файлы Git комплектов (*.bundle);;Все файлы (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2378"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2381"/> <source>List Bundle Heads</source> <translation>Список головных ревизий в комплекте</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2478"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2481"/> <source>Apply Bundle</source> <translation>Применить комплект</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2501"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2504"/> <source>Applying a bundle file (fetch)</source> <translation>Применение комплекта (fetch)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2528"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2531"/> <source>Bisect subcommand ({0}) invalid.</source> <translation>Bisect Недействительная подкоманда ({0}).</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2731"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2734"/> <source>Git Bisect ({0})</source> <translation>Git Bisect ({0})</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2627"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2630"/> <source>Process Generation Error</source> <translation>Ошибка при запуске процесса</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source>Create Bisect Replay File</source> <translation>Создать файл повтора Bisect</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2637"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2640"/> <source>Git Bisect Replay Files (*.replay)</source> <translation>Файлы повтора Git Bisect (*.replay)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2654"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2657"/> <source><p>The Git bisect replay file <b>{0}</b> already exists. Overwrite it?</p></source> <translation><p>Файл повтора Git Bisect<b>{0}</b> уже существует. Перезаписать?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2671"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2674"/> <source><p>The file <b>{0}</b> could not be written.</p><p>Reason: {1}</p></source> <translation><p>Невозможно записать файл <b>{0}</b>.</p><p>Причина: {1}</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2692"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2695"/> <source>Edit Bisect Replay File</source> <translation>Редактировать файл повтора bisect-поиска</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Git Bisect Replay Files (*.replay);;All Files (*)</source> <translation>Файлы повтора Git Bisect(*.replay);;Все файлы (*)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2719"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2722"/> <source>Bisect Replay</source> <translation>Повтор Bisect-поиска</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3071"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3074"/> <source>Show Remote Info</source> <translation>Показать инфо об удаленном источнике</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Rename Remote Repository</source> <translation>Переименовать удаленный репозиторий</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2950"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="2953"/> <source>Enter new name for remote repository:</source> <translation>Введите новое имя для удаленного репозитория:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3095"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3098"/> <source>Show Shortlog</source> <translation>Отображение журнала изменений</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3153"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3156"/> <source>Cherry-pick</source> <translation>Выборка</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3183"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3186"/> <source>Copy Changesets (Continue)</source> <translation>Копировать набор изменений (Continue)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3208"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3211"/> <source>Copy Changesets (Quit)</source> <translation>Копировать набор изменений (Quit)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3234"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3237"/> <source>Copy Changesets (Cancel)</source> <translation>Копировать набор изменений (Cancel)</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3314"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3317"/> <source>Saving stash</source> <translation>Сохранение в стеке незавершенных изменений ("заначка")</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Show Stash</source> <translation>Показать "заначку"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3513"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3516"/> <source>Select a stash (empty for latest stash):</source> <translation>Выберите "заначку" (оставьте пустым чтобы использовать последнюю):</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3425"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3428"/> <source>Restore Stash</source> <translation>Восстановить из "заначки"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3439"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3442"/> <source>Restoring stash</source> <translation>Восстановление из стека незавершенных изменений ("заначки")</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3473"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3476"/> <source>Create Branch</source> <translation>Создать ветвь</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3463"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3466"/> <source>Enter a branch name to restore a stash to:</source> <translation>Введите имя ветви для восстановления из "заначки":</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3488"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3491"/> <source>Creating branch</source> <translation>Создание ветви</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Delete Stash</source> <translation>Удалить "заначку"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3522"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3525"/> <source>Do you really want to delete the stash <b>{0}</b>?</source> <translation>Вы действительно хотите удалить "заначку" <b>{0}</b>?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3533"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3536"/> <source>Deleting stash</source> <translation>Удаление "заначки"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Delete All Stashes</source> <translation>Удалить все "заначки"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3553"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3556"/> <source>Do you really want to delete all stashes?</source> <translation>Вы действительно хотите удалить все "заначки"?</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3561"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3564"/> <source>Deleting all stashes</source> <translation>Удаление всех "заначек"</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3633"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3636"/> <source>Showing the combined configuration settings</source> <translation>Отображение обобщенных параметров конфигурации</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3659"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3662"/> <source>Verifying the integrity of the Git repository</source> <translation>Проверка целостности Git репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3684"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3687"/> <source>Performing Repository Housekeeping</source> <translation>Проведение уборки репозитория</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3728"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3731"/> <source><tr><td><b>Statistics</b></td></tr></source> <translation><tr><td><b>Статистика</b></td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3729"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3732"/> <source><tr><td>Number of loose objects: </td><td>{0}</td></tr></source> <translation><tr><td>Количество "рыхлых" объектов: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3733"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3736"/> <source><tr><td>Disk space used by loose objects: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Дисковое пространство, занятое "рыхлыми" объектами: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3737"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3740"/> <source><tr><td>Number of packed objects: </td><td>{0}</td></tr></source> <translation><tr><td>Количество упакованных объектов: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3741"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3744"/> <source><tr><td>Number of packs: </td><td>{0}</td></tr></source> <translation><tr><td>Количество упаковок: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3745"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3748"/> <source><tr><td>Disk space used by packed objects: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Дисковое пространство, занятое упакованными объектами: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3749"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3752"/> <source><tr><td>Packed objects waiting for pruning: </td><td>{0}</td></tr></source> <translation><tr><td>Упакованные объекты, ожидающие удаления: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3753"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3756"/> <source><tr><td>Garbage files: </td><td>{0}</td></tr></source> <translation><tr><td>Мусорные файлы: </td><td>{0}</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3757"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3760"/> <source><tr><td>Disk space used by garbage files: </td><td>{0} KiB</td></tr></source> <translation><tr><td>Дисковое пространство, занятое мусорными файлами: </td><td>{0} KiB</td></tr></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3763"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3766"/> <source><p><b>No statistics available.</b></p></source> <translation><p><b>Нет статистики.</b></p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3829"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3832"/> <source>Creating Archive</source> <translation>Создание архива</translation> </message> @@ -18252,72 +18252,72 @@ <translation><p>Вы действительно хотите переключиться на <b>{0}</b>?</p></translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1845"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1848"/> <source>Applying patch</source> <translation>Применение патча</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1877"/> - <source>Check patch files</source> - <translation>Проверить файлы патчей</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1880"/> + <source>Check patch files</source> + <translation>Проверить файлы патчей</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="1883"/> <source>Apply patch files</source> <translation>Применить файлы патчей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3872"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3875"/> <source>Add Submodule</source> <translation>Добавить подмодуль</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>List Submodules</source> <translation>Список подмодулей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3942"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3945"/> <source>No submodules defined for the project.</source> <translation>Подмодули для проекта не определены.</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3957"/> - <source>All</source> - <translation>Все</translation> - </message> - <message> <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <source>All</source> + <translation>Все</translation> + </message> + <message> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Submodule Path</source> <translation>Путь подмодуля</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3960"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="3963"/> <source>Select a submodule path:</source> <translation>Выберите путь к подмодулю:</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4013"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4016"/> <source>Initialize Submodules</source> <translation>Инициализация подмодулей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4050"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4053"/> <source>Unregister Submodules</source> <translation>Отменить регистрацию подмодулей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4130"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4133"/> <source>Update Submodules</source> <translation>Обновить подмодули</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4164"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4167"/> <source>Synchronize Submodules</source> <translation>Синхронизировать подмодули</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4222"/> + <location filename="../Plugins/VcsPlugins/vcsGit/git.py" line="4225"/> <source>Submodules Summary</source> <translation>Сводка о подмодулях</translation> </message> @@ -23818,12 +23818,12 @@ <translation>&Принудительное выполнение</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="92"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="103"/> <source>Select Submodule Repository Directory</source> <translation>Выберите директорию репозитория подмодулей</translation> </message> <message> - <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="118"/> + <location filename="../Plugins/VcsPlugins/vcsGit/GitSubmoduleAddDialog.py" line="129"/> <source>Select Submodule Directory</source> <translation>Выберите директорию подмодуля</translation> </message> @@ -46506,47 +46506,47 @@ <context> <name>NetworkManager</name> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="181"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="197"/> <source>SSL Certificate Error</source> <translation>Ошибка сертификата SSL</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="182"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="198"/> <source><b>{0}</b><p>The page you are trying to access has errors in the SSL certificate.</p><ul><li>{1}</li></ul><p>Would you like to make an exception?</p></source> <translation><b>{0}</b><p>Страница, к которой вы пытаетесь получить доступ, имет ошибки сертификата SSL.</p><ul><li>{1}</li></ul><p>Хотите сделать исключение?</p></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="192"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="208"/> <source>&Permanent accept</source> <translation>Принимать &всегда</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="194"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="210"/> <source>&Temporary accept</source> <translation>Принимать вр&еменно</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="196"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="212"/> <source>&Reject</source> <translation>&Отвергать</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="229"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="245"/> <source><b>Enter username and password for '{0}', realm '{1}'</b></source> <translation><b>Введите имя пользователя и пароль для '{0}'; realm '{1}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="232"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="248"/> <source><b>Enter username and password for '{0}'</b></source> <translation><b>Введите имя пользователя и пароль для '{0}'</b></translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="275"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="291"/> <source>Authentication required</source> <translation>Требуется аутентификация</translation> </message> <message> - <location filename="../WebBrowser/Network/NetworkManager.py" line="276"/> + <location filename="../WebBrowser/Network/NetworkManager.py" line="292"/> <source>Authentication is required to access:</source> <translation>Для доступа требуется аутентификация:</translation> </message> @@ -76271,7 +76271,7 @@ <translation><h3>Номера версий</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6953"/> + <location filename="../UI/UserInterface.py" line="6956"/> <source></table></source> <translation></table></translation> </message> @@ -76500,37 +76500,37 @@ <translation><p><b>{0}</b> не является файлом</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>&Cancel</source> <translation>От&мена</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6737"/> + <location filename="../UI/UserInterface.py" line="6740"/> <source>Trying host {0}</source> <translation>Подключение к хосту {0}</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>Update available</source> <translation>Обновления доступны</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Error during updates check</source> <translation>Ошибка при проверке обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6915"/> + <location filename="../UI/UserInterface.py" line="6918"/> <source>Could not perform updates check.</source> <translation>Невозможно запустить проверку обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6939"/> + <location filename="../UI/UserInterface.py" line="6942"/> <source><h3>Available versions</h3><table></source> <translation><h3>Доступные версии</h3><table></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>First time usage</source> <translation>Первое использование</translation> </message> @@ -76570,12 +76570,12 @@ <translation><b>Документация Python 2</b><p>Показать документацию Python 2. Если местонахождение документации не было настроено, то искать в директории <i>doc</i> каталога где находится исполняемый файл Python 2 под Windows и в директории <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной среды окружения PYTHON2DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>Error getting versions information</source> <translation>Ошибка при получении информации о версии</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6794"/> + <location filename="../UI/UserInterface.py" line="6797"/> <source>The versions information could not be downloaded. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии. Пожалуйста попробуйте ещё раз.</translation> </message> @@ -76590,7 +76590,7 @@ <translation>Невозможно запустить web-браузер</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6801"/> + <location filename="../UI/UserInterface.py" line="6804"/> <source>The versions information could not be downloaded for the last 7 days. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии в течении последних 7 дней. Пожалуйста попробуйте ещё раз.</translation> </message> @@ -76681,7 +76681,7 @@ <translation><p>Невозможно запустить программу для создания снимка экрана.<br>Убедитесь что она установлена как <b>{0}</b>.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="7009"/> + <location filename="../UI/UserInterface.py" line="7012"/> <source>Select Workspace Directory</source> <translation>Выбор директории рабочей области</translation> </message> @@ -77066,7 +77066,7 @@ <translation><b>Документация Python 3</b><p>Показать документацию Python 3. Если местонахождение документации не было настроено, то искать в директории <i>doc</i> каталога где находится исполняемый файл Python 3 под Windows и в директории <i>/usr/share/doc/packages/python/html/python-docs-html</i> под UNIX. Местонахождение документации можно задать с помощью переменной среды окружения PYTHON3DOCDIR.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6728"/> + <location filename="../UI/UserInterface.py" line="6731"/> <source>%v/%m</source> <translation>%v/%m</translation> </message> @@ -77086,7 +77086,7 @@ <translation><b>Показать журнал ошибок...</b><p>Показать журнал ошибок.</p></translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6732"/> + <location filename="../UI/UserInterface.py" line="6735"/> <source>Version Check</source> <translation>Проверка версии</translation> </message> @@ -77161,22 +77161,22 @@ <translation>eric6 не поддерживает Qt3.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6895"/> + <location filename="../UI/UserInterface.py" line="6898"/> <source>The update to <b>{0}</b> of eric6 is available at <b>{1}</b>. Would you like to get it?</source> <translation>На сайте <b>{1}</b> доступно обновление eric6 до версии <b>{0}</b>. Загрузить?</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>Eric6 is up to date</source> <translation>Eric6 не требует обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6908"/> + <location filename="../UI/UserInterface.py" line="6911"/> <source>You are using the latest version of eric6</source> <translation>Вы используете самую последнюю версию eric6</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6990"/> + <location filename="../UI/UserInterface.py" line="6993"/> <source>eric6 has not been configured yet. The configuration dialog will be started.</source> <translation>Настройка eric6 ещё не выполнена. Сейчас будет запущен диалог конфигурации.</translation> </message> @@ -77196,7 +77196,7 @@ <translation>Инструменты пользователя не сконфигурированы</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6748"/> + <location filename="../UI/UserInterface.py" line="6751"/> <source>The versions information cannot not be downloaded because you are <b>offline</b>. Please go online and try again.</source> <translation>Невозможно загрузить информацию о версии потому что вы <b>не в сети</b>. Пожалуйста, подключитесь к интернету и повторите попытку.</translation> </message> @@ -77281,18 +77281,18 @@ <translation>Инициализация плагинов...</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>Update Check</source> <translation>Проверка обновлений</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6883"/> + <location filename="../UI/UserInterface.py" line="6886"/> <source>You installed eric directly from the source code. There is no possibility to check for the availability of an update.</source> <translation>Eric установлен непосредственно из исходного кода. Невозможно проверить наличие обновлений.</translation> </message> <message> - <location filename="../UI/UserInterface.py" line="6873"/> + <location filename="../UI/UserInterface.py" line="6876"/> <source>You are using a snapshot release of eric6. A more up-to-date stable release might be available.</source> <translation>Вы используете промежуточный релиз eric6. Возможно на сайте доступна и более свежий стабильный релиз.</translation> </message> @@ -81958,19 +81958,19 @@ <translation>Задайте для виртуального окружения интерпретатор Python</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="63"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="65"/> <source>Virtualenv Target Directory</source> <translation>Целевая директория Virtualenv</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="68"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="70"/> <source>Python Interpreter</source> <translation>Интерпретатор Python</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="106"/> - <source>Select to denote a global environment (i.e. no virtual environment directory to be given)</source> - <translation>Разрешить обозначать глобальную среду окружение (т.е. не указывать директорию виртуального окружения)</translation> + <source>Select,if this is a global environment (i.e. no virtual environment directory to be given)</source> + <translation type="unfinished">Разрешить обозначать глобальную среду окружение (т.е. не указывать директорию виртуального окружения)</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="113"/> @@ -81983,12 +81983,12 @@ <translation>Выберите версию Python'а</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="145"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="155"/> <source>PATH Prefix:</source> <translation>Префикс PATH:</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="73"/> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.py" line="75"/> <source>Enter the executable search path to be prepended to the PATH environment variable. Use '{0}' as the separator.</source> <translation>Задайте выполнимый путь поиска, который будет добавлен к переменной среды окружения PATH. Используйте '{0}' в качестве разделителя.</translation> </message> @@ -82006,14 +82006,24 @@ </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="120"/> - <source>Select, if this is an Conda environment</source> - <translation>Выберите, если это среда окружения Conda</translation> + <source>Select, if this is a Conda environment</source> + <translation type="unfinished">Выберите, если это среда окружения Conda</translation> </message> <message> <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="123"/> <source>Conda Environment</source> <translation>Среда окружения Conda</translation> </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="130"/> + <source>Select, if this is a remotely accessed environment</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../VirtualEnv/VirtualenvAddEditDialog.ui" line="133"/> + <source>Remote Environment</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>VirtualenvConfigurationDialog</name> @@ -82457,52 +82467,52 @@ <context> <name>VirtualenvManager</name> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>Add Virtual Environment</source> <translation>Добавить виртуальное окружение</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="187"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="194"/> <source>A virtual environment named <b>{0}</b> exists already. Shall it be replaced?</source> <translation>Виртуальное окружение с именем <b>{0}</b> уже существует.Заменить его?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="244"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="255"/> <source>Change Virtual Environment</source> <translation>Изменить виртуальное окружение</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>A virtual environment named <b>{0}</b> does not exist. Aborting!</source> <translation>Виртуальное окружение с именем <b>{0}</b> не существует. Прерывание!</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="293"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="307"/> <source>Rename Virtual Environment</source> <translation>Переименовать виртуальное окружение</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="371"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="387"/> <source>{0} - {1}</source> <translation>{0} - {1}</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Delete Virtual Environments</source> <translation>Удалить виртуальные окружения</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="322"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="337"/> <source>Do you really want to delete these virtual environments?</source> <translation>Вы действительно хотите удалить эти виртуальные окружения?</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Remove Virtual Environments</source> <translation>Убрать виртуальные окружения из списка</translation> </message> <message> - <location filename="../VirtualEnv/VirtualenvManager.py" line="376"/> + <location filename="../VirtualEnv/VirtualenvManager.py" line="392"/> <source>Do you really want to remove these virtual environments?</source> <translation>Вы действительно хотите убрать эти виртуальные окружения из списка?</translation> </message> @@ -84683,16 +84693,6 @@ <source><p> Allow the website at <b>{0}</b> to use <b>{1}</b> of persistent storage?</p></source> <translation><p> Разрешить вебсайту <b>{0}</b> использовать <b>{1}</b> постоянного хранилища?</p></translation> </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2291"/> - <source>Protocol Handler Request</source> - <translation type="obsolete">Запрос обработчика протокола</translation> - </message> - <message> - <location filename="../WebBrowser/WebBrowserView.py" line="2291"/> - <source><p> Allow the website at <b>{0}</b> to open all <b>{1}</b> links?</p></source> - <translation type="obsolete"><p> Разрешить вебсайту <b>{0}</b> открыть всеl <b>{1}</b> ссылки?</p></translation> - </message> </context> <context> <name>WebBrowserVirusTotalPage</name> @@ -87236,12 +87236,12 @@ <context> <name>eric6</name> <message> - <location filename="../eric6.py" line="393"/> + <location filename="../eric6.py" line="394"/> <source>Starting...</source> <translation>Запуск...</translation> </message> <message> - <location filename="../eric6.py" line="398"/> + <location filename="../eric6.py" line="399"/> <source>Generating Main Window...</source> <translation>Создание главного окна...</translation> </message>