Ignore:
Timestamp:
Jun 27, 2023, 10:09:21 AM (17 months ago)
Author:
chronos
Message:
  • Modified: Improved function var parameter handling.
  • Modified: Code cleanup.
Location:
branches/xpascal/Languages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/xpascal/Languages/xpascal.cs.po

    r234 r235  
    3737msgid "Cannot parse program."
    3838msgstr "Nelze analyzovat program."
     39
     40#: parserpascal.sexpectedfunctionparameter
     41msgid "Expected function parameter."
     42msgstr "Očekáván parametr funkce."
     43
     44#: parserpascal.sexpectedprocedureparameter
     45msgid "Expected procedure parameter."
     46msgstr "Očekávání parametr procedury."
     47
     48#: parserpascal.sfunctionparametermismatch
     49msgid "Function parameter mismatch."
     50msgstr "Neshoda parametru funkce."
     51
     52#: parserpascal.sunexpectedtoken
     53#, object-pascal-format
     54msgid "Unexpected token %s"
     55msgstr "Neočekávány token %s"
    3956
    4057#: source.sindexerror
     
    174191msgid "Unsupported tokenizer state."
    175192msgstr "NepodporovanÜ stav tokenizeru."
    176 
  • branches/xpascal/Languages/xpascal.pot

    r233 r235  
    2626#: parser.scannotparseprogram
    2727msgid "Cannot parse program."
     28msgstr ""
     29
     30#: parserpascal.sexpectedfunctionparameter
     31msgid "Expected function parameter."
     32msgstr ""
     33
     34#: parserpascal.sexpectedprocedureparameter
     35msgid "Expected procedure parameter."
     36msgstr ""
     37
     38#: parserpascal.sfunctionparametermismatch
     39msgid "Function parameter mismatch."
     40msgstr ""
     41
     42#: parserpascal.sunexpectedtoken
     43#, object-pascal-format
     44msgid "Unexpected token %s"
    2845msgstr ""
    2946
Note: See TracChangeset for help on using the changeset viewer.