source: tags/1.1.0/Languages/LazFuck.po

Last change on this file was 116, checked in by chronos, 3 years ago
  • Modified: Updated Common package files.
  • Fixed: Translation of About dialog.
  • Added: Snap package definition file.
  • Modified: Detect different data dir on Linux.
File size: 11.3 KB
Line 
1msgid ""
2msgstr "Content-Type: text/plain; charset=UTF-8"
3
4#: tcore.applicationinfo.description
5msgid "A simple BrainFuck IDE written in Lazarus/FPC."
6msgstr ""
7
8#: tformcpu.caption
9msgid "CPU"
10msgstr ""
11
12#: tformcpu.label3.caption
13msgid "Program pointer:"
14msgstr ""
15
16#: tformcpu.label4.caption
17msgid "Step counter:"
18msgstr ""
19
20#: tformcpu.label5.caption
21msgid "Memory pointer:"
22msgstr ""
23
24#: tformcpu.label7.caption
25msgid "Speed:"
26msgstr ""
27
28#: tformcpu.labelmemorypointer.caption
29msgctxt "TFORMCPU.LABELMEMORYPOINTER.CAPTION"
30msgid " "
31msgstr ""
32
33#: tformcpu.labelprogrampointer.caption
34msgctxt "TFORMCPU.LABELPROGRAMPOINTER.CAPTION"
35msgid " "
36msgstr ""
37
38#: tformcpu.labelstepcounter.caption
39msgctxt "TFORMCPU.LABELSTEPCOUNTER.CAPTION"
40msgid " "
41msgstr ""
42
43#: tformcpu.labelstepspeed.caption
44msgctxt "TFORMCPU.LABELSTEPSPEED.CAPTION"
45msgid " "
46msgstr ""
47
48#: tforminput.caption
49msgid "Input"
50msgstr ""
51
52#: tforminput.label1.caption
53msgid "Input:"
54msgstr ""
55
56#: tformlog.caption
57msgctxt "tformlog.caption"
58msgid "Log"
59msgstr ""
60
61#: tformmain.aabout.caption
62msgctxt "TFORMMAIN.AABOUT.CAPTION"
63msgid "About"
64msgstr ""
65
66#: tformmain.abreakpointtoggle.caption
67msgid "Toggle breakpoint"
68msgstr ""
69
70#: tformmain.aexit.caption
71msgid "Exit"
72msgstr ""
73
74#: tformmain.ahelp.caption
75msgctxt "TFORMMAIN.AHELP.CAPTION"
76msgid "Help"
77msgstr ""
78
79#: tformmain.aoptions.caption
80msgctxt "tformmain.aoptions.caption"
81msgid "Options"
82msgstr ""
83
84#: tformmain.aprogramcompile.caption
85msgid "Compile"
86msgstr ""
87
88#: tformmain.aprogrampause.caption
89msgid "Pause"
90msgstr ""
91
92#: tformmain.aprogramrun.caption
93msgid "Run"
94msgstr ""
95
96#: tformmain.aprogramruntocursor.caption
97msgid "Run to cursor"
98msgstr ""
99
100#: tformmain.aprogramshowexecutionpoint.caption
101msgid "Show execution point"
102msgstr ""
103
104#: tformmain.aprogramstepinto.caption
105msgid "Step into"
106msgstr ""
107
108#: tformmain.aprogramstepout.caption
109msgid "Step out"
110msgstr ""
111
112#: tformmain.aprogramstepover.caption
113msgid "Step over"
114msgstr ""
115
116#: tformmain.aprogramstop.caption
117msgid "Stop"
118msgstr ""
119
120#: tformmain.aprojectclose.caption
121msgctxt "TFORMMAIN.APROJECTCLOSE.CAPTION"
122msgid "Close"
123msgstr ""
124
125#: tformmain.aprojectnew.caption
126msgid "New"
127msgstr ""
128
129#: tformmain.aprojectopen.caption
130msgid "Open"
131msgstr ""
132
133#: tformmain.aprojectsave.caption
134msgid "Save"
135msgstr ""
136
137#: tformmain.aprojectsaveas.caption
138msgid "Save as..."
139msgstr ""
140
141#: tformmain.ashowsourceposition.caption
142msgid "Show position in source"
143msgstr ""
144
145#: tformmain.ashowtargetposition.caption
146msgid "Show position in target"
147msgstr ""
148
149#: tformmain.aviewcompilers.caption
150msgctxt "tformmain.aviewcompilers.caption"
151msgid "Compilers"
152msgstr ""
153
154#: tformmain.aviewlog.caption
155msgctxt "TFORMMAIN.AVIEWLOG.CAPTION"
156msgid "Log"
157msgstr ""
158
159#: tformmain.caption
160msgctxt "TFORMMAIN.CAPTION"
161msgid "LazFuck"
162msgstr ""
163
164#: tformmain.menuitem1.caption
165msgid "Project"
166msgstr ""
167
168#: tformmain.menuitem10.caption
169msgctxt "tformmain.menuitem10.caption"
170msgid "Help"
171msgstr ""
172
173#: tformmain.menuitem18.caption
174msgid "View"
175msgstr ""
176
177#: tformmain.menuitem24.caption
178msgid "Tools"
179msgstr ""
180
181#: tformmain.menuitem9.caption
182msgid "Program"
183msgstr ""
184
185#: tformmain.menuitemopenrecent.caption
186msgid "Open recent"
187msgstr ""
188
189#: tformmain.menuitemtarget.caption
190msgid "Target"
191msgstr ""
192
193#: tformmain.tabsheetdebug.caption
194msgid "Debug"
195msgstr ""
196
197#: tformmain.tabsheetmessages.caption
198msgctxt "tformmain.tabsheetmessages.caption"
199msgid "Messages"
200msgstr ""
201
202#: tformmain.tabsheetsource.caption
203msgctxt "tformmain.tabsheetsource.caption"
204msgid "Source code"
205msgstr ""
206
207#: tformmain.tabsheettarget.caption
208msgctxt "tformmain.tabsheettarget.caption"
209msgid "Target code"
210msgstr ""
211
212#: tformmain.toolbuttontarget.caption
213msgctxt "TFORMMAIN.TOOLBUTTONTARGET.CAPTION"
214msgid "Target select"
215msgstr ""
216
217#: tformmain.toolbuttontarget.hint
218msgctxt "tformmain.toolbuttontarget.hint"
219msgid "Target select"
220msgstr ""
221
222#: tformmemory.caption
223msgid "Memory"
224msgstr ""
225
226#: tformmemory.label6.caption
227msgid "Memory:"
228msgstr ""
229
230#: tformmemory.listviewmemory.columns[0].caption
231msgid "Address"
232msgstr ""
233
234#: tformmemory.listviewmemory.columns[1].caption
235msgid "Data"
236msgstr ""
237
238#: tformmessages.caption
239msgctxt "TFORMMESSAGES.CAPTION"
240msgid "Messages"
241msgstr ""
242
243#: tformoptions.buttoncancel.caption
244msgctxt "tformoptions.buttoncancel.caption"
245msgid "Cancel"
246msgstr ""
247
248#: tformoptions.buttonok.caption
249msgctxt "tformoptions.buttonok.caption"
250msgid "Ok"
251msgstr ""
252
253#: tformoptions.caption
254msgctxt "tformoptions.caption"
255msgid "Options"
256msgstr ""
257
258#: tformoptions.checkbox1.caption
259msgctxt "tformoptions.checkbox1.caption"
260msgid "Reopend last opened project"
261msgstr ""
262
263#: tformoptions.checkboxdpiauto.caption
264msgctxt "tformoptions.checkboxdpiauto.caption"
265msgid "Automatic DPI"
266msgstr ""
267
268#: tformoptions.checkboxoptimizeaddsub.caption
269msgctxt "tformoptions.checkboxoptimizeaddsub.caption"
270msgid "Addition and subtraction"
271msgstr ""
272
273#: tformoptions.checkboxoptimizecopymultiply.caption
274msgctxt "tformoptions.checkboxoptimizecopymultiply.caption"
275msgid "Copy multiply"
276msgstr ""
277
278#: tformoptions.checkboxoptimizemerge.caption
279msgctxt "tformoptions.checkboxoptimizemerge.caption"
280msgid "Merge same operations"
281msgstr ""
282
283#: tformoptions.checkboxoptimizerelativeindexes.caption
284msgctxt "tformoptions.checkboxoptimizerelativeindexes.caption"
285msgid "Relative indexes"
286msgstr ""
287
288#: tformoptions.label1.caption
289msgctxt "tformoptions.label1.caption"
290msgid "Memory size:"
291msgstr ""
292
293#: tformoptions.label2.caption
294msgctxt "tformoptions.label2.caption"
295msgid "Cell size:"
296msgstr ""
297
298#: tformoptions.label3.caption
299msgctxt "tformoptions.label3.caption"
300msgid "Interface language:"
301msgstr ""
302
303#: tformoptions.label4.caption
304msgctxt "tformoptions.label4.caption"
305msgid "Compiler optimizations:"
306msgstr ""
307
308#: tformoptions.labeldpi.caption
309msgctxt "tformoptions.labeldpi.caption"
310msgid "DPI:"
311msgstr ""
312
313#: tformoptions.labeltheme.caption
314msgid "Theme:"
315msgstr ""
316
317#: tformoptions.labelx.caption
318msgctxt "tformoptions.labelx.caption"
319msgid "x"
320msgstr ""
321
322#: tformoptions.tabsheetbuild.caption
323msgid "Build"
324msgstr ""
325
326#: tformoptions.tabsheetgeneral.caption
327msgid "General"
328msgstr ""
329
330#: tformoutput.caption
331msgid "Output"
332msgstr ""
333
334#: tformoutput.label2.caption
335msgid "Output:"
336msgstr ""
337
338#: tformsourcecode.aclear.caption
339msgctxt "tformsourcecode.aclear.caption"
340msgid "Clear"
341msgstr ""
342
343#: tformsourcecode.aclear.hint
344msgctxt "TFORMSOURCECODE.ACLEAR.HINT"
345msgid "Clear"
346msgstr ""
347
348#: tformsourcecode.acopytoclipboard.caption
349msgctxt "tformsourcecode.acopytoclipboard.caption"
350msgid "Copy"
351msgstr ""
352
353#: tformsourcecode.acopytoclipboard.hint
354msgctxt "TFORMSOURCECODE.ACOPYTOCLIPBOARD.HINT"
355msgid "Copy"
356msgstr ""
357
358#: tformsourcecode.acuttoclipboard.caption
359msgctxt "tformsourcecode.acuttoclipboard.caption"
360msgid "Cut"
361msgstr ""
362
363#: tformsourcecode.acuttoclipboard.hint
364msgctxt "TFORMSOURCECODE.ACUTTOCLIPBOARD.HINT"
365msgid "Cut"
366msgstr ""
367
368#: tformsourcecode.aformatsource.caption
369msgctxt "tformsourcecode.aformatsource.caption"
370msgid "Format source"
371msgstr ""
372
373#: tformsourcecode.aformatsource.hint
374msgctxt "TFORMSOURCECODE.AFORMATSOURCE.HINT"
375msgid "Format source"
376msgstr ""
377
378#: tformsourcecode.ageneratenumber.caption
379msgid "Generate number"
380msgstr ""
381
382#: tformsourcecode.apastefromclipboard.caption
383msgctxt "tformsourcecode.apastefromclipboard.caption"
384msgid "Paste"
385msgstr ""
386
387#: tformsourcecode.apastefromclipboard.hint
388msgctxt "TFORMSOURCECODE.APASTEFROMCLIPBOARD.HINT"
389msgid "Paste"
390msgstr ""
391
392#: tformsourcecode.aselectall.caption
393msgctxt "tformsourcecode.aselectall.caption"
394msgid "Select all"
395msgstr ""
396
397#: tformsourcecode.aselectall.hint
398msgctxt "TFORMSOURCECODE.ASELECTALL.HINT"
399msgid "Select all"
400msgstr ""
401
402#: tformsourcecode.ashrinksource.caption
403msgctxt "tformsourcecode.ashrinksource.caption"
404msgid "Shrink source"
405msgstr ""
406
407#: tformsourcecode.ashrinksource.hint
408msgctxt "TFORMSOURCECODE.ASHRINKSOURCE.HINT"
409msgid "Shrink source"
410msgstr ""
411
412#: tformsourcecode.caption
413msgctxt "TFORMSOURCECODE.CAPTION"
414msgid "Source code"
415msgstr ""
416
417#: tformtargetcode.aformatcode.caption
418msgid "Format code"
419msgstr ""
420
421#: tformtargetcode.ashrinkcode.caption
422msgid "Shrink code"
423msgstr ""
424
425#: tformtargetcode.caption
426msgctxt "TFORMTARGETCODE.CAPTION"
427msgid "Target code"
428msgstr ""
429
430#: tformtargetoptions.buttoncancel.caption
431msgctxt "TFORMTARGETOPTIONS.BUTTONCANCEL.CAPTION"
432msgid "Cancel"
433msgstr ""
434
435#: tformtargetoptions.buttoncompiler.caption
436msgctxt "tformtargetoptions.buttoncompiler.caption"
437msgid "Select..."
438msgstr ""
439
440#: tformtargetoptions.buttonexecute.caption
441msgctxt "TFORMTARGETOPTIONS.BUTTONEXECUTE.CAPTION"
442msgid "Select..."
443msgstr ""
444
445#: tformtargetoptions.buttonok.caption
446msgctxt "TFORMTARGETOPTIONS.BUTTONOK.CAPTION"
447msgid "Ok"
448msgstr ""
449
450#: tformtargetoptions.caption
451msgid "Target options"
452msgstr ""
453
454#: tformtargetoptions.label1.caption
455msgid "Compiler location:"
456msgstr ""
457
458#: tformtargetoptions.label2.caption
459msgid "Executor location:"
460msgstr ""
461
462#: tformtargets.caption
463msgctxt "tformtargets.caption"
464msgid "Compilers"
465msgstr ""
466
467#: tformtargets.listview1.columns[0].caption
468msgctxt "tformtargets.listview1.columns[0].caption"
469msgid "Name"
470msgstr ""
471
472#: tformtargets.listview1.columns[1].caption
473msgctxt "tformtargets.listview1.columns[1].caption"
474msgid "Execution path"
475msgstr ""
476
477#: tformtargets.listview1.columns[2].caption
478msgctxt "tformtargets.listview1.columns[2].caption"
479msgid "Compiler path"
480msgstr ""
481
482#: uformcpu.sstepspersecond
483msgid " steps/s"
484msgstr ""
485
486#: uformmain.schanged
487msgid "Changed"
488msgstr ""
489
490#: uformmain.scloseprojectfirst
491msgid "Project need to be closed before it can be openned"
492msgstr ""
493
494#: uformmain.scompilestart
495msgid "Compiling..."
496msgstr ""
497
498#: uformmain.sdone
499msgid "Done"
500msgstr ""
501
502#: uformmain.sdoyouwanttosaveproject
503msgid "There are unsaved changes in project. Do you want to save them?"
504msgstr ""
505
506#: uformmain.serror
507msgid "Error"
508msgstr ""
509
510#: uformmain.snewproject
511msgid "New project"
512msgstr ""
513
514#: uformmain.sprogramstarted
515msgid "Program started"
516msgstr ""
517
518#: uformmain.sprogramstopped
519msgid "Program stopped"
520msgstr ""
521
522#: uformmain.sunsavedchanges
523msgid "Unsaved changes"
524msgstr ""
525
526#: uformsourcecode.senternumber
527msgid "Enter number"
528msgstr ""
529
530#: uformsourcecode.snumbergeneration
531msgid "Number generation"
532msgstr ""
533
534#: utarget.scompiledfilenotfound
535msgid "Program compiled file \"%s\" not found"
536msgstr ""
537
538#: utarget.scompilernotfound
539msgid "Compiler \"%s\" not found"
540msgstr ""
541
542#: utarget.sexecutornotfound
543msgid "Executor \"%s\" not found"
544msgstr ""
545
546#: utargetinterpretter.sjumptablecolision
547msgid "Jump table colision"
548msgstr ""
549
550#: utargetinterpretter.sjumptableinsistent
551msgid "Jump table is inconsistent"
552msgstr ""
553
554#: utargetinterpretter.sprogramlowerlimit
555msgid "Program run over lower limit"
556msgstr ""
557
558#: utargetinterpretter.sprogramnotrunning
559msgid "Program not running"
560msgstr ""
561
562#: utargetinterpretter.sprogramupperlimit
563msgid "Program run over upper limit"
564msgstr ""
565
566#: utargetinterpretter.sunsupportedcommand
567msgid "Unsupported command"
568msgstr ""
569
Note: See TracBrowser for help on using the repository browser.