From 1f367593686bd1619ad94b669a65559ef8afb582 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Thu, 8 Oct 2020 14:01:36 -0400 Subject: Added `textadept.history` module for recording and navigating position history. --- core/locales/locale.es.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/locales/locale.es.conf') diff --git a/core/locales/locale.es.conf b/core/locales/locale.es.conf index af3c1c55..354a33fc 100644 --- a/core/locales/locale.es.conf +++ b/core/locales/locale.es.conf @@ -198,6 +198,12 @@ Enclose in Brackets = Encerrar entre corc_hetes Enclose in Braces = Encerrar entre _llaves Move Selected Lines Up = Mover lí_neas seleccionadas arriba Move Selected Lines Down = Mo_ver líneas seleccionadas abajo +# Menu items for navigating through position history. +History = _History +Navigate Backward = Navigate _Backward +Navigate Forward = Navigate _Forward +Record Location = _Record Location +Clear History = _Clear History # Menu item for opening user preferences. Preferences = _Preferencias # Menu items for searching and replacing text within buffers and files. -- cgit v1.2.3