source: tags/1.3.0/Languages/LazFuck.pot

Last change on this file was 157, checked in by chronos, 3 months ago
  • Added: Allow to hide main toolbar.
  • Fixed: Update cursor position in status bar.
  • Fixed: Memory leak in target code form.
File size: 15.5 KB
Line 
1msgid ""
2msgstr "Content-Type: text/plain; charset=UTF-8"
3
4#: bftarget.sunsupportedcommand
5#, object-pascal-format
6msgctxt "bftarget.sunsupportedcommand"
7msgid "Unsupported command %d"
8msgstr ""
9
10#: formcpu.sstepspersecond
11msgctxt "formcpu.sstepspersecond"
12msgid " steps/s"
13msgstr ""
14
15#: formhelp.shelpfeatures
16msgid ""
17"Features:\n"
18"* Graphical code editor with color syntax highlighting\n"
19"* Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, Rust and Javascript\n"
20"* Interpreter with debugger"
21msgstr ""
22
23#: formhelp.shelpsummary
24msgid "LazFuck is a GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language."
25msgstr ""
26
27#: formkeyshortcuts.sglobal
28msgid "Global"
29msgstr ""
30
31#: formkeyshortcuts.smainform
32msgid "Main window"
33msgstr ""
34
35#: formmain.schanged
36msgctxt "formmain.schanged"
37msgid "Changed"
38msgstr ""
39
40#: formmain.scloseprojectfirst
41msgctxt "formmain.scloseprojectfirst"
42msgid "Project need to be closed before it can be openned"
43msgstr ""
44
45#: formmain.scompilestart
46msgctxt "formmain.scompilestart"
47msgid "Compiling..."
48msgstr ""
49
50#: formmain.sdone
51msgctxt "formmain.sdone"
52msgid "Done"
53msgstr ""
54
55#: formmain.sdoyouwanttosaveproject
56msgctxt "formmain.sdoyouwanttosaveproject"
57msgid "There are unsaved changes in project. Do you want to save them?"
58msgstr ""
59
60#: formmain.serror
61msgctxt "formmain.serror"
62msgid "Error"
63msgstr ""
64
65#: formmain.sfilenotfound
66#, object-pascal-format
67msgctxt "formmain.sfilenotfound"
68msgid "File %s not found."
69msgstr ""
70
71#: formmain.snewproject
72msgctxt "formmain.snewproject"
73msgid "New project"
74msgstr ""
75
76#: formmain.sprogramstarted
77msgctxt "formmain.sprogramstarted"
78msgid "Program started"
79msgstr ""
80
81#: formmain.sprogramstopped
82msgctxt "formmain.sprogramstopped"
83msgid "Program stopped"
84msgstr ""
85
86#: formmain.sunsavedchanges
87msgctxt "formmain.sunsavedchanges"
88msgid "Unsaved changes"
89msgstr ""
90
91#: formsourcecode.senternumber
92msgctxt "formsourcecode.senternumber"
93msgid "Enter number"
94msgstr ""
95
96#: formsourcecode.sentertext
97msgctxt "formsourcecode.sentertext"
98msgid "Enter text"
99msgstr ""
100
101#: formsourcecode.snumbergeneration
102msgctxt "formsourcecode.snumbergeneration"
103msgid "Number generation"
104msgstr ""
105
106#: formsourcecode.stextgeneration
107msgctxt "formsourcecode.stextgeneration"
108msgid "Text generation"
109msgstr ""
110
111#: target.scompiledfilenotfound
112#, object-pascal-format
113msgctxt "target.scompiledfilenotfound"
114msgid "Program compiled file \"%s\" not found"
115msgstr ""
116
117#: target.scompilernotfound
118#, object-pascal-format
119msgctxt "target.scompilernotfound"
120msgid "Compiler \"%s\" not found"
121msgstr ""
122
123#: target.scompiling
124msgctxt "target.scompiling"
125msgid "Compiling"
126msgstr ""
127
128#: target.sexecutornotfound
129#, object-pascal-format
130msgctxt "target.sexecutornotfound"
131msgid "Executor \"%s\" not found"
132msgstr ""
133
134#: target.sfirstindexhigherthanlastindex
135msgctxt "target.sfirstindexhigherthanlastindex"
136msgid "First index higher than last index"
137msgstr ""
138
139#: target.sfirstindexoutofrange
140msgctxt "target.sfirstindexoutofrange"
141msgid "First index out of range"
142msgstr ""
143
144#: target.slastindexoutofrange
145msgctxt "target.slastindexoutofrange"
146msgid "Last index out of range"
147msgstr ""
148
149#: target.snone
150msgctxt "target.snone"
151msgid "None"
152msgstr ""
153
154#: target.snormal
155msgctxt "target.snormal"
156msgid "Normal"
157msgstr ""
158
159#: target.spaused
160msgctxt "target.spaused"
161msgid "Paused"
162msgstr ""
163
164#: target.sprogramindexerror
165#, object-pascal-format
166msgctxt "target.sprogramindexerror"
167msgid "Old program index higher than new (old: %d, new: %d)"
168msgstr ""
169
170#: target.srunning
171msgctxt "target.srunning"
172msgid "Running"
173msgstr ""
174
175#: target.sstopped
176msgctxt "target.sstopped"
177msgid "Stopped"
178msgstr ""
179
180#: targetinterpreter.sbreakpointindexerror
181#, object-pascal-format
182msgctxt "targetinterpreter.sbreakpointindexerror"
183msgid "Break point index error: %d"
184msgstr ""
185
186#: targetinterpreter.sjumptablecollision
187msgctxt "targetinterpreter.sjumptablecollision"
188msgid "Jump table collision"
189msgstr ""
190
191#: targetinterpreter.sjumptableinconsistent
192msgctxt "targetinterpreter.sjumptableinconsistent"
193msgid "Jump table is inconsistent"
194msgstr ""
195
196#: targetinterpreter.sprogramlowermemorylimit
197msgctxt "targetinterpreter.sprogramlowermemorylimit"
198msgid "Program run over lower memory limit"
199msgstr ""
200
201#: targetinterpreter.sprogramnotrunning
202msgctxt "targetinterpreter.sprogramnotrunning"
203msgid "Program not running"
204msgstr ""
205
206#: targetinterpreter.sprogramuppermemorylimit
207msgctxt "targetinterpreter.sprogramuppermemorylimit"
208msgid "Program run over upper memory limit"
209msgstr ""
210
211#: targetinterpreter.sunsupportedcommand
212msgctxt "targetinterpreter.sunsupportedcommand"
213msgid "Unsupported command"
214msgstr ""
215
216#: tcore.applicationinfo.description
217msgid "A simple BrainFuck IDE written in Lazarus/FPC."
218msgstr ""
219
220#: tformcompilemultiple.buttoncancel.caption
221msgctxt "tformcompilemultiple.buttoncancel.caption"
222msgid "Cancel"
223msgstr ""
224
225#: tformcompilemultiple.buttoncompile.caption
226msgctxt "tformcompilemultiple.buttoncompile.caption"
227msgid "Compile"
228msgstr ""
229
230#: tformcompilemultiple.caption
231msgid "Compile multiple"
232msgstr ""
233
234#: tformcompilemultiple.listviewtargets.columns[0].caption
235msgctxt "tformcompilemultiple.listviewtargets.columns[0].caption"
236msgid "Name"
237msgstr ""
238
239#: tformcompilemultiple.listviewtargets.columns[1].caption
240msgid "Result"
241msgstr ""
242
243#: tformconsole.buttonabort.caption
244msgid "Abort"
245msgstr ""
246
247#: tformconsole.caption
248msgid "Console"
249msgstr ""
250
251#: tformcpu.caption
252msgid "CPU"
253msgstr ""
254
255#: tformcpu.label3.caption
256msgid "Program pointer:"
257msgstr ""
258
259#: tformcpu.label4.caption
260msgid "Step counter:"
261msgstr ""
262
263#: tformcpu.label5.caption
264msgid "Memory pointer:"
265msgstr ""
266
267#: tformcpu.label7.caption
268msgid "Speed:"
269msgstr ""
270
271#: tformcpu.labelmemorypointer.caption
272msgctxt "tformcpu.labelmemorypointer.caption"
273msgid " "
274msgstr ""
275
276#: tformcpu.labelprogrampointer.caption
277msgctxt "tformcpu.labelprogrampointer.caption"
278msgid " "
279msgstr ""
280
281#: tformcpu.labelstepcounter.caption
282msgctxt "tformcpu.labelstepcounter.caption"
283msgid " "
284msgstr ""
285
286#: tformcpu.labelstepspeed.caption
287msgctxt "tformcpu.labelstepspeed.caption"
288msgid " "
289msgstr ""
290
291#: tformhelp.caption
292msgctxt "tformhelp.caption"
293msgid "Help"
294msgstr ""
295
296#: tforminput.caption
297msgid "Input"
298msgstr ""
299
300#: tforminput.label1.caption
301msgid "Input:"
302msgstr ""
303
304#: tformkeyshortcuts.caption
305msgctxt "tformkeyshortcuts.caption"
306msgid "Key shortcuts"
307msgstr ""
308
309#: tformkeyshortcuts.listview1.columns[0].caption
310msgid "Action"
311msgstr ""
312
313#: tformkeyshortcuts.listview1.columns[1].caption
314msgid "Window"
315msgstr ""
316
317#: tformkeyshortcuts.listview1.columns[2].caption
318msgid "Shortcut"
319msgstr ""
320
321#: tformkeyshortcuts.menuitem1.caption
322msgid "Execute"
323msgstr ""
324
325#: tformlog.caption
326msgctxt "tformlog.caption"
327msgid "Log"
328msgstr ""
329
330#: tformmain.aabout.caption
331msgid "About"
332msgstr ""
333
334#: tformmain.abreakpointtoggle.caption
335msgctxt "tformmain.abreakpointtoggle.caption"
336msgid "Toggle breakpoint"
337msgstr ""
338
339#: tformmain.aexit.caption
340msgid "Exit"
341msgstr ""
342
343#: tformmain.afullscreen.caption
344msgid "Full screen"
345msgstr ""
346
347#: tformmain.ahelp.caption
348msgctxt "tformmain.ahelp.caption"
349msgid "Help"
350msgstr ""
351
352#: tformmain.akeyshortcuts.caption
353msgctxt "tformmain.akeyshortcuts.caption"
354msgid "Key shortcuts"
355msgstr ""
356
357#: tformmain.aoptions.caption
358msgctxt "tformmain.aoptions.caption"
359msgid "Options"
360msgstr ""
361
362#: tformmain.aprogramcompile.caption
363msgctxt "tformmain.aprogramcompile.caption"
364msgid "Compile"
365msgstr ""
366
367#: tformmain.aprogramcompilemultiple.caption
368msgctxt "tformmain.aprogramcompilemultiple.caption"
369msgid "Compile multiple..."
370msgstr ""
371
372#: tformmain.aprogrampause.caption
373msgid "Pause"
374msgstr ""
375
376#: tformmain.aprogramrun.caption
377msgctxt "tformmain.aprogramrun.caption"
378msgid "Run"
379msgstr ""
380
381#: tformmain.aprogramruntocursor.caption
382msgid "Run to cursor"
383msgstr ""
384
385#: tformmain.aprogramshowexecutionpoint.caption
386msgid "Show execution point"
387msgstr ""
388
389#: tformmain.aprogramstepinto.caption
390msgid "Step into"
391msgstr ""
392
393#: tformmain.aprogramstepout.caption
394msgid "Step out"
395msgstr ""
396
397#: tformmain.aprogramstepover.caption
398msgid "Step over"
399msgstr ""
400
401#: tformmain.aprogramstop.caption
402msgid "Stop"
403msgstr ""
404
405#: tformmain.aprojectclose.caption
406msgid "Close"
407msgstr ""
408
409#: tformmain.aprojectnew.caption
410msgid "New"
411msgstr ""
412
413#: tformmain.aprojectopen.caption
414msgid "Open"
415msgstr ""
416
417#: tformmain.aprojectsave.caption
418msgid "Save"
419msgstr ""
420
421#: tformmain.aprojectsaveas.caption
422msgid "Save as..."
423msgstr ""
424
425#: tformmain.ashowsourceposition.caption
426msgid "Show position in source"
427msgstr ""
428
429#: tformmain.ashowtargetposition.caption
430msgctxt "tformmain.ashowtargetposition.caption"
431msgid "Show position in target"
432msgstr ""
433
434#: tformmain.aviewcompilers.caption
435msgctxt "tformmain.aviewcompilers.caption"
436msgid "Compilers"
437msgstr ""
438
439#: tformmain.aviewlog.caption
440msgctxt "tformmain.aviewlog.caption"
441msgid "Log"
442msgstr ""
443
444#: tformmain.caption
445msgid "LazFuck"
446msgstr ""
447
448#: tformmain.menuitem1.caption
449msgid "File"
450msgstr ""
451
452#: tformmain.menuitem10.caption
453msgctxt "tformmain.menuitem10.caption"
454msgid "Help"
455msgstr ""
456
457#: tformmain.menuitem18.caption
458msgctxt "tformmain.menuitem18.caption"
459msgid "Tools"
460msgstr ""
461
462#: tformmain.menuitem23.caption
463msgid "View"
464msgstr ""
465
466#: tformmain.menuitem24.caption
467msgctxt "tformmain.menuitem24.caption"
468msgid "Edit"
469msgstr ""
470
471#: tformmain.menuitem9.caption
472msgctxt "tformmain.menuitem9.caption"
473msgid "Run"
474msgstr ""
475
476#: tformmain.menuitemopenrecent.caption
477msgid "Open recent"
478msgstr ""
479
480#: tformmain.menuitemtarget.caption
481msgid "Target"
482msgstr ""
483
484#: tformmain.menuitemviewtoolbar.caption
485msgid "Toolbar"
486msgstr ""
487
488#: tformmain.tabsheetdebug.caption
489msgid "Debug"
490msgstr ""
491
492#: tformmain.tabsheetmessages.caption
493msgctxt "tformmain.tabsheetmessages.caption"
494msgid "Messages"
495msgstr ""
496
497#: tformmain.tabsheetsource.caption
498msgctxt "tformmain.tabsheetsource.caption"
499msgid "Source code"
500msgstr ""
501
502#: tformmain.tabsheettarget.caption
503msgctxt "tformmain.tabsheettarget.caption"
504msgid "Target code"
505msgstr ""
506
507#: tformmain.toolbuttontarget.caption
508msgctxt "tformmain.toolbuttontarget.caption"
509msgid "Target select"
510msgstr ""
511
512#: tformmain.toolbuttontarget.hint
513msgctxt "tformmain.toolbuttontarget.hint"
514msgid "Target select"
515msgstr ""
516
517#: tformmemory.caption
518msgid "Memory"
519msgstr ""
520
521#: tformmemory.label6.caption
522msgid "Memory:"
523msgstr ""
524
525#: tformmemory.listviewmemory.columns[0].caption
526msgid "Address"
527msgstr ""
528
529#: tformmemory.listviewmemory.columns[1].caption
530msgid "Data"
531msgstr ""
532
533#: tformmemory.listviewmemory.columns[2].caption
534msgid "Text"
535msgstr ""
536
537#: tformmessages.caption
538msgctxt "tformmessages.caption"
539msgid "Messages"
540msgstr ""
541
542#: tformoptions.buttoncancel.caption
543msgctxt "tformoptions.buttoncancel.caption"
544msgid "Cancel"
545msgstr ""
546
547#: tformoptions.buttonok.caption
548msgctxt "tformoptions.buttonok.caption"
549msgid "Ok"
550msgstr ""
551
552#: tformoptions.caption
553msgctxt "tformoptions.caption"
554msgid "Options"
555msgstr ""
556
557#: tformoptions.checkboxdebugenabled.caption
558msgid "Debugging"
559msgstr ""
560
561#: tformoptions.checkboxdpiauto.caption
562msgid "Automatic DPI"
563msgstr ""
564
565#: tformoptions.checkboxoptimizeaddsub.caption
566msgid "Addition and subtraction"
567msgstr ""
568
569#: tformoptions.checkboxoptimizecopymultiply.caption
570msgid "Copy multiply"
571msgstr ""
572
573#: tformoptions.checkboxoptimizemerge.caption
574msgid "Merge same operations"
575msgstr ""
576
577#: tformoptions.checkboxoptimizerelativeindexes.caption
578msgid "Relative indexes"
579msgstr ""
580
581#: tformoptions.checkboxoptimizesetzero.caption
582msgid "Set zero"
583msgstr ""
584
585#: tformoptions.checkboxreopenlastfile.caption
586msgctxt "tformoptions.checkboxreopenlastfile.caption"
587msgid "Reopend last opened project"
588msgstr ""
589
590#: tformoptions.label1.caption
591msgid "Memory size:"
592msgstr ""
593
594#: tformoptions.label2.caption
595msgid "Cell size:"
596msgstr ""
597
598#: tformoptions.label3.caption
599msgid "Interface language:"
600msgstr ""
601
602#: tformoptions.label4.caption
603msgid "Compiler optimizations:"
604msgstr ""
605
606#: tformoptions.labeldpi.caption
607msgid "DPI:"
608msgstr ""
609
610#: tformoptions.labeltheme.caption
611msgid "Theme:"
612msgstr ""
613
614#: tformoptions.labelx.caption
615msgid "x"
616msgstr ""
617
618#: tformoptions.tabsheetbuild.caption
619msgid "Build"
620msgstr ""
621
622#: tformoptions.tabsheetgeneral.caption
623msgid "General"
624msgstr ""
625
626#: tformoutput.caption
627msgid "Output"
628msgstr ""
629
630#: tformoutput.label2.caption
631msgid "Output:"
632msgstr ""
633
634#: tformsourcecode.aclear.caption
635msgctxt "tformsourcecode.aclear.caption"
636msgid "Clear"
637msgstr ""
638
639#: tformsourcecode.aclear.hint
640msgctxt "tformsourcecode.aclear.hint"
641msgid "Clear"
642msgstr ""
643
644#: tformsourcecode.acopytoclipboard.caption
645msgctxt "tformsourcecode.acopytoclipboard.caption"
646msgid "Copy"
647msgstr ""
648
649#: tformsourcecode.acopytoclipboard.hint
650msgctxt "tformsourcecode.acopytoclipboard.hint"
651msgid "Copy"
652msgstr ""
653
654#: tformsourcecode.acuttoclipboard.caption
655msgctxt "tformsourcecode.acuttoclipboard.caption"
656msgid "Cut"
657msgstr ""
658
659#: tformsourcecode.acuttoclipboard.hint
660msgctxt "tformsourcecode.acuttoclipboard.hint"
661msgid "Cut"
662msgstr ""
663
664#: tformsourcecode.aformatsource.caption
665msgctxt "tformsourcecode.aformatsource.caption"
666msgid "Format source"
667msgstr ""
668
669#: tformsourcecode.aformatsource.hint
670msgctxt "tformsourcecode.aformatsource.hint"
671msgid "Format source"
672msgstr ""
673
674#: tformsourcecode.ageneratenumber.caption
675msgid "Generate number"
676msgstr ""
677
678#: tformsourcecode.ageneratetext.caption
679msgid "Generate text"
680msgstr ""
681
682#: tformsourcecode.apastefromclipboard.caption
683msgctxt "tformsourcecode.apastefromclipboard.caption"
684msgid "Paste"
685msgstr ""
686
687#: tformsourcecode.apastefromclipboard.hint
688msgctxt "tformsourcecode.apastefromclipboard.hint"
689msgid "Paste"
690msgstr ""
691
692#: tformsourcecode.aselectall.caption
693msgctxt "tformsourcecode.aselectall.caption"
694msgid "Select all"
695msgstr ""
696
697#: tformsourcecode.aselectall.hint
698msgctxt "tformsourcecode.aselectall.hint"
699msgid "Select all"
700msgstr ""
701
702#: tformsourcecode.ashrinksource.caption
703msgctxt "tformsourcecode.ashrinksource.caption"
704msgid "Shrink source"
705msgstr ""
706
707#: tformsourcecode.ashrinksource.hint
708msgctxt "tformsourcecode.ashrinksource.hint"
709msgid "Shrink source"
710msgstr ""
711
712#: tformsourcecode.caption
713msgctxt "tformsourcecode.caption"
714msgid "Source code"
715msgstr ""
716
717#: tformsourcecode.menuitem23.caption
718msgctxt "tformsourcecode.menuitem23.caption"
719msgid "Toggle breakpoint"
720msgstr ""
721
722#: tformsourcecode.menuitem29.caption
723msgctxt "tformsourcecode.menuitem29.caption"
724msgid "Show position in target"
725msgstr ""
726
727#: tformtargetcode.aformatcode.caption
728msgid "Format code"
729msgstr ""
730
731#: tformtargetcode.ashrinkcode.caption
732msgid "Shrink code"
733msgstr ""
734
735#: tformtargetcode.caption
736msgctxt "tformtargetcode.caption"
737msgid "Target code"
738msgstr ""
739
740#: tformtargetoptions.buttoncancel.caption
741msgctxt "tformtargetoptions.buttoncancel.caption"
742msgid "Cancel"
743msgstr ""
744
745#: tformtargetoptions.buttoncompiler.caption
746msgctxt "tformtargetoptions.buttoncompiler.caption"
747msgid "Select..."
748msgstr ""
749
750#: tformtargetoptions.buttonexecute.caption
751msgctxt "tformtargetoptions.buttonexecute.caption"
752msgid "Select..."
753msgstr ""
754
755#: tformtargetoptions.buttonok.caption
756msgctxt "tformtargetoptions.buttonok.caption"
757msgid "Ok"
758msgstr ""
759
760#: tformtargetoptions.caption
761msgid "Target options"
762msgstr ""
763
764#: tformtargetoptions.label1.caption
765msgid "Compiler location:"
766msgstr ""
767
768#: tformtargetoptions.label2.caption
769msgid "Executor location:"
770msgstr ""
771
772#: tformtargets.caption
773msgctxt "tformtargets.caption"
774msgid "Compilers"
775msgstr ""
776
777#: tformtargets.listview1.columns[0].caption
778msgctxt "tformtargets.listview1.columns[0].caption"
779msgid "Name"
780msgstr ""
781
782#: tformtargets.listview1.columns[1].caption
783msgctxt "tformtargets.listview1.columns[1].caption"
784msgid "Execution path"
785msgstr ""
786
787#: tformtargets.listview1.columns[2].caption
788msgctxt "tformtargets.listview1.columns[2].caption"
789msgid "Compiler path"
790msgstr ""
791
Note: See TracBrowser for help on using the repository browser.