aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
blob: 18ef29277b7787f2847d1f872319c756cf2cdabd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
% Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE.
%
% Localization file.
% The localized strings may contain UTF-8 characters, but not UTF-16 or UTF-32.
% The latter must be converted manually from the \U+xxxx format. Note that if
% you use the \ddd repesentation of characters, it must be in DECIMAL format,
% not Octal.
%
% Each line contains a "message = localized string" pair. The message should not
% be localized. Extra spaces around '=' are ignored.
%
% Notes:
%   - gtk-* strings do not need to be localized; GTK will do it for you based
%     on your system's locale settings.
%   - Menu items have a "_" character as a mnemonic (for Alt+character) access.
%     You can put the "_" anywhere applicable in your localized version.

% core/events.lua
Undefined event name = Undefined event name

% core/file_io.lua
Encoding conversion failed. = Encoding conversion failed.
Open = Open
Cannot change binary file encoding = Cannot change binary file encoding
Save = Save
Close without saving? = Close without saving?
There are unsaved changes in = There are unsaved changes in
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
[Message Buffer] = [Message Buffer]
Name = Name
%File = File
Untitled = Untitled
Switch Buffers = Switch Buffers
theme not found. = theme not found.
CRLF = CRLF
CR = CR
LF = LF
Tabs: = Tabs:
Spaces: = Spaces:
Line: = Line:
Col: = Col:
Quit without saving? = Quit without saving?
The following buffers are unsaved: = The following buffers are unsaved:
Quit _without saving = Quit _without saving
[Error Buffer] = [Error Buffer]

% core/keys.lua
Keychain: = Keychain:
Invalid sequence = Invalid sequence

% modules/textadept/bookmarks.lua
Select Bookmark = Select Bookmark

% modules/textadept/editing.lua
Go To = Go To
Line Number: = Line Number:

% modules/textadept/find.lua
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]
Search wrapped = Search wrapped
Error = Error
An error occured: = An error occured:
replacement(s) made = replacement(s) made

% modules/textadept/keys.lua
Lexer = Lexer
Style = Style

% modules/textadept/menu.lua
Error loading webpage: = Error loading webpage:
File = _File
gtk-new = gtk-new
gtk-open = gtk-open
Open Recent... = Open _Recent...
Reload = Re_load
gtk-save = gtk-save
gtk-save-as = gtk-save-as
gtk-close = gtk-close
Close All = Close All
Load Session... = Loa_d Session...
Load Session = Load Session
Save Session... = Sav_e Session...
Save Session = Save Session
gtk-quit = gtk-quit
Edit = _Edit
gtk-undo = gtk-undo
gtk-redo = gtk-redo
gtk-cut = gtk-cut
gtk-copy = gtk-copy
gtk-paste = gtk-paste
Duplicate Line = Duplicate _Line
gtk-delete = gtk-delete
gtk-select-all = gtk-select-all
Match Brace = _Match Brace
Complete Word = Complete _Word
Delete Word = D_elete Word
Highlight Word = _Highlight Word
Toggle Block Comment = Toggle _Block Comment
Transpose Characters = T_ranspose Characters
Join Lines = _Join Lines
Select = _Select
Select to Matching Brace = Select to _Matching Brace
Select between XML Tags = Select between _XML Tags
Select in XML Tag = Select in XML _Tag
Select in Double Quotes = Select in _Double Quotes
Select in Single Quotes = Select in _Single Quotes
Select in Parentheses = Select in _Parentheses
Select in Brackets = Select in _Brackets
Select in Braces = Select in B_races
Select Word = Select _Word
Select Line = Select _Line
Select Paragraph = Select Para_graph
Select Indented Block = Select _Indented Block
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
Grow Selection = _Grow Selection
Shrink Selection = _Shrink Selection
Move Selected Lines Up = _Move Selected Lines Up
Move Selected Lines Down = Move Selected Lines Do_wn
Search = _Search
gtk-find = gtk-find
%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 Nex_t File Found
Goto Previous File Found = Goto Previou_s File Found
gtk-jump-to = gtk-jump-to
Tools = _Tools
Command Entry = Command _Entry
Select Command = Select Co_mmand
Run = _Run
Compile = _Compile
Filter Through = _Filter Through
Adeptsense = _Adeptsense
Complete Symbol = _Complete Symbol
Show Documentation = Show _Documentation
Bookmark = _Bookmark
Toggle Bookmark = _Toggle Bookmark
Clear Bookmarks = _Clear Bookmarks
Next Bookmark = _Next Bookmark
Previous Bookmark = _Previous Bookmark
Goto Bookmark... = _Goto Bookmark...
Snapopen = Snap_open
Snapopen User Home = Snapopen _User Home
Snapopen Textadept Home = Snapopen _Textadept Home
Snapopen Current Directory = Snapopen _Current Directory
Snippets = _Snippets
Insert Snippet... = _Insert Snippet...
Expand Snippet/Next Placeholder = _Expand Snippet/Next Placeholder
Previous Snippet Placeholder = _Previous Snippet Placeholder
Cancel Snippet = _Cancel Snippet
Show Style = Show St_yle
Buffer = _Buffer
Next Buffer = _Next Buffer
Previous Buffer = _Previous Buffer
Switch to Buffer... = _Switch to 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
EOL Mode = _EOL Mode
%CRLF = CRLF
%CR = CR
%LF = LF
Encoding = E_ncoding
UTF-8 Encoding = _UTF-8 Encoding
ASCII Encoding = _ASCII Encoding
ISO-8859-1 Encoding = _ISO-8859-1 Encoding
MacRoman Encoding = _MacRoman Encoding
UTF-16 Encoding = UTF-1_6 Encoding
Refresh Syntax Highlighting = _Refresh Syntax Highlighting
Select Lexer... = Select _Lexer...
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
Toggle Current Fold = Toggle Current _Fold
Toggle View EOL = Toggle View _EOL
Toggle Wrap Mode = Toggle _Wrap Mode
Toggle Show Indent Guides = Toggle Show In_dent Guides
Toggle View Whitespace = Toggle View White_space
Toggle Virtual Space = Toggle _Virtual Space
Zoom In = Zoom _In
Zoom Out = Zoom _Out
Reset Zoom = _Reset Zoom
Select Theme... = Select _Theme...
Help = _Help
Show Manual = Show _Manual
Show LuaDoc = Show _LuaDoc
gtk-about = gtk-about
Unknown command: = Unknown command:
Run Command = Run Command
Command = Command
Key Command = Key Command

% modules/textadept/mime_types.lua
Select Lexer = Select Lexer

% modules/textadept/run.lua
does not exist = does not exist

% modules/textadept/session.lua
Session Files Not Found = Session Files Not Found
The following session files were not found = The following session files were not found

% 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
%Open = Open
%File = File

% modules/textadept/snippets.lua
Select Snippet = Select Snippet
Trigger = Trigger
Scope = Scope
Snippet Text = Snippet Text