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.de.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'core/locales/locale.de.conf') diff --git a/core/locales/locale.de.conf b/core/locales/locale.de.conf index 40a3b746..6e2da778 100644 --- a/core/locales/locale.de.conf +++ b/core/locales/locale.de.conf @@ -167,8 +167,10 @@ Command _Entry = Befehlseingabe Select Co_mmand = Befehl auswählen _Run = Ausführen _Compile = Kompilieren +Buil_d = Build starten +S_top = Stoppen _Next Error = Nächstes Fehler -_Previous Error = Voriges Fehler +_Previous Error = Voriger Fehler _Adeptsense = _Adeptsense _Complete Symbol = Symbol vervollständigen Show _Documentation = Dokumentation anzeigen @@ -182,6 +184,7 @@ Snap_open = Snap_open Snapopen _User Home = Snapopen _Userhome-Verzeichnis Snapopen _Textadept Home = Snapopen _Textadept-Verzeichnis Snapopen _Current Directory = Snapopen aktuelles Verzeichnis +Snapopen Current _Project = Snapopen aktuelles Projekt _Snippets = _Snippets _Insert Snippet... = Snippet auswählen... _Expand Snippet/Next Placeholder = _Snippet einfügen/Nächster Platzhalter -- cgit v1.2.3