Changeset 95 for trunk/UMenu.pas


Ignore:
Timestamp:
Sep 28, 2022, 12:23:17 AM (20 months ago)
Author:
chronos
Message:
  • Added: Show dialog about new train every start of new week.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UMenu.pas

    r86 r95  
    7878    property OnExit: TNotifyEvent read FOnExit write FOnExit;
    7979  end;
    80 
    81 resourcestring
    82   SPlay = 'Play';
    83   SOptions = 'Options';
    84   SExit = 'Exit';
    85   SBigMetro = 'Big Metro';
    86   SDarkMode = 'Dark mode';
    87   SLanguage = 'Language';
    88   SCzech = 'Czech';
    89   SEnglish = 'English';
    90   SBack = 'Back';
    91   SAutomatic = 'Automatic';
    92   SFullScreen = 'Full screen';
    93   SContinue = 'Continue';
    94   SRestart = 'Try again';
    9580
    9681
Note: See TracChangeset for help on using the changeset viewer.