Changeset 30 for trunk/Languages


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.
Location:
trunk/Languages
Files:
2 edited

Legend:

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

    r28 r30  
    122122msgstr "Nápověda"
    123123
    124 #: tmainform.ainterpretterruntocursor.caption
    125 msgid "Run to cursor"
    126 msgstr "Spustit po ukazatel"
    127 
    128 #: tmainform.ainterpretterstepinto.caption
    129 msgid "Step into"
    130 msgstr "Vstoupit do"
    131 
    132 #: tmainform.ainterpretterstepout.caption
    133 msgid "Step out"
    134 msgstr "Vystoupit z"
    135 
    136 #: tmainform.ainterpretterstopover.caption
    137 msgid "Step over"
    138 msgstr "Přejít přes"
    139 
    140124#: tmainform.aoptions.caption
    141125msgctxt "tmainform.aoptions.caption"
     
    151135msgstr "Spustit"
    152136
     137#: tmainform.aprogramruntocursor.caption
     138msgctxt "tmainform.aprogramruntocursor.caption"
     139msgid "Run to cursor"
     140msgstr "Spustit po ukazatel"
     141
     142#: tmainform.aprogramstepinto.caption
     143msgctxt "tmainform.aprogramstepinto.caption"
     144msgid "Step into"
     145msgstr "Vstoupit do"
     146
     147#: tmainform.aprogramstepout.caption
     148msgctxt "tmainform.aprogramstepout.caption"
     149msgid "Step out"
     150msgstr "Vystoupit z"
     151
    153152#: tmainform.aprogramstop.caption
    154153msgid "Stop"
    155154msgstr "Zastavit"
     155
     156#: tmainform.aprogramstopover.caption
     157msgctxt "tmainform.aprogramstopover.caption"
     158msgid "Step over"
     159msgstr "Přejít přes"
    156160
    157161#: tmainform.aprojectclose.caption
     
    237241msgstr "Cíl"
    238242
     243#: tmainform.toolbutton12.caption
     244msgid "ToolButton12"
     245msgstr ""
     246
     247#: tmainform.toolbutton13.caption
     248msgid "ToolButton13"
     249msgstr ""
     250
     251#: tmainform.toolbutton14.caption
     252msgid "ToolButton14"
     253msgstr ""
     254
     255#: tmainform.toolbutton15.caption
     256msgid "ToolButton15"
     257msgstr ""
     258
    239259#: toptionsform.buttoncancel.caption
    240260msgid "Cancel"
     
    267287
    268288#: ubrainfuck.sjumptablecolision
     289msgctxt "ubrainfuck.sjumptablecolision"
    269290msgid "Jump table colision"
    270291msgstr "Kolize skokové tabulky"
    271292
    272293#: ubrainfuck.sjumptableinsistent
     294msgctxt "ubrainfuck.sjumptableinsistent"
    273295msgid "Jump table is inconsistent"
    274296msgstr "Nekonzistentní skoková tabulka"
    275297
    276298#: ubrainfuck.smemorycelloutofrange
     299msgctxt "ubrainfuck.smemorycelloutofrange"
    277300msgid "Memory cell %s value out of range"
    278301msgstr "Hodnota paměťové buňky %s je mimo rozsah"
    279302
    280303#: ubrainfuck.sprogramlowerlimit
     304msgctxt "ubrainfuck.sprogramlowerlimit"
    281305msgid "Program run over lower limit"
    282306msgstr "Program překročil dolní omezení"
    283307
    284308#: ubrainfuck.sprogramupperlimit
     309msgctxt "ubrainfuck.sprogramupperlimit"
    285310msgid "Program run over upper limit"
    286311msgstr "Program překročil horní omezení"
    287312
    288313#: ubrainfuck.sreadinputerror
     314msgctxt "ubrainfuck.sreadinputerror"
    289315msgid "Read input error"
    290316msgstr "Chyba čtení vstupu"
     
    330356msgstr "Program ukončen"
    331357
     358#: utarget.scompiledfilenotfound
     359msgctxt "utarget.scompiledfilenotfound"
     360msgid "Program compiled file \"%s\" not found"
     361msgstr ""
     362
     363#: utarget.scompilernotfound
     364msgctxt "utarget.scompilernotfound"
     365msgid "Compiler \"%s\" not found"
     366msgstr ""
     367
     368#: utargetinterpretter.sjumptablecolision
     369msgctxt "utargetinterpretter.sjumptablecolision"
     370msgid "Jump table colision"
     371msgstr "Kolize skokové tabulky"
     372
     373#: utargetinterpretter.sjumptableinsistent
     374msgctxt "utargetinterpretter.sjumptableinsistent"
     375msgid "Jump table is inconsistent"
     376msgstr "Nekonzistentní skoková tabulka"
     377
     378#: utargetinterpretter.smemorycelloutofrange
     379msgctxt "utargetinterpretter.smemorycelloutofrange"
     380msgid "Memory cell %s value out of range"
     381msgstr "Hodnota paměťové buňky %s je mimo rozsah"
     382
     383#: utargetinterpretter.sprogramlowerlimit
     384msgctxt "utargetinterpretter.sprogramlowerlimit"
     385msgid "Program run over lower limit"
     386msgstr "Program překročil dolní omezení"
     387
     388#: utargetinterpretter.sprogramupperlimit
     389msgctxt "utargetinterpretter.sprogramupperlimit"
     390msgid "Program run over upper limit"
     391msgstr "Program překročil horní omezení"
     392
     393#: utargetinterpretter.sreadinputerror
     394msgctxt "utargetinterpretter.sreadinputerror"
     395msgid "Read input error"
     396msgstr "Chyba čtení vstupu"
     397
  • 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.