aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-10-22 23:31:39 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-10-22 23:31:39 -0400
commit46c14ddbe14386a98a8172519b6236ee2443353a (patch)
treec2ded20d1d017aa4601da6ccd99a54c0b38e2412 /core/locale.conf
parent9bbf8a1d38c31800a0fb70d062c1a728741ab544 (diff)
Added module for recording, playing, saving, and loading keyboard macros.
Diffstat (limited to 'core/locale.conf')
-rw-r--r--core/locale.conf19
1 files changed, 18 insertions, 1 deletions
diff --git a/core/locale.conf b/core/locale.conf
index efc5b43a..c30e3430 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -134,6 +134,16 @@ Find in Files aborted = Find in Files aborted
# The statusbar text shown after performing a "Replace All".
replacement(s) made = replacement(s) made
+# [modules/textadept/macros.lua]
+# The message displayed in the statusbar while a macro is being recorded.
+Macro recording = Macro recording
+# The message displayed in the statusbar when finished recording a macro.
+Macro stopped recording = Macro stopped recording
+# The title of the dialog for selecting a file to save a recorded macro in.
+Save Macro = Save Macro
+# The title of the dialog for selecting a file to load a recorded macro from.
+Load Macro = Load Macro
+
# [modules/textadept/menu.lua]
# Typical "File" menu items for creating new files, opening, saving, and closing
# existing files, opening and saving sessions, and quitting Textadept.
@@ -207,7 +217,7 @@ _Tools = _Tools
# Menu item for opening Textadept's Lua command entry.
Command _Entry = Command _Entry
# Menu item for selecting a menu command to run.
-Select Co_mmand = Select Co_mmand
+Select Co_mmand = Se_lect Command
# Menu items for running or compiling the current source file.
_Run = _Run
_Compile = _Compile
@@ -232,6 +242,13 @@ _Clear Bookmarks = _Clear Bookmarks
_Next Bookmark = _Next Bookmark
_Previous Bookmark = _Previous Bookmark
_Goto Bookmark... = _Goto Bookmark...
+# Menu items for recording, playing back, saving, and loading macros.
+_Macros = _Macros
+_Start Recording = _Start Recording
+Sto_p Recording = Sto_p Recording
+_Play = _Play
+Sa_ve... = Sa_ve...
+_Load... = _Load...
# Menu items for launching a quick open dialog in order to open files in certain
# directories. A quick open dialog lists all files in a directory and its
# subdirectories and filters the list down as the user types.