From b4a67ffb3aedafcd778ad853246f8119f7e5e9e6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 21 Feb 2020 13:44:39 -0500 Subject: Tweaked localization keys. This is in anticipate of removing '_' from keys, which would have created duplicate keys. --- core/locale.conf | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'core/locale.conf') 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 -- cgit v1.2.3