aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
blob: 8f1d8cf2fb79480692c71aab5ad082fc2ac30bbd (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
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
# Copyright 2007-2016 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 representation 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:
#   - Buttons and menu items have a "_" character as a mnemonic (for
#     Alt+character) access. You can put the "_" anywhere applicable in your
#     localized version or eliminate it altogether.

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

# core/file_io.lua
Open = Open
Encoding conversion failed. = Encoding conversion failed.
Save = Save
Untitled = Untitled
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?
_Yes = _Yes
_No = _No
File = File

# core/gui.lua
[Message Buffer] = [Message Buffer]
_OK = _OK
_Cancel = _Cancel
Name = Name
#File = File
#Untitled = Untitled
Switch Buffers = Switch Buffers
theme not found. = theme not found.
CRLF = CRLF
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
Lua reset = Lua reset

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

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

# modules/textadept/editing.lua
Go To = Go To
Line Number: = Line Number:
#_OK = _OK
#_Cancel = _Cancel

# 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 in Files = Find in Files
Find: = Find:
No results found = No results found
[Files Found Buffer] = [Files Found Buffer]
Binary file matches. = Binary file matches.
Search wrapped = Search wrapped
Error = Error
An error occurred: = An error occurred:
#_OK = _OK
#_Cancel = _Cancel
replacement(s) made = replacement(s) made
# For curses:
#Find: = Find:
Replace: = Replace:
[Next] = [Next]
[Prev] = [Prev]
[Replace] = [Replace]
[All] = [All]
Case(F1) = Case(F1)
Word(F2) = Word(F2)
Pattern(F3) = Pattern(F3)
Files(F4) = Files(F4)

# modules/textadept/keys.lua
Lexer = Lexer
Style = Style
Error loading webpage: = Error loading webpage:

# modules/textadept/menu.lua
_File = _File
_New = _New
_Open = _Open
Open _Recent... = Open _Recent...
Re_load = Re_load
_Save = _Save
Save _As = Save _As
Save All = Save All
_Close = _Close
Close All = Close All
Loa_d Session... = Loa_d Session...
Sav_e Session... = Sav_e Session...
_Quit = _Quit
_Edit = _Edit
_Undo = _Undo
_Redo = _Redo
Cu_t = Cu_t
_Copy = _Copy
_Paste = _Paste
Duplicate _Line = Duplicate _Line
_Delete = _Delete
D_elete Word = D_elete Word
Select _All = Select _All
_Match Brace = _Match Brace
Complete _Word = Complete _Word
_Highlight Word = _Highlight Word
Toggle _Block Comment = Toggle _Block Comment
T_ranspose Characters = T_ranspose Characters
_Join Lines = _Join Lines
_Filter Through = _Filter Through
_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 _Single Quotes = Select in _Single Quotes
Select in _Double Quotes = Select in _Double Quotes
Select in _Parentheses = Select in _Parentheses
Select in _Brackets = Select in _Brackets
Select in B_races = Select in B_races
Select _Word = Select _Word
Select _Line = Select _Line
Select Para_graph = Select Para_graph
Selectio_n = 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 B_races = Enclose in B_races
_Move Selected Lines Up = _Move Selected Lines Up
Move Selected Lines Do_wn = Move Selected Lines Do_wn
_Search = _Search
_Find = _Find
#Find _Next = Find _Next
Find _Previous = Find _Previous
#_Replace = _Replace
#Replace _All = Replace _All
Find _Incremental = Find _Incremental
Find in Fi_les = Find in Fi_les
Goto Nex_t File Found = Goto Nex_t File Found
Goto Previou_s File Found = Goto Previou_s File Found
_Jump to = _Jump to
_Tools = _Tools
Command _Entry = Command _Entry
Select Co_mmand = Select Co_mmand
_Run = _Run
_Compile = _Compile
Set _Arguments... = Set _Arguments...
Command line arguments = Command line arguments
For Run: = For Run:
For Compile: = For Compile:
Buil_d = Buil_d
S_top = S_top
_Next Error = _Next Error
_Previous Error = _Previous Error
_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...
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
_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 St_yle = 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
#LF = LF
E_ncoding = 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-1_6 Encoding = UTF-1_6 Encoding
Select _Lexer... = Select _Lexer...
_Refresh Syntax Highlighting = _Refresh Syntax Highlighting
_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
Shrin_k View = Shrin_k View
Toggle Current _Fold = Toggle Current _Fold
Toggle View _EOL = Toggle View _EOL
Toggle _Wrap Mode = Toggle _Wrap Mode
Toggle Show In_dent Guides = Toggle Show In_dent Guides
Toggle View White_space = Toggle View White_space
Toggle _Virtual Space = Toggle _Virtual Space
Zoom _In = Zoom _In
Zoom _Out = Zoom _Out
_Reset Zoom = _Reset Zoom
_Help = _Help
Show _Manual = Show _Manual
Show _LuaDoc = Show _LuaDoc
_About = _About
Command = Command
Key Command = Key Command
Run Command = Run Command
Unknown command: = Unknown command:

# modules/textadept/mime_types.lua
Select Lexer = Select Lexer
#Name = Name

# 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
#_OK = _OK
Load Session = Load Session
Save Session = Save Session

# 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
#_OK = _OK
#Open = Open
#File = File

# modules/textadept/snippets.lua
Select Snippet = Select Snippet
Trigger = Trigger
Snippet Text = Snippet Text