Ignore:
Timestamp:
Jun 5, 2023, 6:44:57 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Remove U prefix from unit names.
  • Modified: Updated Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Languages/LazFuck.pot

    r143 r145  
    11msgid ""
    22msgstr "Content-Type: text/plain; charset=UTF-8"
     3
     4#: bftarget.sunsupportedcommand
     5#, object-pascal-format
     6msgctxt "bftarget.sunsupportedcommand"
     7msgid "Unsupported command %d"
     8msgstr ""
     9
     10#: formcpu.sstepspersecond
     11msgctxt "formcpu.sstepspersecond"
     12msgid " steps/s"
     13msgstr ""
     14
     15#: formmain.schanged
     16msgctxt "formmain.schanged"
     17msgid "Changed"
     18msgstr ""
     19
     20#: formmain.scloseprojectfirst
     21msgctxt "formmain.scloseprojectfirst"
     22msgid "Project need to be closed before it can be openned"
     23msgstr ""
     24
     25#: formmain.scompilestart
     26msgctxt "formmain.scompilestart"
     27msgid "Compiling..."
     28msgstr ""
     29
     30#: formmain.sdone
     31msgctxt "formmain.sdone"
     32msgid "Done"
     33msgstr ""
     34
     35#: formmain.sdoyouwanttosaveproject
     36msgctxt "formmain.sdoyouwanttosaveproject"
     37msgid "There are unsaved changes in project. Do you want to save them?"
     38msgstr ""
     39
     40#: formmain.serror
     41msgctxt "formmain.serror"
     42msgid "Error"
     43msgstr ""
     44
     45#: formmain.sfilenotfound
     46#, object-pascal-format
     47msgctxt "formmain.sfilenotfound"
     48msgid "File %s not found."
     49msgstr ""
     50
     51#: formmain.snewproject
     52msgctxt "formmain.snewproject"
     53msgid "New project"
     54msgstr ""
     55
     56#: formmain.sprogramstarted
     57msgctxt "formmain.sprogramstarted"
     58msgid "Program started"
     59msgstr ""
     60
     61#: formmain.sprogramstopped
     62msgctxt "formmain.sprogramstopped"
     63msgid "Program stopped"
     64msgstr ""
     65
     66#: formmain.sunsavedchanges
     67msgctxt "formmain.sunsavedchanges"
     68msgid "Unsaved changes"
     69msgstr ""
     70
     71#: formsourcecode.senternumber
     72msgctxt "formsourcecode.senternumber"
     73msgid "Enter number"
     74msgstr ""
     75
     76#: formsourcecode.sentertext
     77msgctxt "formsourcecode.sentertext"
     78msgid "Enter text"
     79msgstr ""
     80
     81#: formsourcecode.snumbergeneration
     82msgctxt "formsourcecode.snumbergeneration"
     83msgid "Number generation"
     84msgstr ""
     85
     86#: formsourcecode.stextgeneration
     87msgctxt "formsourcecode.stextgeneration"
     88msgid "Text generation"
     89msgstr ""
     90
     91#: target.scompiledfilenotfound
     92#, object-pascal-format
     93msgctxt "target.scompiledfilenotfound"
     94msgid "Program compiled file \"%s\" not found"
     95msgstr ""
     96
     97#: target.scompilernotfound
     98#, object-pascal-format
     99msgctxt "target.scompilernotfound"
     100msgid "Compiler \"%s\" not found"
     101msgstr ""
     102
     103#: target.scompiling
     104msgctxt "target.scompiling"
     105msgid "Compiling"
     106msgstr ""
     107
     108#: target.sexecutornotfound
     109#, object-pascal-format
     110msgctxt "target.sexecutornotfound"
     111msgid "Executor \"%s\" not found"
     112msgstr ""
     113
     114#: target.sfirstindexhigherthanlastindex
     115msgctxt "target.sfirstindexhigherthanlastindex"
     116msgid "First index higher than last index"
     117msgstr ""
     118
     119#: target.sfirstindexoutofrange
     120msgctxt "target.sfirstindexoutofrange"
     121msgid "First index out of range"
     122msgstr ""
     123
     124#: target.slastindexoutofrange
     125msgctxt "target.slastindexoutofrange"
     126msgid "Last index out of range"
     127msgstr ""
     128
     129#: target.snone
     130msgctxt "target.snone"
     131msgid "None"
     132msgstr ""
     133
     134#: target.snormal
     135msgctxt "target.snormal"
     136msgid "Normal"
     137msgstr ""
     138
     139#: target.spaused
     140msgctxt "target.spaused"
     141msgid "Paused"
     142msgstr ""
     143
     144#: target.sprogramindexerror
     145#, object-pascal-format
     146msgctxt "target.sprogramindexerror"
     147msgid "Old program index higher than new (old: %d, new: %d)"
     148msgstr ""
     149
     150#: target.srunning
     151msgctxt "target.srunning"
     152msgid "Running"
     153msgstr ""
     154
     155#: target.sstopped
     156msgctxt "target.sstopped"
     157msgid "Stopped"
     158msgstr ""
     159
     160#: targetinterpretter.sbreakpointindexerror
     161#, object-pascal-format
     162msgctxt "targetinterpretter.sbreakpointindexerror"
     163msgid "Break point index error: %d"
     164msgstr ""
     165
     166#: targetinterpretter.sjumptablecollision
     167msgctxt "targetinterpretter.sjumptablecollision"
     168msgid "Jump table collision"
     169msgstr ""
     170
     171#: targetinterpretter.sjumptableinconsistent
     172msgctxt "targetinterpretter.sjumptableinconsistent"
     173msgid "Jump table is inconsistent"
     174msgstr ""
     175
     176#: targetinterpretter.sprogramlowermemorylimit
     177msgctxt "targetinterpretter.sprogramlowermemorylimit"
     178msgid "Program run over lower memory limit"
     179msgstr ""
     180
     181#: targetinterpretter.sprogramnotrunning
     182msgctxt "targetinterpretter.sprogramnotrunning"
     183msgid "Program not running"
     184msgstr ""
     185
     186#: targetinterpretter.sprogramuppermemorylimit
     187msgctxt "targetinterpretter.sprogramuppermemorylimit"
     188msgid "Program run over upper memory limit"
     189msgstr ""
     190
     191#: targetinterpretter.sunsupportedcommand
     192msgctxt "targetinterpretter.sunsupportedcommand"
     193msgid "Unsupported command"
     194msgstr ""
    3195
    4196#: tcore.applicationinfo.description
     
    17209
    18210#: tformcompilemultiple.caption
    19 msgctxt "tformcompilemultiple.caption"
    20211msgid "Compile multiple"
    21212msgstr ""
     
    516707msgstr ""
    517708
    518 #: ubftarget.sunsupportedcommand
    519 #, object-pascal-format
    520 msgid "Unsupported command %d"
    521 msgstr ""
    522 
    523 #: uformcpu.sstepspersecond
    524 msgid " steps/s"
    525 msgstr ""
    526 
    527 #: uformmain.schanged
    528 msgid "Changed"
    529 msgstr ""
    530 
    531 #: uformmain.scloseprojectfirst
    532 msgid "Project need to be closed before it can be openned"
    533 msgstr ""
    534 
    535 #: uformmain.scompilestart
    536 msgid "Compiling..."
    537 msgstr ""
    538 
    539 #: uformmain.sdone
    540 msgid "Done"
    541 msgstr ""
    542 
    543 #: uformmain.sdoyouwanttosaveproject
    544 msgid "There are unsaved changes in project. Do you want to save them?"
    545 msgstr ""
    546 
    547 #: uformmain.serror
    548 msgid "Error"
    549 msgstr ""
    550 
    551 #: uformmain.sfilenotfound
    552 #, object-pascal-format
    553 msgid "File %s not found."
    554 msgstr ""
    555 
    556 #: uformmain.snewproject
    557 msgid "New project"
    558 msgstr ""
    559 
    560 #: uformmain.sprogramstarted
    561 msgid "Program started"
    562 msgstr ""
    563 
    564 #: uformmain.sprogramstopped
    565 msgid "Program stopped"
    566 msgstr ""
    567 
    568 #: uformmain.sunsavedchanges
    569 msgid "Unsaved changes"
    570 msgstr ""
    571 
    572 #: uformsourcecode.senternumber
    573 msgid "Enter number"
    574 msgstr ""
    575 
    576 #: uformsourcecode.sentertext
    577 msgid "Enter text"
    578 msgstr ""
    579 
    580 #: uformsourcecode.snumbergeneration
    581 msgid "Number generation"
    582 msgstr ""
    583 
    584 #: uformsourcecode.stextgeneration
    585 msgid "Text generation"
    586 msgstr ""
    587 
    588 #: utarget.scompiledfilenotfound
    589 #, object-pascal-format
    590 msgid "Program compiled file \"%s\" not found"
    591 msgstr ""
    592 
    593 #: utarget.scompilernotfound
    594 #, object-pascal-format
    595 msgid "Compiler \"%s\" not found"
    596 msgstr ""
    597 
    598 #: utarget.scompiling
    599 msgid "Compiling"
    600 msgstr ""
    601 
    602 #: utarget.sexecutornotfound
    603 #, object-pascal-format
    604 msgid "Executor \"%s\" not found"
    605 msgstr ""
    606 
    607 #: utarget.sfirstindexhigherthanlastindex
    608 msgid "First index higher than last index"
    609 msgstr ""
    610 
    611 #: utarget.sfirstindexoutofrange
    612 msgid "First index out of range"
    613 msgstr ""
    614 
    615 #: utarget.slastindexoutofrange
    616 msgid "Last index out of range"
    617 msgstr ""
    618 
    619 #: utarget.snone
    620 msgid "None"
    621 msgstr ""
    622 
    623 #: utarget.snormal
    624 msgid "Normal"
    625 msgstr ""
    626 
    627 #: utarget.spaused
    628 msgid "Paused"
    629 msgstr ""
    630 
    631 #: utarget.sprogramindexerror
    632 #, object-pascal-format
    633 msgid "Old program index higher than new (old: %d, new: %d)"
    634 msgstr ""
    635 
    636 #: utarget.srunning
    637 msgid "Running"
    638 msgstr ""
    639 
    640 #: utarget.sstopped
    641 msgid "Stopped"
    642 msgstr ""
    643 
    644 #: utargetinterpretter.sbreakpointindexerror
    645 #, object-pascal-format
    646 msgid "Break point index error: %d"
    647 msgstr ""
    648 
    649 #: utargetinterpretter.sjumptablecollision
    650 msgid "Jump table collision"
    651 msgstr ""
    652 
    653 #: utargetinterpretter.sjumptableinconsistent
    654 msgctxt "utargetinterpretter.sjumptableinconsistent"
    655 msgid "Jump table is inconsistent"
    656 msgstr ""
    657 
    658 #: utargetinterpretter.sprogramlowermemorylimit
    659 msgid "Program run over lower memory limit"
    660 msgstr ""
    661 
    662 #: utargetinterpretter.sprogramnotrunning
    663 msgid "Program not running"
    664 msgstr ""
    665 
    666 #: utargetinterpretter.sprogramuppermemorylimit
    667 msgid "Program run over upper memory limit"
    668 msgstr ""
    669 
    670 #: utargetinterpretter.sunsupportedcommand
    671 msgid "Unsupported command"
    672 msgstr ""
    673 
Note: See TracChangeset for help on using the changeset viewer.