From f65b2b2a66f05b20010256ca1d81cc3252ea1471 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 26 Mar 2014 10:15:53 -0400 Subject: Include my new "lspawn" module by default for spawning processes. The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`. --- core/locales/locale.ru.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/locales/locale.ru.conf') diff --git a/core/locales/locale.ru.conf b/core/locales/locale.ru.conf index dcef6186..7fa0046d 100644 --- a/core/locales/locale.ru.conf +++ b/core/locales/locale.ru.conf @@ -167,6 +167,8 @@ Command _Entry = Командная _строка Select Co_mmand = Выбрать _команду _Run = _Запустить _Compile = _Скомпилировать +Buil_d = С_обрать +S_top = Ос_тановить _Next Error = Следующая Ошибка _Previous Error = Предыдущая Ошибка _Adeptsense = _Adeptsense @@ -182,6 +184,7 @@ Snap_open = _Быстрое открытие файлов Snapopen _User Home = Быстрое открытие _домашнего каталога Snapopen _Textadept Home = Быстрое открытие домашней страницы _Textadept Snapopen _Current Directory = Быстрое открытие _текущего каталога +Snapopen Current _Project = Быстрое открытие текущего _проект _Snippets = _Заготовки _Insert Snippet... = _Вставить загтовку... _Expand Snippet/Next Placeholder = _Развернуть заготовку/Следующая метка -- cgit v1.2.3