aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/locale.conf
blob: 0325aed1454634330d3cc2e4ab3083c493af1f1e (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
% Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. 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
Untitled = Untitled
[Message Buffer] = [Message Buffer]
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/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?

% core/gui.lua
Buffer argument expected. = Buffer argument expected.
The indexed buffer is not the focused one. = The indexed buffer is not the focused one.
Switch Buffers = Switch Buffers
Search wrapped = Search wrapped

% core/find.lua
No results found = No results found
Error = Error
An error occured: = An error occured:
replacement(s) made = replacement(s) made
Find in Files = Find in Files
[Files Found Buffer] = [Files Found Buffer]

% modules/textadept/keys.lua
Keychain: = Keychain:
Invalid sequence = Invalid sequence
Unknown command: = Unknown command:

% modules/textadept/menu.lua
_File = _File
gtk-new = gtk-new
gtk-open = gtk-open
_Reload = _Reload
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...
Sa_ve Session... = Sa_ve 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
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
_Highlight Word = _Highlight Word
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
_Character Sequence = _Character Sequence
_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
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
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
_Insert = _Insert
_Previous Placeholder = _Previous Placeholder
_Cancel = _Cancel
_List = _List
_Show Scope = _Show Scope
_Bookmark = _Bookmark
_Toggle on Current Line = _Toggle on Current Line
_Clear All = _Clear All
_Next = _Next
_Previous = _Previous
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
Swit_ch Buffer = Swit_ch 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
EOL Mode = EOL Mode
Encoding = Encoding
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
Le_xers = Le_xers
_Help = _Help
_Manual = _Manual
_LuaDoc = _LuaDoc
gtk-about = gtk-about
Error loading webpage: = Error loading webpage:
Load Session = Load Session
Save Session = Save Session
Unknown command: = Unknown command:

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

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

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

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

% 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