Changeset 153 for trunk/Languages


Ignore:
Timestamp:
Aug 14, 2024, 1:05:13 PM (3 months ago)
Author:
chronos
Message:
  • Added: Full screen switching support.
  • Added: Help form.
  • Modified: Updated Common package.
  • Fixed: Execution of compiled Java and C# programs.
  • Fixed: Removed interlanced empty lines in Console form on Unix.
Location:
trunk/Languages
Files:
2 edited

Legend:

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

    r152 r153  
    2323msgstr " kroků/s"
    2424
     25#: formhelp.shelpfeatures
     26msgid ""
     27"Features:\n"
     28"* Graphical code editor with color syntax highlighting\n"
     29"* Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, Rust and Javascript\n"
     30"* Interpreter with debugger"
     31msgstr ""
     32"Vlastnosti:\n"
     33"* GrafickÃœ editor kódu s barevnÃœm zvÃœrazněním\n"
     34"* KříşovÃœ překladač do jazyků Delphi, Free Pascal, Python, Java, C, C#, PHP, Rust a Javascript\n"
     35"* Interpretr s ladičem"
     36
     37#: formhelp.shelpsummary
     38msgid "LazFuck is a GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language."
     39msgstr "LazFuck je GUI aplikace pro psaní, spouÅ¡tění, překládání a ladění programů napsanÃœch ve slavném esoterickém programovacím jazyku BrainFuck."
     40
    2541#: formmain.schanged
    2642msgctxt "formmain.schanged"
     
    231247msgstr "VÃœsledek"
    232248
     249#: tformconsole.buttonabort.caption
     250msgid "Abort"
     251msgstr "PřeruÅ¡it"
     252
     253#: tformconsole.caption
     254msgid "Console"
     255msgstr "Konzola"
     256
    233257#: tformcpu.caption
    234258msgid "CPU"
     
    271295msgstr "   "
    272296
     297#: tformhelp.caption
     298msgctxt "tformhelp.caption"
     299msgid "Help"
     300msgstr "Nápověda"
     301
    273302#: tforminput.caption
    274303msgid "Input"
     
    297326msgstr "Ukončit"
    298327
     328#: tformmain.afullscreen.caption
     329msgid "Full screen"
     330msgstr "Celá obrazovka"
     331
    299332#: tformmain.ahelp.caption
    300333msgctxt "tformmain.ahelp.caption"
     
    407440msgstr "Nástroje"
    408441
     442#: tformmain.menuitem23.caption
     443msgid "View"
     444msgstr "Zobrazení"
     445
    409446#: tformmain.menuitem24.caption
    410447msgctxt "tformmain.menuitem24.caption"
  • trunk/Languages/LazFuck.pot

    r152 r153  
    1313msgstr ""
    1414
     15#: formhelp.shelpfeatures
     16msgid ""
     17"Features:\n"
     18"* Graphical code editor with color syntax highlighting\n"
     19"* Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, Rust and Javascript\n"
     20"* Interpreter with debugger"
     21msgstr ""
     22
     23#: formhelp.shelpsummary
     24msgid "LazFuck is a GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language."
     25msgstr ""
     26
    1527#: formmain.schanged
    1628msgctxt "formmain.schanged"
     
    221233msgstr ""
    222234
     235#: tformconsole.buttonabort.caption
     236msgid "Abort"
     237msgstr ""
     238
     239#: tformconsole.caption
     240msgid "Console"
     241msgstr ""
     242
    223243#: tformcpu.caption
    224244msgid "CPU"
     
    261281msgstr ""
    262282
     283#: tformhelp.caption
     284msgctxt "tformhelp.caption"
     285msgid "Help"
     286msgstr ""
     287
    263288#: tforminput.caption
    264289msgid "Input"
     
    287312msgstr ""
    288313
     314#: tformmain.afullscreen.caption
     315msgid "Full screen"
     316msgstr ""
     317
    289318#: tformmain.ahelp.caption
    290319msgctxt "tformmain.ahelp.caption"
     
    397426msgstr ""
    398427
     428#: tformmain.menuitem23.caption
     429msgid "View"
     430msgstr ""
     431
    399432#: tformmain.menuitem24.caption
    400433msgctxt "tformmain.menuitem24.caption"
Note: See TracChangeset for help on using the changeset viewer.