Ignore:
Timestamp:
Feb 18, 2012, 7:49:17 PM (12 years ago)
Author:
chronos
Message:
  • Renamed: Compilers renamed to Targets. Interpretter will be one of possible targets.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Languages/LazFuckIDE.po

    r28 r30  
    113113msgstr ""
    114114
    115 #: tmainform.ainterpretterruntocursor.caption
    116 msgid "Run to cursor"
    117 msgstr ""
    118 
    119 #: tmainform.ainterpretterstepinto.caption
    120 msgid "Step into"
    121 msgstr ""
    122 
    123 #: tmainform.ainterpretterstepout.caption
    124 msgid "Step out"
    125 msgstr ""
    126 
    127 #: tmainform.ainterpretterstopover.caption
    128 msgid "Step over"
    129 msgstr ""
    130 
    131115#: tmainform.aoptions.caption
    132116msgctxt "TMAINFORM.AOPTIONS.CAPTION"
     
    142126msgstr ""
    143127
     128#: tmainform.aprogramruntocursor.caption
     129msgctxt "TMAINFORM.APROGRAMRUNTOCURSOR.CAPTION"
     130msgid "Run to cursor"
     131msgstr ""
     132
     133#: tmainform.aprogramstepinto.caption
     134msgctxt "TMAINFORM.APROGRAMSTEPINTO.CAPTION"
     135msgid "Step into"
     136msgstr ""
     137
     138#: tmainform.aprogramstepout.caption
     139msgctxt "TMAINFORM.APROGRAMSTEPOUT.CAPTION"
     140msgid "Step out"
     141msgstr ""
     142
    144143#: tmainform.aprogramstop.caption
    145144msgid "Stop"
     145msgstr ""
     146
     147#: tmainform.aprogramstopover.caption
     148msgctxt "TMAINFORM.APROGRAMSTOPOVER.CAPTION"
     149msgid "Step over"
    146150msgstr ""
    147151
     
    228232msgstr ""
    229233
     234#: tmainform.toolbutton12.caption
     235msgid "ToolButton12"
     236msgstr ""
     237
     238#: tmainform.toolbutton13.caption
     239msgid "ToolButton13"
     240msgstr ""
     241
     242#: tmainform.toolbutton14.caption
     243msgid "ToolButton14"
     244msgstr ""
     245
     246#: tmainform.toolbutton15.caption
     247msgid "ToolButton15"
     248msgstr ""
     249
    230250#: toptionsform.buttoncancel.caption
    231251msgid "Cancel"
     
    258278
    259279#: ubrainfuck.sjumptablecolision
     280msgctxt "ubrainfuck.sjumptablecolision"
    260281msgid "Jump table colision"
    261282msgstr ""
    262283
    263284#: ubrainfuck.sjumptableinsistent
     285msgctxt "ubrainfuck.sjumptableinsistent"
    264286msgid "Jump table is inconsistent"
    265287msgstr ""
    266288
    267289#: ubrainfuck.smemorycelloutofrange
     290msgctxt "ubrainfuck.smemorycelloutofrange"
    268291msgid "Memory cell %s value out of range"
    269292msgstr ""
    270293
    271294#: ubrainfuck.sprogramlowerlimit
     295msgctxt "ubrainfuck.sprogramlowerlimit"
    272296msgid "Program run over lower limit"
    273297msgstr ""
    274298
    275299#: ubrainfuck.sprogramupperlimit
     300msgctxt "ubrainfuck.sprogramupperlimit"
    276301msgid "Program run over upper limit"
    277302msgstr ""
    278303
    279304#: ubrainfuck.sreadinputerror
     305msgctxt "ubrainfuck.sreadinputerror"
    280306msgid "Read input error"
    281307msgstr ""
     
    321347msgstr ""
    322348
     349#: utarget.scompiledfilenotfound
     350msgctxt "utarget.scompiledfilenotfound"
     351msgid "Program compiled file \"%s\" not found"
     352msgstr ""
     353
     354#: utarget.scompilernotfound
     355msgctxt "utarget.scompilernotfound"
     356msgid "Compiler \"%s\" not found"
     357msgstr ""
     358
     359#: utargetinterpretter.sjumptablecolision
     360msgctxt "utargetinterpretter.sjumptablecolision"
     361msgid "Jump table colision"
     362msgstr ""
     363
     364#: utargetinterpretter.sjumptableinsistent
     365msgctxt "utargetinterpretter.sjumptableinsistent"
     366msgid "Jump table is inconsistent"
     367msgstr ""
     368
     369#: utargetinterpretter.smemorycelloutofrange
     370msgctxt "utargetinterpretter.smemorycelloutofrange"
     371msgid "Memory cell %s value out of range"
     372msgstr ""
     373
     374#: utargetinterpretter.sprogramlowerlimit
     375msgctxt "utargetinterpretter.sprogramlowerlimit"
     376msgid "Program run over lower limit"
     377msgstr ""
     378
     379#: utargetinterpretter.sprogramupperlimit
     380msgctxt "utargetinterpretter.sprogramupperlimit"
     381msgid "Program run over upper limit"
     382msgstr ""
     383
     384#: utargetinterpretter.sreadinputerror
     385msgctxt "utargetinterpretter.sreadinputerror"
     386msgid "Read input error"
     387msgstr ""
     388
Note: See TracChangeset for help on using the changeset viewer.