Ignore:
Timestamp:
Feb 11, 2012, 9:32:25 PM (12 years ago)
Author:
chronos
Message:
  • Modified: Optimalized execution of BrainFuck commands using array of methods instead of case statement. This can scale better for future additional commands.
  • Added: Interpretter form show speed in steps per second.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Languages/LazFuckIDE.cs.po

    r16 r18  
    1111
    1212#: tinterpreterform.caption
    13 #, fuzzy
    1413#| msgid "Runtime"
    1514msgctxt "tinterpreterform.caption"
    1615msgid "Interpretter"
    17 msgstr "Běh"
     16msgstr "Interpreter"
    1817
    1918#: tinterpreterform.label1.caption
     
    4140msgstr "Paměť"
    4241
     42#: tinterpreterform.label7.caption
     43msgid "Speed:"
     44msgstr "Rychlost:"
     45
    4346#: tinterpreterform.labelmemorypointer.caption
    4447msgctxt "tinterpreterform.labelmemorypointer.caption"
    4548msgid "   "
    46 msgstr ""
     49msgstr "   "
    4750
    4851#: tinterpreterform.labelprogrampointer.caption
    4952msgctxt "tinterpreterform.labelprogrampointer.caption"
    5053msgid "   "
    51 msgstr ""
     54msgstr "   "
    5255
    5356#: tinterpreterform.labelstepcounter.caption
    5457msgctxt "tinterpreterform.labelstepcounter.caption"
    5558msgid "   "
    56 msgstr ""
     59msgstr "   "
     60
     61#: tinterpreterform.labelstepspeed.caption
     62msgctxt "tinterpreterform.labelstepspeed.caption"
     63msgid "   "
     64msgstr "   "
    5765
    5866#: tinterpreterform.listviewmemory.columns[0].caption
     
    6472msgstr "Data"
    6573
    66 #: tinterpreterform.toolbar1.caption
    67 msgid "ToolBar1"
    68 msgstr ""
    69 
    7074#: tmainform.aabout.caption
    7175msgid "About"
     
    7478#: tmainform.abreakpointtoggle.caption
    7579msgid "Toggle breakpoint"
    76 msgstr ""
     80msgstr "Přepnout bod zastavení"
    7781
    7882#: tmainform.acompile.caption
     
    8690#: tmainform.aformatsource.caption
    8791msgid "Format source"
    88 msgstr ""
     92msgstr "Formátovat zdroj"
    8993
    9094#: tmainform.ahelp.caption
     
    183187#: tmainform.menuitem24.caption
    184188msgid "Tools"
    185 msgstr ""
     189msgstr "Nástroje"
    186190
    187191#: tmainform.menuitem40.caption
     
    251255msgstr "Chyba čtení vstupu"
    252256
     257#: uinterpreterform.sstepspersecond
     258msgid " steps/s"
     259msgstr " kroků/s"
     260
Note: See TracChangeset for help on using the changeset viewer.