From 46c14ddbe14386a98a8172519b6236ee2443353a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 22 Oct 2018 23:31:39 -0400 Subject: Added module for recording, playing, saving, and loading keyboard macros. --- core/locales/locale.ar.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'core/locales/locale.ar.conf') diff --git a/core/locales/locale.ar.conf b/core/locales/locale.ar.conf index 33e2480e..fb3b5df0 100644 --- a/core/locales/locale.ar.conf +++ b/core/locales/locale.ar.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 = وضع الاستبدال +# [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. @@ -232,6 +242,13 @@ _Clear Bookmarks = ا_مسح العلامات _Next Bookmark = العلامة ال_تالية _Previous 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. -- cgit v1.2.3