diff options
Diffstat (limited to 'core/locale.conf')
-rw-r--r-- | core/locale.conf | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/core/locale.conf b/core/locale.conf index a3eacfb2..b7aed789 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -416,6 +416,18 @@ MENU_SEARCH_REPLACE "Replace" MENU_SEARCH_REPLACE_ALL "Replace _All" % core/ext/menu.lua +% "Find in F_iles" +MENU_SEARCH_FIND_IN_FILES "Find in F_iles" + +% core/ext/menu.lua +% "Goto Next File Found" +MENU_SEARCH_GOTO_NEXT_FILE_FOUND "Goto Next File Found" + +% core/ext/menu.lua +% "Goto Previous File Found" +MENU_SEARCH_GOTO_PREV_FILE_FOUND "Goto Previous File Found" + +% core/ext/menu.lua % "gtk-jump-to" MENU_SEARCH_GOTO_LINE "gtk-jump-to" @@ -532,8 +544,8 @@ MENU_BUF_TITLE "_Buffers" MENU_BUF_NEXT "_Next Buffer" % core/ext/menu.lua -% "_Prev Buffer" -MENU_BUF_PREV "_Prev Buffer" +% "_Previous Buffer" +MENU_BUF_PREV "_Previous Buffer" % core/ext/menu.lua % "Toggle View _EOL" @@ -584,8 +596,8 @@ MENU_VIEW_TITLE "_Views" MENU_VIEW_NEXT "_Next View" % core/ext/menu.lua -% "_Prev View" -MENU_VIEW_PREV "_Prev View" +% "_Previous View" +MENU_VIEW_PREV "_Previous View" % core/ext/menu.lua % "Split _Vertical" |