From cf160f145890be7f5dd18c63421ed9fb40522063 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 11 Jul 2011 17:37:21 -0400 Subject: Removed label mnemonics from localization keys. --- core/gui.lua | 2 +- core/locale.conf | 220 +++++++++++++++++++++++++++++-------------------------- 2 files changed, 117 insertions(+), 105 deletions(-) (limited to 'core') diff --git a/core/gui.lua b/core/gui.lua index 24a68de9..09540f7e 100644 --- a/core/gui.lua +++ b/core/gui.lua @@ -77,7 +77,7 @@ end -- LuaDoc is in core/.gui.luadoc. function gui.switch_buffer() - local columns, items = { 'Name', 'File' }, {} + local columns, items = { L('Name'), L('File') }, {} for _, buffer in ipairs(_BUFFERS) do local filename = buffer.filename or buffer._type or L('Untitled') items[#items + 1] = (buffer.dirty and '*' or '')..filename:match('[^/\\]+$') diff --git a/core/locale.conf b/core/locale.conf index 78973277..9cba204a 100644 --- a/core/locale.conf +++ b/core/locale.conf @@ -29,11 +29,14 @@ Close _without saving = Close _without saving Reload? = Reload? Reload modified file? = Reload modified file? has been modified. Reload it? = has been modified. Reload it? +File = File % core/gui.lua Buffer argument expected. = Buffer argument expected. This buffer is not the current one. = This buffer is not the current one. [Message Buffer] = [Message Buffer] +Name = Name +%File = File Untitled = Untitled Switch Buffers = Switch Buffers CRLF = CRLF @@ -60,16 +63,16 @@ Go To = Go To Line Number: = Line Number: % modules/textadept/find.lua -_Find: = _Find: -R_eplace: = R_eplace: -Find _Next = Find _Next -Find _Prev = Find _Prev -_Replace = _Replace -Replace _All = Replace _All -_Match case = _Match case -_Whole word = _Whole word -_Lua pattern = _Lua pattern -_In files = _In files +Find: = _Find: +Replace: = R_eplace: +Find Next = Find _Next +Find Prev = Find _Prev +Replace = _Replace +Replace All = Replace _All +Match case = _Match case +Whole word = _Whole word +Lua pattern = _Lua pattern +In files = _In files Find in Files = Find in Files No results found = No results found [Files Found Buffer] = [Files Found Buffer] @@ -84,124 +87,132 @@ Style = Style % modules/textadept/menu.lua Error loading webpage: = Error loading webpage: -_File = _File +File = _File gtk-new = gtk-new gtk-open = gtk-open -_Reload = _Reload +Open Recent... = Open _Recent... +Reload = Re_load gtk-save = gtk-save gtk-save-as = gtk-save-as gtk-close = gtk-close -Close A_ll = Close A_ll -Loa_d Session... = Loa_d Session... +Close All = Close All +Load Session... = Load Session... Load Session = Load Session -Sa_ve Session... = Sa_ve Session... +Save Session... = Save Session... Save Session = Save Session gtk-quit = gtk-quit -_Edit = _Edit +Edit = _Edit gtk-undo = gtk-undo gtk-redo = gtk-redo gtk-cut = gtk-cut gtk-copy = gtk-copy gtk-paste = gtk-paste +Duplicate = Duplicat_e gtk-delete = gtk-delete gtk-select-all = gtk-select-all -Match _Brace = Match _Brace -Select t_o Brace = Select t_o Brace -Complete _Word = Complete _Word -De_lete Word = De_lete Word -Hi_ghlight Word = Hi_ghlight Word -Complete S_ymbol = Complete S_ymbol -S_how Documentation = S_how Documentation -Tran_spose Characters = Tran_spose Characters -_Join Lines = _Join Lines -Convert _Indentation = Convert _Indentation -S_election = S_election -_Enclose in... = _Enclose in... -_HTML Tags = _HTML Tags -HTML Single _Tag = HTML Single _Tag -_Double Quotes = _Double Quotes -_Single Quotes = _Single Quotes -_Parentheses = _Parentheses -_Brackets = _Brackets -B_races = B_races -_Grow = _Grow -Select i_n... = Select i_n... -_HTML Tag = _HTML Tag -_Double Quote = _Double Quote -_Single Quote = _Single Quote -_Parenthesis = _Parenthesis -_Bracket = _Bracket -B_race = B_race -_Word = _Word -_Line = _Line -Para_graph = Para_graph -_Indented Block = _Indented Block -S_cope = S_cope -_Tools = _Tools -_Find = _Find +Match Brace = _Match Brace +Select to Brace = Select to _Brace +Complete Word = Complete _Word +Delete Word = De_lete Word +Highlight Word = _Highlight Word +Complete Symbol = Complete S_ymbol +Show Documentation = Show D_ocumentation +Block (Un)comment = Bloc_k (Un)comment +Transpose Characters = T_ranspose Characters +Join Lines = _Join Lines +Convert Indentation = Convert _Indentation +Selection = Selectio_n +Enclose in... = _Enclose in... +HTML Tags = _HTML Tags +HTML Single Tag = HTML Single _Tag +Double Quotes = _Double Quotes +Single Quotes = _Single Quotes +Parentheses = _Parentheses +Brackets = _Brackets +Braces = B_races +Grow = _Grow +Select in... = _Select in... +HTML Tag = _HTML Tag +Double Quote = _Double Quote +Single Quote = _Single Quote +Parenthesis = _Parenthesis +Bracket = _Bracket +Brace = B_race +Word = _Word +Line = _Line +Paragraph = Para_graph +Indented Block = _Indented Block +Scope = S_cope +Search = _Search gtk-find = gtk-find -Find _Next = Find _Next -Find _Previous = Find _Previous -gtk-find-and-replace = gtk-find-and-replace -Replace = Replace -Replace _All = Replace _All -Find _Incremental = Find _Incremental -Find in Fi_les = Find in Fi_les +%Find Next = Find _Next +Find Previous = Find _Previous +Replace = _Replace +%Replace All = Replace _All +Find Incremental = Find _Incremental +Find in Files = Find in Fi_les Goto Next File Found = Goto Next File Found Goto Previous File Found = Goto Previous File Found gtk-jump-to = gtk-jump-to -Command _Entry = Command _Entry -_Run = _Run -_Compile = _Compile -Fi_lter Through = Fi_lter Through -_Snippets = _Snippets -_Expand = _Expand -_Insert... = _Insert... -_Previous Placeholder = _Previous Placeholder -_Cancel = _Cancel -_Bookmark = _Bookmark -_Toggle on Current Line = _Toggle on Current Line -_Clear All = _Clear All -_Next = _Next -_Previous = _Previous -_Goto Bookmark... = _Goto Bookmark... -Snap_open = Snap_open -_User Home = _User Home -_Textadept Home = _Textadept Home -_Current Directory = _Current Directory -_Buffer = _Buffer -_Next Buffer = _Next Buffer -_Previous Buffer = _Previous Buffer -Switch _Buffer = Switch _Buffer -Toggle View _EOL = Toggle View _EOL -Toggle _Wrap Mode = Toggle _Wrap Mode -Toggle Show Indentation _Guides = Toggle Show Indentation _Guides -Toggle Use _Tabs = Toggle Use _Tabs -Toggle View White_space = Toggle View White_space -Toggle _Virtual Space = Toggle _Virtual Space -_Indentation = _Indentation -EOL _Mode = EOL _Mode -En_coding = En_coding +Tools = _Tools +Command Entry = Command _Entry +Run = _Run +Compile = _Compile +Filter Through = Fi_lter Through +Snippets = _Snippets +Expand = _Expand +Insert... = _Insert... +Previous Placeholder = _Previous Placeholder +Cancel = _Cancel +Bookmark = _Bookmark +Toggle on Current Line = _Toggle on Current Line +Clear All = _Clear All +Next = _Next +Previous = _Previous +Goto Bookmark... = _Goto Bookmark... +Snapopen = Snap_open +User Home = _User Home +Textadept Home = _Textadept Home +Current Directory = _Current Directory +Buffer = _Buffer +Next Buffer = _Next Buffer +Previous Buffer = _Previous Buffer +Switch Buffer = Switch _Buffer +Toggle View EOL = Toggle View _EOL +Toggle Wrap Mode = Toggle _Wrap Mode +Toggle Show Indentation Guides = Toggle Show Indentation _Guides +Toggle Use Tabs = Toggle Use _Tabs +Toggle View Whitespace = Toggle View White_space +Toggle Virtual Space = Toggle _Virtual Space +Indentation = _Indentation +EOL Mode = EOL _Mode +%CRLF = CRLF +%CR = CR +%LF = LF +Encoding = En_coding UTF-8 = UTF-8 ASCII = ASCII ISO-8859-1 = ISO-8859-1 MacRoman = MacRoman UTF-16 = UTF-16 -_Refresh Syntax Highlighting = _Refresh Syntax Highlighting -_View = _View -_Next View = _Next View -_Previous View = _Previous View -Split _Vertical = Split _Vertical -Split _Horizontal = Split _Horizontal -_Unsplit = _Unsplit -Unsplit _All = Unsplit _All -_Grow = _Grow -_Shrink = _Shrink -_Help = _Help -_Manual = _Manual -_LuaDoc = _LuaDoc +Refresh Syntax Highlighting = _Refresh Syntax Highlighting +View = _View +Next View = _Next View +Previous View = _Previous View +Split Vertical = Split _Vertical +Split Horizontal = Split _Horizontal +Unsplit = _Unsplit +Unsplit All = Unsplit _All +Grow = _Grow +Shrink = _Shrink +Zoom In = Zoom _In +Zoom Out = Zoom _Out +Reset Zoom = _Reset Zoom +Help = _Help +Manual = _Manual +LuaDoc = _LuaDoc gtk-about = gtk-about -Le_xers = Le_xers +Lexers = Le_xers Unknown command: = Unknown command: % modules/textadept/mime_types.lua @@ -217,7 +228,8 @@ The following session files were not found = The following session files were no % modules/textadept/snapopen.lua File Limit Exceeded = File Limit Exceeded files or more were found. Showing the first = files or more were found. Showing the first -File = File +%Open = Open +%File = File % modules/textadept/snippets.lua Select Snippet = Select Snippet -- cgit v1.2.3