aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-11 09:34:17 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-04-11 09:34:17 -0400
commitde3a745e1af2e441de868c2aa4849102d376acb5 (patch)
treec2d7767600dc519b2613ddecaf7e53fb5e8867a2 /core/locale.conf
parent03fab17277fee7387fd93a9c2774b1ebf3f80fe4 (diff)
Initial pass reformatting all code.
Use clang-format, LuaFormatter, and 100 character limit on lines.
Diffstat (limited to 'core/locale.conf')
-rw-r--r--core/locale.conf114
1 files changed, 51 insertions, 63 deletions
diff --git a/core/locale.conf b/core/locale.conf
index 5deeac29..ea283aec 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -1,27 +1,26 @@
# Copyright 2007-2020 Mitchell. See LICENSE.
# American English localization file for Textadept.
#
-# When translating this file into your native language, all translated text must
-# be encoded in UTF-8. For each "key = value" line, please replace the "value"
-# part with the translation of "key". Any whitespace around '=' is ignored.
+# When translating this file into your native language, all translated text must be encoded in
+# UTF-8. For each "key = value" line, please replace the "value" part with the translation of
+# "key". Any whitespace around '=' is ignored.
#
-# Note: for languages that support it, buttons and menu items may have a "_"
-# before any single letter, which means that pressing the "Alt" modifier key
-# along with that letter will activate (click) the button or menu item. You are
-# free to use or omit these "_" mnemonics from your translations as you see fit.
+# Note: for languages that support it, buttons and menu items may have a "_" before any single
+# letter, which means that pressing the "Alt" modifier key along with that letter will activate
+# (click) the button or menu item. You are free to use or omit these "_" mnemonics from your
+# translations as you see fit.
# [core/file_io.lua]
# The title of dialogs prompting the user to open a file.
Open File = Open File
-# The error message displayed when a file's text encoding could not be detected
-# and when that text cannot be converted into UTF-8 for display.
+# The error message displayed when a file's text encoding could not be detected and when that
+# text cannot be converted into UTF-8 for display.
Encoding conversion failed. = Encoding conversion failed.
# The title of dialogs prompting the user to save a file.
Save File = Save File
# The text displayed for untitled and unsaved buffers.
Untitled = Untitled
-# The text displayed in a dialog when the user attempts to close a file with
-# unsaved changes.
+# The text displayed in a dialog when the user attempts to close a file with unsaved changes.
Close without saving? = Close without saving?
There are unsaved changes in = There are unsaved changes in
Cancel = _Cancel
@@ -34,19 +33,17 @@ 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.
+# 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
# [core/keys.lua]
-# The statusbar text shown when the user has pressed a key that is part of a key
-# chain (e.g. "Ctrl+Alt+V" followed by "S"). Textadept is waiting for another
-# keypress.
+# The statusbar text shown when the user has pressed a key that is part of a key chain
+# (e.g. "Ctrl+Alt+V" followed by "S"). Textadept is waiting for another keypress.
Keychain: = Keychain:
-# The statusbar text shown when the user started a key chain, but the next
-# keypress was unrecognized. Thus the key sequence is invalid.
+# The statusbar text shown when the user started a key chain, but the next keypress was
+# unrecognized. Thus the key sequence is invalid.
Invalid sequence = Invalid sequence
# [core/ui.lua]
@@ -56,8 +53,7 @@ Invalid sequence = Invalid sequence
Name = Name
# The title of the dialog for switching between open buffers.
Switch Buffers = Switch Buffers
-# The line-ending, indentation, and positional buffer information shown in the
-# statusbar.
+# The line-ending, indentation, and positional buffer information shown in the statusbar.
CRLF = CRLF
LF = LF
Tabs: = Tabs:
@@ -66,8 +62,8 @@ Line: = Line:
Col: = Col:
# The statusbar text shown when the user resets Textadept's internal Lua state.
Lua reset = Lua reset
-# The text displayed in a dialog when the user attempts to quit Textadept with
-# unsaved changes in open buffers.
+# The text displayed in a dialog when the user attempts to quit Textadept with 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
@@ -81,8 +77,8 @@ Bookmark = Bookmark
# The text displayed in the dialog for jumping to a particular line.
Go To = Go To
Line Number: = Line Number:
-# The statusbar message displayed when a shell command used to filter text
-# through returns a non-zero status (indicating failure).
+# The statusbar message displayed when a shell command used to filter text through returns a
+# non-zero status (indicating failure).
returned non-zero status = returned non-zero status
# [modules/textadept/find.lua]
@@ -100,8 +96,7 @@ 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.
+# These should be as short as possible, as most terminals are 80 characters in width.
[Next] = [Next]
[Prev] = [Prev]
[Replace] = [Replace]
@@ -110,8 +105,7 @@ Case(F1) = Case(F1)
Word(F2) = Word(F2)
Regex(F3) = Regex(F3)
Files(F4) = Files(F4)
-# The statusbar text shown when a search has wrapped back to the beginning of
-# the buffer.
+# The statusbar text shown when a search has wrapped back to the beginning of the buffer.
Search wrapped = Search wrapped
# Part of the statusbar text "Match X/Y" shown during searches.
Match = Match
@@ -142,8 +136,8 @@ Save Macro = Save Macro
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.
+# 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
@@ -174,8 +168,8 @@ Complete Word = Complete _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.
+# The menu item for filtering text through a shell command and replacing input text with that
+# command's output text.
Filter Through = Filter Thr_ough
# Menu items for selecting text and entities.
Select = _Select
@@ -216,8 +210,7 @@ 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
-# Menu items for various tools and utilities for editing and working with source
-# code.
+# Menu items for various tools and utilities for editing and working with source code.
Tools = _Tools
# Menu item for opening Textadept's Lua command entry.
Command Entry = Command _Entry
@@ -228,8 +221,8 @@ Run = _Run
Compile = _Compile
# Menu item for setting command line arguments for run and compile commands.
Set Arguments... = Set _Arguments...
-# The text displayed in the dialog for specifying command line arguments for run
-# and compile commands.
+# 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:
@@ -255,30 +248,30 @@ 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.
+# 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
-# Menu items for working with snippets, insert-able pieces of code that act like
-# templates with placeholders for user input.
+# 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
-# 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).
+# 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 S_ymbol
Show Documentation = S_how 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.
+# 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 Style = Sho_w Style
Lexer = Lexer
Style = Style
@@ -306,11 +299,9 @@ UTF-16 Encoding = UTF-1_6 Encoding
# Menu items for changing the way the current buffer is displayed.
Toggle Wrap Mode = Toggle _Wrap Mode
Toggle View Whitespace = Toggle View White_space
-# Menu items for changing the syntax-highlighting language for the current
-# buffer.
+# Menu items for changing the syntax-highlighting language for the current buffer.
Select Lexer... = Select _Lexer...
-# Menu items for navigating between views, splitting them, closing them, and
-# resizing them.
+# Menu items for navigating between views, splitting them, closing them, and resizing them.
View = _View
Next View = _Next View
Previous View = _Previous View
@@ -320,14 +311,12 @@ 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.
+# 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
# Menu item for showing line indentation markers.
Toggle Show Indent Guides = Toggle Show In_dent Guides
-# Menu item for allowing the caret to move beyond line ends and into "virtual
-# space".
+# Menu item for allowing the caret to move beyond line ends and into "virtual space".
Toggle Virtual Space = Toggle _Virtual Space
# Menu items for changing the zoom factor of displayed buffer text.
Zoom In = Zoom _In
@@ -338,15 +327,15 @@ Help = _Help
Show Manual = Show _Manual
Show LuaDoc = Show _LuaDoc
About = _About
-# The text displayed in the dialog for running an arbitrary menu command. Any
-# key binding associated with commands are also shown.
+# The text displayed in the dialog for running an arbitrary menu command. Any key binding
+# associated with commands are also shown.
Run Command = Run Command
Command = Command
Key Binding = Key Binding
# [modules/textadept/file_types.lua]
-# The title of the dialog for selecting a lexer for the current buffer. Lexers
-# perform syntax highlighting of source code.
+# The title of the dialog for selecting a lexer for the current buffer. Lexers perform syntax
+# highlighting of source code.
Select Lexer = Select Lexer
# [modules/textadept/session.lua]
@@ -359,9 +348,8 @@ The following session files were not found = The following session files were no
Save Session = Save Session
# [modules/textadept/snippets.lua]
-# The text displayed in the dialog for selecting a snippet to insert. Snippets
-# have a trigger word (pressing the "Tab" key after that word inserts the
-# snippet) and snippet text.
+# The text displayed in the dialog for selecting a snippet to insert. Snippets have a trigger
+# word (pressing the "Tab" key after that word inserts the snippet) and snippet text.
Select Snippet = Select Snippet
Trigger = Trigger
Snippet Text = Snippet Text