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.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
Note: See TracChangeset for help on using the changeset viewer.