source: branches/ByteArray/Languages/ByteArray.pot

Last change on this file was 11, checked in by chronos, 2 months ago
  • Modified: Updated Common package.
  • Fixed: Wrong return address from CALL instruction.
File size: 7.3 KB
Line 
1msgid ""
2msgstr "Content-Type: text/plain; charset=UTF-8"
3
4#: assembler.scompilationfinished
5msgid "Compilation finished."
6msgstr ""
7
8#: assembler.sduplicatelabel
9#, object-pascal-format
10msgid "Duplicate label %s."
11msgstr ""
12
13#: assembler.sduplicatevariablename
14#, object-pascal-format
15msgid "Duplicate variable name %s"
16msgstr ""
17
18#: assembler.sexpectednumber
19msgid "Expected number."
20msgstr ""
21
22#: assembler.sexpectednumberbutfound
23#, object-pascal-format
24msgid "Expected number but %s found."
25msgstr ""
26
27#: assembler.sexpectednumericindex
28msgid "Expected numeric register index."
29msgstr ""
30
31#: assembler.sexpectedparameter
32msgid "Expected parameter"
33msgstr ""
34
35#: assembler.sexpectedparametertype
36#, object-pascal-format
37msgid "Expected parameter type [%s]"
38msgstr ""
39
40#: assembler.sexpectedregistername
41msgid "Expected register name."
42msgstr ""
43
44#: assembler.sexpectedvariablename
45msgid "Expected variable name."
46msgstr ""
47
48#: assembler.sexpectedvariablevalue
49msgid "Expected variable value."
50msgstr ""
51
52#: assembler.slabelreferencedbutnotdefined
53#, object-pascal-format
54msgid "Label %s referenced but not defined."
55msgstr ""
56
57#: assembler.sunsupportedparametertype
58msgid "Unsupported parameter type"
59msgstr ""
60
61#: bigint.soutofrange
62msgctxt "bigint.soutofrange"
63msgid "Out of range"
64msgstr ""
65
66#: bigint.sunsupportedbytesize
67msgid "Unsupported byte size"
68msgstr ""
69
70#: device.sconsole
71msgctxt "device.sconsole"
72msgid "Console"
73msgstr ""
74
75#: device.skeyboard
76msgid "Keyboard"
77msgstr ""
78
79#: device.smouse
80msgid "Mouse"
81msgstr ""
82
83#: device.snone
84msgid "None"
85msgstr ""
86
87#: device.sscreen
88msgctxt "device.sscreen"
89msgid "Screen"
90msgstr ""
91
92#: device.sstorage
93msgctxt "device.sstorage"
94msgid "Storage"
95msgstr ""
96
97#: device.stimer
98msgid "Timer"
99msgstr ""
100
101#: intmemory.soutofrange
102msgctxt "intmemory.soutofrange"
103msgid "Address out of range."
104msgstr ""
105
106#: parser.sexpectedbutfound
107#, object-pascal-format
108msgid "Expected %s but %s found."
109msgstr ""
110
111#: parser.sunknowncharacter
112#, object-pascal-format
113msgid "Unknown character %s"
114msgstr ""
115
116#: tcore.aabout.caption
117msgctxt "tcore.aabout.caption"
118msgid "About"
119msgstr ""
120
121#: tcore.aconsole.caption
122msgctxt "tcore.aconsole.caption"
123msgid "Console"
124msgstr ""
125
126#: tcore.adebugger.caption
127msgctxt "tcore.adebugger.caption"
128msgid "Debugger"
129msgstr ""
130
131#: tcore.adevices.caption
132msgctxt "tcore.adevices.caption"
133msgid "Devices"
134msgstr ""
135
136#: tcore.adisassembler.caption
137msgctxt "tcore.adisassembler.caption"
138msgid "Disassembler"
139msgstr ""
140
141#: tcore.aexit.caption
142msgctxt "tcore.aexit.caption"
143msgid "Exit"
144msgstr ""
145
146#: tcore.afullscreen.caption
147msgctxt "tcore.afullscreen.caption"
148msgid "Fullscreen"
149msgstr ""
150
151#: tcore.amemory.caption
152msgctxt "tcore.amemory.caption"
153msgid "Memory"
154msgstr ""
155
156#: tcore.apoweroff.caption
157msgid "Power off"
158msgstr ""
159
160#: tcore.apoweron.caption
161msgid "Power on"
162msgstr ""
163
164#: tcore.applicationinfo1.description
165msgid "Virtual machine and development environment"
166msgstr ""
167
168#: tcore.arestart.caption
169msgid "Restart"
170msgstr ""
171
172#: tcore.ascreen.caption
173msgctxt "tcore.ascreen.caption"
174msgid "Screen"
175msgstr ""
176
177#: tcore.asettings.caption
178msgctxt "tcore.asettings.caption"
179msgid "Settings"
180msgstr ""
181
182#: tcore.asourceeditor.caption
183msgctxt "tcore.asourceeditor.caption"
184msgid "Source editor"
185msgstr ""
186
187#: tcore.astorage.caption
188msgctxt "tcore.astorage.caption"
189msgid "Storage"
190msgstr ""
191
192#: tformassembler.caption
193msgid "Assembler"
194msgstr ""
195
196#: tformconsole.caption
197msgctxt "tformconsole.caption"
198msgid "Console"
199msgstr ""
200
201#: tformdebugger.caption
202msgctxt "tformdebugger.caption"
203msgid "Debugger"
204msgstr ""
205
206#: tformdisassembler.caption
207msgctxt "tformdisassembler.caption"
208msgid "Disassembler"
209msgstr ""
210
211#: tformmemory.caption
212msgctxt "tformmemory.caption"
213msgid "Memory"
214msgstr ""
215
216#: tformmemory.listviewmemory.columns[0].caption
217msgctxt "tformmemory.listviewmemory.columns[0].caption"
218msgid "Address"
219msgstr ""
220
221#: tformmemory.listviewmemory.columns[1].caption
222msgctxt "tformmemory.listviewmemory.columns[1].caption"
223msgid "Data"
224msgstr ""
225
226#: tformmemory.listviewmemory.columns[2].caption
227msgctxt "tformmemory.listviewmemory.columns[2].caption"
228msgid "ASCII"
229msgstr ""
230
231#: tformmemory.menuitem1.caption
232msgctxt "tformmemory.menuitem1.caption"
233msgid "Tools"
234msgstr ""
235
236#: tformmemory.menuitemclear.caption
237msgid "Clear"
238msgstr ""
239
240#: tformscreen.caption
241msgctxt "tformscreen.caption"
242msgid "Screen"
243msgstr ""
244
245#: tformscreen.menuitem1.caption
246msgctxt "tformscreen.menuitem1.caption"
247msgid "View"
248msgstr ""
249
250#: tformscreen.menuitem11.caption
251msgctxt "tformscreen.menuitem11.caption"
252msgid "Help"
253msgstr ""
254
255#: tformscreen.menuitem13.caption
256msgid "Execution"
257msgstr ""
258
259#: tformscreen.menuitem2.caption
260msgctxt "tformscreen.menuitem2.caption"
261msgid "Tools"
262msgstr ""
263
264#: tformscreen.menuitem4.caption
265msgctxt "tformscreen.menuitem4.caption"
266msgid "File"
267msgstr ""
268
269#: tformsettings.buttoncancel.caption
270msgid "Cancel"
271msgstr ""
272
273#: tformsettings.buttonok.caption
274msgid "OK"
275msgstr ""
276
277#: tformsettings.caption
278msgctxt "tformsettings.caption"
279msgid "Settings"
280msgstr ""
281
282#: tformsettings.checkboxautostartmachine.caption
283msgid "Auto start machine"
284msgstr ""
285
286#: tformsettings.label1.caption
287msgid "Startup form:"
288msgstr ""
289
290#: tformsettings.label2.caption
291msgid "Theme:"
292msgstr ""
293
294#: tformsettings.label3.caption
295msgid "Language:"
296msgstr ""
297
298#: tformsourceeditor.aclose.caption
299msgid "Close"
300msgstr ""
301
302#: tformsourceeditor.acompile.caption
303msgid "Compile"
304msgstr ""
305
306#: tformsourceeditor.aexit.caption
307msgctxt "tformsourceeditor.aexit.caption"
308msgid "Exit"
309msgstr ""
310
311#: tformsourceeditor.anew.caption
312msgid "New"
313msgstr ""
314
315#: tformsourceeditor.aopen.caption
316msgid "Open"
317msgstr ""
318
319#: tformsourceeditor.aopenrecent.caption
320msgid "Open recent"
321msgstr ""
322
323#: tformsourceeditor.apause.caption
324msgid "Pause"
325msgstr ""
326
327#: tformsourceeditor.arun.caption
328msgctxt "tformsourceeditor.arun.caption"
329msgid "Run"
330msgstr ""
331
332#: tformsourceeditor.aruntocursor.caption
333msgid "Run to cursor"
334msgstr ""
335
336#: tformsourceeditor.asave.caption
337msgid "Save"
338msgstr ""
339
340#: tformsourceeditor.asaveas.caption
341msgid "Save as..."
342msgstr ""
343
344#: tformsourceeditor.astepin.caption
345msgid "Step in"
346msgstr ""
347
348#: tformsourceeditor.astepout.caption
349msgid "Step out"
350msgstr ""
351
352#: tformsourceeditor.astepover.caption
353msgid "Step over"
354msgstr ""
355
356#: tformsourceeditor.astop.caption
357msgid "Stop"
358msgstr ""
359
360#: tformsourceeditor.caption
361msgctxt "tformsourceeditor.caption"
362msgid "Source editor"
363msgstr ""
364
365#: tformsourceeditor.menuitem1.caption
366msgctxt "tformsourceeditor.menuitem1.caption"
367msgid "File"
368msgstr ""
369
370#: tformsourceeditor.menuitem18.caption
371msgctxt "tformsourceeditor.menuitem18.caption"
372msgid "Help"
373msgstr ""
374
375#: tformsourceeditor.menuitem20.caption
376msgctxt "tformsourceeditor.menuitem20.caption"
377msgid "View"
378msgstr ""
379
380#: tformsourceeditor.menuitem25.caption
381msgctxt "tformsourceeditor.menuitem25.caption"
382msgid "Tools"
383msgstr ""
384
385#: tformsourceeditor.menuitem9.caption
386msgctxt "tformsourceeditor.menuitem9.caption"
387msgid "Run"
388msgstr ""
389
390#: tformstorage.caption
391msgctxt "tformstorage.caption"
392msgid "Storage"
393msgstr ""
394
395#: tformstorage.listview1.columns[0].caption
396msgctxt "tformstorage.listview1.columns[0].caption"
397msgid "Address"
398msgstr ""
399
400#: tformstorage.listview1.columns[1].caption
401msgctxt "tformstorage.listview1.columns[1].caption"
402msgid "Data"
403msgstr ""
404
405#: tformstorage.listview1.columns[2].caption
406msgctxt "tformstorage.listview1.columns[2].caption"
407msgid "ASCII"
408msgstr ""
409
Note: See TracBrowser for help on using the repository browser.