Changeset 77


Ignore:
Timestamp:
Jan 15, 2017, 5:57:01 PM (7 years ago)
Author:
chronos
Message:
  • Added: Russian and Italian localization.
Location:
trunk
Files:
50 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Locale.pas

    r75 r77  
    9090  Languages.AddItem('', 'System');
    9191  Languages.AddItem('cs', 'Czech');
    92   Languages.AddItem('de', 'Deutch');
     92  Languages.AddItem('de', 'German');
    9393  Languages.AddItem('en', 'English');
     94  Languages.AddItem('it', 'Italian');
     95  Languages.AddItem('ru', 'Russian');
    9496
    9597  OKBtn.Caption := Phrases.Lookup('BTN_OK');
  • trunk/readme.txt

    r2 r77  
     1C-evo 1.2.0 sources ported to Lazarus/FPC
     2
     3* Used development enviroment: Lazarus 1.6.2
     4* Supported platforms: Windows and Linux
     5* Supported architecuters: 32-bit and 64-bit x86
     6
     7=Code changes to original source=
     8
     9* Converted from Delphi to Lazarus
     10* Merged source code and binaries from installed game
     11* Graphics files converted from BMP to PNG
     12* Game text files .txt converted to UTF-8
     13* Binary .dfm files conveted to text .lfm
     14* Removed external Configurator application written in C#. Use ingame config interface.
     15* Available localizations included in installed game
     16* Used latest Delphi StdAI. Newer is implemented in C#.
     17* Added installer scripts for Windows and Ubuntu/Debian Linux.
     18
     19
     20=Original readme content=
     21
    122The C-evo sources
    223
Note: See TracChangeset for help on using the changeset viewer.