aboutsummaryrefslogtreecommitdiff
path: root/core/locale.conf
diff options
context:
space:
mode:
Diffstat (limited to 'core/locale.conf')
-rw-r--r--core/locale.conf44
1 files changed, 30 insertions, 14 deletions
diff --git a/core/locale.conf b/core/locale.conf
index 576aaf9f..4004e4ff 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -28,14 +28,6 @@ UNTITLED "Untitled"
MESSAGE_BUFFER "[Message Buffer]"
% core/events.lua
-% "OVR"
-STATUS_OVR "OVR"
-
-% core/events.lua
-% "INS"
-STATUS_INS "INS"
-
-% core/events.lua
% "CRLF"
STATUS_CRLF "CRLF"
@@ -56,8 +48,8 @@ STATUS_TABS "Tabs: "
STATUS_SPACES "Spaces: "
% core/events.lua
-% "Line: %d/%d Col: %d Lexer: %s %s %s %s"
-DOCSTATUSBAR_TEXT "Line: %d/%d Col: %d Lexer: %s %s %s %s"
+% "Line: %d/%d Col: %d %s %s %s %s"
+DOCSTATUSBAR_TEXT "Line: %d/%d Col: %d %s %s %s %s"
% core/events.lua
% "Save?"
@@ -536,8 +528,8 @@ MENU_TOOLS_MACROS_STOP "S_top Recording"
MENU_TOOLS_MACROS_PLAY "_Play Macro"
% core/ext/menu.lua
-% "_Buffers"
-MENU_BUF_TITLE "_Buffers"
+% "_Buffer"
+MENU_BUF_TITLE "_Buffer"
% core/ext/menu.lua
% "_Next Buffer"
@@ -584,12 +576,36 @@ MENU_BUF_EOL_MODE_CR "CR"
MENU_BUF_EOL_MODE_LF "LF"
% core/ext/menu.lua
+% "Encoding"
+MENU_BUF_ENCODING_TITLE "Encoding"
+
+% core/ext/menu.lua
+% "UTF-8"
+MENU_BUF_ENCODING_UTF8 "UTF-8"
+
+% core/ext/menu.lua
+% "ASCII"
+MENU_BUF_ENCODING_ASCII "ASCII"
+
+% core/ext/menu.lua
+% "ISO-8859-1"
+MENU_BUF_ENCODING_ISO88591 "ISO-8859-1"
+
+% core/ext/menu.lua
+% "MacRoman"
+MENU_BUF_ENCODING_MACROMAN "MacRoman"
+
+% core/ext/menu.lua
+% "UTF-16"
+MENU_BUF_ENCODING_UTF16 "UTF-16"
+
+% core/ext/menu.lua
% "_Refresh Syntax Highlighting"
MENU_BUF_REFRESH "_Refresh Syntax Highlighting"
% core/ext/menu.lua
-% "_Views"
-MENU_VIEW_TITLE "_Views"
+% "_View"
+MENU_VIEW_TITLE "_View"
% core/ext/menu.lua
% "_Next View"