Ignore:
Timestamp:
Mar 4, 2022, 10:57:08 PM (2 years ago)
Author:
chronos
Message:
  • Added: Compile multiple action for compilation of code with mutliple compilers at once.
File:
1 edited

Legend:

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

    r129 r133  
    1616msgstr "Jednoduché BrainFuck IDE napsané v Lazarus/FPC."
    1717
     18#: tformcompilemultiple.buttoncancel.caption
     19#, fuzzy
     20msgctxt "tformcompilemultiple.buttoncancel.caption"
     21msgid "Cancel"
     22msgstr "ZruÅ¡it"
     23
     24#: tformcompilemultiple.buttoncompile.caption
     25msgctxt "tformcompilemultiple.buttoncompile.caption"
     26msgid "Compile"
     27msgstr "PřeloÅŸit"
     28
     29#: tformcompilemultiple.caption
     30msgctxt "tformcompilemultiple.caption"
     31msgid "Compile multiple"
     32msgstr "PřeloÅŸit více"
     33
     34#: tformcompilemultiple.listviewtargets.columns[0].caption
     35msgctxt "tformcompilemultiple.listviewtargets.columns[0].caption"
     36msgid "Name"
     37msgstr "Jméno"
     38
     39#: tformcompilemultiple.listviewtargets.columns[1].caption
     40msgid "Result"
     41msgstr "VÃœsledek"
     42
    1843#: tformcpu.caption
    1944msgid "CPU"
     
    92117
    93118#: tformmain.aprogramcompile.caption
     119msgctxt "tformmain.aprogramcompile.caption"
    94120msgid "Compile"
    95121msgstr "PřeloÅŸit"
     122
     123#: tformmain.aprogramcompilemultiple.caption
     124msgctxt "tformmain.aprogramcompilemultiple.caption"
     125msgid "Compile multiple..."
     126msgstr "PřeloÅŸit více..."
    96127
    97128#: tformmain.aprogrampause.caption
     
    100131
    101132#: tformmain.aprogramrun.caption
     133msgctxt "tformmain.aprogramrun.caption"
    102134msgid "Run"
    103135msgstr "Spustit"
     
    170202
    171203#: tformmain.menuitem1.caption
    172 msgid "Project"
    173 msgstr "Projekt"
     204msgid "File"
     205msgstr "Soubor"
    174206
    175207#: tformmain.menuitem10.caption
     
    179211
    180212#: tformmain.menuitem18.caption
    181 msgid "View"
    182 msgstr "Zobrazení"
    183 
    184 #: tformmain.menuitem24.caption
     213msgctxt "tformmain.menuitem18.caption"
    185214msgid "Tools"
    186215msgstr "Nástroje"
    187216
     217#: tformmain.menuitem24.caption
     218msgctxt "tformmain.menuitem24.caption"
     219msgid "Edit"
     220msgstr "Úpravy"
     221
    188222#: tformmain.menuitem9.caption
    189 msgid "Program"
    190 msgstr "Program"
     223msgctxt "tformmain.menuitem9.caption"
     224msgid "Run"
     225msgstr "Spustit"
    191226
    192227#: tformmain.menuitemopenrecent.caption
     
    470505
    471506#: tformtargets.listview1.columns[0].caption
     507msgctxt "tformtargets.listview1.columns[0].caption"
    472508msgid "Name"
    473509msgstr "Jméno"
    474510
    475511#: tformtargets.listview1.columns[1].caption
     512msgctxt "tformtargets.listview1.columns[1].caption"
    476513msgid "Execution path"
    477514msgstr "Cesta vykonání"
    478515
    479516#: tformtargets.listview1.columns[2].caption
     517msgctxt "tformtargets.listview1.columns[2].caption"
    480518msgid "Compiler path"
    481519msgstr "Cesta překladače"
Note: See TracChangeset for help on using the changeset viewer.