aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-01-05 23:02:04 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-01-05 23:02:04 -0500
commit87a6393a09780e81c6ed39c454df57b847ae4401 (patch)
tree048450786fb22fc013d2ad9557c07f70eefb0803 /core/locale.lua
parent40518ad4d4538b4bc7d1c063dda715fd9601b9c9 (diff)
Add bookmarks to the textadept module and menu.
Diffstat (limited to 'core/locale.lua')
-rw-r--r--core/locale.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/locale.lua b/core/locale.lua
index 00d10b50..930f1151 100644
--- a/core/locale.lua
+++ b/core/locale.lua
@@ -270,6 +270,16 @@ MENU_TOOLS_ML_REMOVE_MULTIPLE = 'R_emove Multiple Lines'
MENU_TOOLS_ML_UPDATE = '_Update Multiple Lines'
-- _Finish Editing
MENU_TOOLS_ML_FINISH = '_Finish Editing'
+-- _Bookmark
+MENU_TOOLS_BM_TITLE = '_Bookmark'
+-- _Toggle on Current Line
+MENU_TOOLS_BM_TOGGLE = '_Toggle on Current Line'
+-- _Clear All
+MENU_TOOLS_BM_CLEAR_ALL = '_Clear All'
+-- _Next
+MENU_TOOLS_BM_NEXT = '_Next'
+-- _Previous
+MENU_TOOLS_BM_PREV = '_Previous'
-- M_acros
MENU_TOOLS_MACROS_TITLE = 'M_acros'
-- _Start Recording