aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-02-21 16:09:53 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2020-02-21 16:09:53 -0500
commit5b2511834db13d21724314c20be06aa71afdee2b (patch)
tree8235872dd868dd2bf87592a0b2ac0a11bf945f2c /core/locale.conf
parentb4a67ffb3aedafcd778ad853246f8119f7e5e9e6 (diff)
Removed '_' mnemonics from locale keys.
Kept backward-compatibility for now.
Diffstat (limited to 'core/locale.conf')
-rw-r--r--core/locale.conf296
1 files changed, 148 insertions, 148 deletions
diff --git a/core/locale.conf b/core/locale.conf
index 7d895184..c38daf68 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -29,21 +29,21 @@ Untitled = Untitled
# unsaved changes.
Close without saving? = Close without saving?
There are unsaved changes in = There are unsaved changes in
-_Cancel = _Cancel
-Close _without saving = Close _without saving
+Cancel = _Cancel
+Close without saving = Close _without saving
# The text displayed in a dialog when a file has been externally modified.
Reload? = Reload?
Reload modified file? = Reload modified file?
has been modified. Reload it? = has been modified. Reload it?
-_Yes = _Yes
-_No = _No
+Yes = _Yes
+No = _No
# The column label for lists of filenames in dialogs.
Filename = File
# The text displayed in a dialog when more than X files were found in the quick
# open dialog.
files or more were found. Showing the first = files or more were found. Showing the first
File Limit Exceeded = File Limit Exceeded
-_OK = _OK
+OK = _OK
# [core/keys.lua]
# The statusbar text shown when the user has pressed a key that is part of a key
@@ -75,7 +75,7 @@ Lua reset = Lua reset
# unsaved changes in open buffers.
Quit without saving? = Quit without saving?
The following buffers are unsaved: = The following buffers are unsaved:
-Quit _without saving = Quit _without saving
+Quit without saving = Quit _without saving
# [modules/textadept/bookmarks.lua]
# The text displayed in the dialog for selecting a bookmark to jump to.
@@ -92,17 +92,17 @@ returned non-zero status = returned non-zero status
# [modules/textadept/find.lua]
# The text displayed in the find & replace pane.
-_Find: = _Find:
-R_eplace: = R_eplace:
+Find: = _Find:
+Replace: = R_eplace:
# The button text displayed in the GUI find & replace pane.
-Find _Next = Find _Next
-Find _Prev = Find _Prev
-_Replace = _Replace
-Replace _All = Replace _All
-_Match case = _Match case
-_Whole word = _Whole word
-Rege_x = Rege_x
-_In files = _In files
+Find Next = Find _Next
+Find Prev = Find _Prev
+Replace = _Replace
+Replace All = Replace _All
+Match case = _Match case
+Whole word = _Whole word
+Regex = Rege_x
+In files = _In files
# The button text displayed in the terminal version's find & replace pane.
# These should be as short as possible, as most terminals are 80 characters in
# width.
@@ -148,193 +148,193 @@ 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.
-_File = _File
-_New = _New
-_Open = _Open
-Open _Recent... = Open _Recent...
-Re_load = Re_load
-_Save = _Save
-Save _As = Save _As
+File = _File
+New = _New
+Open = _Open
+Open Recent... = Open _Recent...
+Reload = Re_load
+Save = _Save
+Save As = Save _As
Save All = Save All
-_Close = _Close
+Close = _Close
Close All = Close All
-Loa_d Session... = Loa_d Session...
-Sav_e Session... = Sav_e Session...
-_Quit = _Quit
+Load Session... = Loa_d Session...
+Save Session... = Sav_e Session...
+Quit = _Quit
# Typical "Edit" menu items for manipulating buffer text and source code.
-_Edit = _Edit
-_Undo = _Undo
-_Redo = _Redo
-Cu_t = Cu_t
-_Copy = _Copy
-_Paste = _Paste
-Paste Re_indent = Paste Re_indent
-Duplicate _Line = Duplicate _Line
-_Delete = _Delete
-D_elete Word = D_elete Word
-Select _All = Select _All
-_Match Brace = _Match Brace
-Complete _Word = Complete _Word
-_Highlight Word = _Highlight Word
-Toggle _Block Comment = Toggle _Block Comment
-T_ranspose Characters = T_ranspose Characters
-_Join Lines = _Join Lines
+Edit = _Edit
+Undo = _Undo
+Redo = _Redo
+Cut = Cu_t
+Copy = _Copy
+Paste = _Paste
+Paste Reindent = Paste Re_indent
+Duplicate Line = Duplicate _Line
+Delete = _Delete
+Delete Word = D_elete Word
+Select All = Select _All
+Match Brace = _Match Brace
+Complete Word = Complete _Word
+Highlight Word = _Highlight Word
+Toggle Block Comment = Toggle _Block Comment
+Transpose Characters = T_ranspose Characters
+Join Lines = _Join Lines
# The menu item for filtering text through a shell command and replacing input
# text with that command's output text.
-_Filter Through = _Filter Through
+Filter Through = _Filter Through
# Menu items for selecting text and entities.
-_Select = _Select
-Select between _Matching Delimiters = Select between _Matching Delimiters
-Select between _XML Tags = Select between _XML Tags
-Select in XML _Tag = Select in XML _Tag
-Select _Word = Select _Word
-Select _Line = Select _Line
-Select Para_graph = Select Para_graph
+Select = _Select
+Select between Matching Delimiters = Select between _Matching Delimiters
+Select between XML Tags = Select between _XML Tags
+Select in XML Tag = Select in XML _Tag
+Select Word = Select _Word
+Select Line = Select _Line
+Select Paragraph = Select Para_graph
# Menu items for transforming selected text.
-Selectio_n = Selectio_n
-_Upper Case Selection = _Upper Case Selection
-_Lower Case Selection = _Lower Case Selection
-Enclose as _XML Tags = Enclose as _XML Tags
-Enclose as Single XML _Tag = Enclose as Single XML _Tag
-Enclose in Single _Quotes = Enclose in Single _Quotes
-Enclose in _Double Quotes = Enclose in _Double Quotes
-Enclose in _Parentheses = Enclose in _Parentheses
-Enclose in _Brackets = Enclose in _Brackets
-Enclose in B_races = Enclose in B_races
-_Move Selected Lines Up = _Move Selected Lines Up
-Move Selected Lines Do_wn = Move Selected Lines Do_wn
+Selection = Selectio_n
+Upper Case Selection = _Upper Case Selection
+Lower Case Selection = _Lower Case Selection
+Enclose as XML Tags = Enclose as _XML Tags
+Enclose as Single XML Tag = Enclose as Single XML _Tag
+Enclose in Single Quotes = Enclose in Single _Quotes
+Enclose in Double Quotes = Enclose in _Double Quotes
+Enclose in Parentheses = Enclose in _Parentheses
+Enclose in Brackets = Enclose in _Brackets
+Enclose in Braces = Enclose in B_races
+Move Selected Lines Up = _Move Selected Lines Up
+Move Selected Lines Down = Move Selected Lines Do_wn
# Menu items for searching and replacing text within buffers and files.
-_Search = _Search
-_Find = _Find
-Find _Previous = Find _Previous
-Find _Incremental = Find _Incremental
-Find in Fi_les = Find in Fi_les
-Goto Nex_t File Found = Goto Nex_t File Found
-Goto Previou_s File Found = Goto Previou_s File Found
+Search = _Search
+Find = _Find
+Find Previous = Find _Previous
+Find Incremental = Find _Incremental
+Find in Files = Find in Fi_les
+Goto Next File Found = Goto Nex_t File Found
+Goto Previous File Found = Goto Previou_s File Found
# Menu item for jumping to a specific line in a buffer.
-_Jump to = _Jump to
+Jump to = _Jump to
# Menu items for various tools and utilities for editing and working with source
# code.
-_Tools = _Tools
+Tools = _Tools
# Menu item for opening Textadept's Lua command entry.
-Command _Entry = Command _Entry
+Command Entry = Command _Entry
# Menu item for selecting a menu command to run.
-Select Co_mmand = Se_lect Command
+Select Command = Se_lect Command
# Menu items for running or compiling the current source file.
-_Run = _Run
-_Compile = _Compile
+Run = _Run
+Compile = _Compile
# Menu item for setting command line arguments for run and compile commands.
-Set _Arguments... = Set _Arguments...
+Set Arguments... = Set _Arguments...
# The text displayed in the dialog for specifying command line arguments for run
# and compile commands.
Command line arguments = Command line arguments
For Run: = For Run:
For Compile: = For Compile:
# Menu item for building the current project.
-Buil_d = Buil_d
+Build = Buil_d
# Menu item for stopping a run, compile, or build shell command.
-S_top = S_top
+Stop = S_top
# Menu items for navigating through recognized shell command errors.
-_Next Error = _Next Error
-_Previous Error = _Previous Error
+Next Error = _Next Error
+Previous Error = _Previous Error
# Menu items for working with bookmarked lines in buffers.
-_Bookmarks = _Bookmarks
-_Toggle Bookmark = _Toggle Bookmark
-_Clear Bookmarks = _Clear Bookmarks
-_Next Bookmark = _Next Bookmark
-_Previous Bookmark = _Previous Bookmark
-_Goto Bookmark... = _Goto Bookmark...
+Bookmarks = _Bookmarks
+Toggle Bookmark = _Toggle Bookmark
+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/Stop _Recording = Start/Stop _Recording
-_Play = _Play
-Sa_ve... = Sa_ve...
-_Load... = _Load...
+Macros = _Macros
+Start/Stop Recording = Start/Stop _Recording
+Play = _Play
+Save... = 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.
-Quick _Open = Quick _Open
-Quickly Open _User Home = Quickly Open _User Home
-Quickly Open _Textadept Home = Quickly Open _Textadept Home
-Quickly Open _Current Directory = Quickly Open _Current Directory
-Quickly Open Current _Project = Quickly Open Current _Project
+Quick Open = Quick _Open
+Quickly Open User Home = Quickly Open _User Home
+Quickly Open Textadept Home = Quickly Open _Textadept Home
+Quickly Open Current Directory = Quickly Open _Current Directory
+Quickly Open Current Project = Quickly Open Current _Project
# Menu items for working with snippets, insert-able pieces of code that act like
# templates with placeholders for user input.
-_Snippets = _Snippets
-_Insert Snippet... = _Insert Snippet...
-_Expand Snippet/Next Placeholder = _Expand Snippet/Next Placeholder
-_Previous Snippet Placeholder = _Previous Snippet Placeholder
-_Cancel Snippet = _Cancel Snippet
-Complete Trigger _Word = Complete Trigger _Word
+Snippets = _Snippets
+Insert Snippet... = _Insert Snippet...
+Expand Snippet/Next Placeholder = _Expand Snippet/Next Placeholder
+Previous Snippet Placeholder = _Previous Snippet Placeholder
+Cancel Snippet = _Cancel Snippet
+Complete Trigger Word = Complete Trigger _Word
# Menu items for auto-completing programming language symbols and showing
# documentation for them (e.g. typing `textadept.editing.` followed by a
# "Complete Symbol" would show all possible completions for that symbol).
-_Complete Symbol = _Complete Symbol
-Show _Documentation = Show _Documentation
+Complete Symbol = _Complete Symbol
+Show Documentation = Show _Documentation
# Menu item for inspecting the character under the caret. The character's byte
# information, the lexer used to syntax-highlight that character, and the
# character's lexical style (e.g. string, comment, number, etc.) are shown.
-Show St_yle = Show St_yle
+Show Style = Show St_yle
Lexer = Lexer
Style = Style
# Menu items for navigating between open buffers.
-_Buffer = _Buffer
-_Next Buffer = _Next Buffer
-_Previous Buffer = _Previous Buffer
-_Switch to Buffer... = _Switch to Buffer...
+Buffer = _Buffer
+Next Buffer = _Next Buffer
+Previous Buffer = _Previous Buffer
+Switch to Buffer... = _Switch to Buffer...
# Menu items for changing the indentation settings for the current buffer.
-_Indentation = _Indentation
-Tab width: _2 = Tab width: _2
-Tab width: _3 = Tab width: _3
-Tab width: _4 = Tab width: _4
-Tab width: _8 = Tab width: _8
-_Toggle Use Tabs = _Toggle Use Tabs
-_Convert Indentation = _Convert Indentation
+Indentation = _Indentation
+Tab width: 2 = Tab width: _2
+Tab width: 3 = Tab width: _3
+Tab width: 4 = Tab width: _4
+Tab width: 8 = Tab width: _8
+Toggle Use Tabs = _Toggle Use Tabs
+Convert Indentation = _Convert Indentation
# Menu item for changing the end-of-line mode for the current buffer.
-_EOL Mode = _EOL Mode
+EOL Mode = _EOL Mode
# Menu items for changing the encoding of the current buffer's text.
-E_ncoding = E_ncoding
-_UTF-8 Encoding = _UTF-8 Encoding
-_ASCII Encoding = _ASCII Encoding
-_CP-1252 Encoding = _CP-1252 Encoding
-UTF-1_6 Encoding = UTF-1_6 Encoding
+Encoding = E_ncoding
+UTF-8 Encoding = _UTF-8 Encoding
+ASCII Encoding = _ASCII Encoding
+CP-1252 Encoding = _CP-1252 Encoding
+UTF-16 Encoding = UTF-1_6 Encoding
# Menu items for changing the way the current buffer is displayed.
-Toggle View _EOL = Toggle View _EOL
-Toggle _Wrap Mode = Toggle _Wrap Mode
-Toggle View White_space = Toggle View White_space
+Toggle View EOL = Toggle View _EOL
+Toggle Wrap Mode = Toggle _Wrap Mode
+Toggle View Whitespace = Toggle View White_space
# Menu items for changing and refreshing the syntax-highlighting language for
# the current buffer.
-Select _Lexer... = Select _Lexer...
-_Refresh Syntax Highlighting = _Refresh Syntax Highlighting
+Select Lexer... = Select _Lexer...
+Refresh Syntax Highlighting = _Refresh Syntax Highlighting
# Menu items for navigating between views, splitting them, closing them, and
# resizing them.
-_View = _View
-_Next View = _Next View
-_Previous View = _Previous View
-Split View _Horizontal = Split View _Horizontal
-Split View _Vertical = Split View _Vertical
-_Unsplit View = _Unsplit View
-Unsplit _All Views = Unsplit _All Views
-_Grow View = _Grow View
-Shrin_k View = Shrin_k View
+View = _View
+Next View = _Next View
+Previous View = _Previous View
+Split View Horizontal = Split View _Horizontal
+Split View Vertical = Split View _Vertical
+Unsplit View = _Unsplit View
+Unsplit All Views = Unsplit _All Views
+Grow View = _Grow View
+Shrink View = Shrin_k View
# Menu item for folding (showing/hiding) the block of code the starts on the
# current line. Fold-able blocks of code are typically classes, functions, and
# control structures.
-Toggle Current _Fold = Toggle Current _Fold
+Toggle Current Fold = Toggle Current _Fold
# Menu item for showing line indentation markers.
-Toggle Show In_dent Guides = Toggle Show In_dent Guides
+Toggle Show Indent Guides = Toggle Show In_dent Guides
# Menu item for allowing the caret to move beyond line ends and into "virtual
# space".
-Toggle _Virtual Space = Toggle _Virtual Space
+Toggle Virtual Space = Toggle _Virtual Space
# Menu items for changing the zoom factor of displayed buffer text.
-Zoom _In = Zoom _In
-Zoom _Out = Zoom _Out
-_Reset Zoom = _Reset Zoom
+Zoom In = Zoom _In
+Zoom Out = Zoom _Out
+Reset Zoom = _Reset Zoom
# Menu items for getting help on Textadept and its Lua API documentation.
-_Help = _Help
-Show _Manual = Show _Manual
-Show _LuaDoc = Show _LuaDoc
-_About = _About
+Help = _Help
+Show Manual = Show _Manual
+Show LuaDoc = Show _LuaDoc
+About = _About
# The error message displayed when activating a menu item associated with an
# unknown command.
Unknown command: = Unknown command: