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.es.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/locales/locale.es.conf') diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf index 69da3223..6188c8f3 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -178,6 +178,8 @@ Command _Entry = _Línea de comandos Select Co_mmand = _Seleccionar comandos _Run = _Ejecutar _Compile = _Compilar +Buil_d = Co_nstruir +S_top = _Detener _Next Error = Error sig_uiente _Previous Error = Error _anterior _Adeptsense = _Adeptsense @@ -193,6 +195,7 @@ Snap_open = Snap_open Snapopen _User Home = Snapopen en carpeta de _usuario Snapopen _Textadept Home = Snapopen en carpeta de _Textadept Snapopen _Current Directory = Snapopen en carpeta _actual +Snapopen Current _Project = _Snippets = _Fragmentos de código _Insert Snippet... = _Insertar fragmento... _Expand Snippet/Next Placeholder = _Expandir fragmento/siguiente marcador -- cgit v1.2.3