blob: 71bce10c72cb797aa14ab51769fcec8bd0e9b388 (
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
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
|
# LANGUAGE translation of the Godot Engine extractable strings.
# Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md).
# Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.
# This file is distributed under the same license as the Godot source code.
#
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Redot Engine extractable strings\n"
"Report-Msgid-Bugs-To: https://github.com/Redot-Engine/redot-engine\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8-bit\n"
#: scene/gui/code_edit.cpp
msgid "New Code Region"
msgstr ""
#: scene/gui/color_picker.cpp
msgid "Pick a color from the screen."
msgstr ""
#: scene/gui/color_picker.cpp
msgid "Pick a color from the application window."
msgstr ""
#: scene/gui/color_picker.cpp
msgid ""
"Color: #%s\n"
"LMB: Apply color\n"
"RMB: Remove preset"
msgstr ""
#: scene/gui/color_picker.cpp
msgid ""
"Color: #%s\n"
"LMB: Apply color"
msgstr ""
#: scene/gui/color_picker.cpp
msgid "Enter a hex code (\"#ff0000\") or named color (\"red\")."
msgstr ""
#: scene/gui/color_picker.cpp
msgid "Select a picker shape."
msgstr ""
#: scene/gui/color_picker.cpp
msgid "Select a picker mode."
msgstr ""
#: scene/gui/color_picker.cpp
msgid "Hex code or named color"
msgstr ""
#: scene/gui/color_picker.cpp
msgid "Add current color as a preset."
msgstr ""
#: scene/gui/dialogs.cpp
msgid "Cancel"
msgstr ""
#: scene/gui/dialogs.cpp
msgid "OK"
msgstr ""
#: scene/gui/dialogs.cpp
msgid "Alert!"
msgstr ""
#: scene/gui/dialogs.cpp
msgid "Please Confirm..."
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Network"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid ""
"File \"%s\" already exists.\n"
"Do you want to overwrite it?"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Open"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Select Current Folder"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Select This Folder"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "You don't have permission to access contents of this folder."
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "All Recognized"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "All Files"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Open a File"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Open File(s)"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Open a Directory"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Open a File or Directory"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Save"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Save a File"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Go to previous folder."
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Go to next folder."
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Go to parent folder."
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Path:"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Refresh files."
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Toggle the visibility of hidden files."
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Create a new folder."
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Directories & Files:"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "File:"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Create Folder"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Name:"
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Could not create folder."
msgstr ""
#: scene/gui/file_dialog.cpp
msgid "Invalid extension, or empty filename."
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Zoom Out"
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Zoom Reset"
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Zoom In"
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Toggle the visual grid."
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Toggle snapping to the grid."
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Change the snapping distance."
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Toggle the graph minimap."
msgstr ""
#: scene/gui/graph_edit.cpp
msgid "Automatically arrange selected nodes."
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Same as Layout Direction"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Auto-Detect Direction"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Left-to-Right"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Right-to-Left"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Left-to-Right Mark (LRM)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Right-to-Left Mark (RLM)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Start of Left-to-Right Embedding (LRE)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Start of Right-to-Left Embedding (RLE)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Start of Left-to-Right Override (LRO)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Start of Right-to-Left Override (RLO)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Pop Direction Formatting (PDF)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Arabic Letter Mark (ALM)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Left-to-Right Isolate (LRI)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Right-to-Left Isolate (RLI)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "First Strong Isolate (FSI)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Pop Direction Isolate (PDI)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Zero-Width Joiner (ZWJ)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Zero-Width Non-Joiner (ZWNJ)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Word Joiner (WJ)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Soft Hyphen (SHY)"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Cut"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/rich_text_label.cpp scene/gui/text_edit.cpp
msgid "Copy"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Paste"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/rich_text_label.cpp scene/gui/text_edit.cpp
msgid "Select All"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Clear"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Undo"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Redo"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Text Writing Direction"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Display Control Characters"
msgstr ""
#: scene/gui/line_edit.cpp scene/gui/text_edit.cpp
msgid "Insert Control Character"
msgstr ""
#: scene/gui/tree.cpp
msgid "(Other)"
msgstr ""
|