aboutsummaryrefslogtreecommitdiff
path: root/core/locale.conf
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-02-21 13:44:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2020-02-21 13:44:39 -0500
commitb4a67ffb3aedafcd778ad853246f8119f7e5e9e6 (patch)
tree4fbf98c50600d2e7045747bd2037996bd00ba355 /core/locale.conf
parent24d5a0503683f2367d2110c559bbbce81777bd6a (diff)
downloadtextadept-b4a67ffb3aedafcd778ad853246f8119f7e5e9e6.tar.gz
textadept-b4a67ffb3aedafcd778ad853246f8119f7e5e9e6.zip
Tweaked localization keys.
This is in anticipate of removing '_' from keys, which would have created duplicate keys.
Diffstat (limited to 'core/locale.conf')
-rw-r--r--core/locale.conf19
1 files changed, 10 insertions, 9 deletions
diff --git a/core/locale.conf b/core/locale.conf
index d2bbe032..7d895184 100644
--- a/core/locale.conf
+++ b/core/locale.conf
@@ -17,12 +17,12 @@ Undefined event name = Undefined event name
# [core/file_io.lua]
# The title of dialogs prompting the user to open a file.
-Open = Open
+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.
Encoding conversion failed. = Encoding conversion failed.
# The title of dialogs prompting the user to save a file.
-Save = Save
+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
@@ -38,7 +38,7 @@ has been modified. Reload it? = has been modified. Reload it?
_Yes = _Yes
_No = _No
# The column label for lists of filenames in dialogs.
-File = File
+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
@@ -91,9 +91,10 @@ Line Number: = Line Number:
returned non-zero status = returned non-zero status
# [modules/textadept/find.lua]
-# The text displayed in the GUI find & replace pane.
+# The text displayed in the find & replace pane.
_Find: = _Find:
R_eplace: = R_eplace:
+# The button text displayed in the GUI find & replace pane.
Find _Next = Find _Next
Find _Prev = Find _Prev
_Replace = _Replace
@@ -102,9 +103,9 @@ _Match case = _Match case
_Whole word = _Whole word
Rege_x = Rege_x
_In files = _In files
-# The text displayed in the terminal version's find & replace pane.
-Find: = Find:
-Replace: = Replace:
+# 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.
[Next] = [Next]
[Prev] = [Prev]
[Replace] = [Replace]
@@ -119,7 +120,7 @@ Search wrapped = Search wrapped
# The statusbar text shown when the text to search for was not found.
No results found = No results found
# The title of the dialog for selecting files to search in.
-Find in Files = Find in Files
+Select Directory = Select Directory
# The name of the buffer Textadept prints "Find in Files" results to.
[Files Found Buffer] = [Files Found Buffer]
# The "Find in Files" result for text found in a binary file. This result is
@@ -237,7 +238,7 @@ S_top = S_top
_Next Error = _Next Error
_Previous Error = _Previous Error
# Menu items for working with bookmarked lines in buffers.
-_Bookmark = _Bookmark
+_Bookmarks = _Bookmarks
_Toggle Bookmark = _Toggle Bookmark
_Clear Bookmarks = _Clear Bookmarks
_Next Bookmark = _Next Bookmark