close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

Ignore:
Timestamp:
Oct 4, 2014, 11:33:16 PM (10 years ago)
Author:
chronos
Message:
  • Added: New game option "Map shape" which can use image in file as base for map generation. Black color is used as void.
  • Modified: New game dialog restructured to separate player, map and rules settings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lrt

    r70 r75  
    11TFORMNEW.CAPTION=New game
     2TFORMNEW.BUTTONCANCEL.CAPTION=Cancel
     3TFORMNEW.BUTTONOK.CAPTION=Ok
     4TFORMNEW.TABSHEET1.CAPTION=Players
    25TFORMNEW.LISTVIEW1.COLUMNS[0].CAPTION=Name
    36TFORMNEW.LISTVIEW1.COLUMNS[1].CAPTION=Type
    47TFORMNEW.LISTVIEW1.COLUMNS[2].CAPTION=Color
    58TFORMNEW.LISTVIEW1.COLUMNS[3].CAPTION=Start units
    6 TFORMNEW.BUTTONPLAYERADD.CAPTION=Add
    7 TFORMNEW.BUTTONPLAYERREMOVE.CAPTION=Remove
    89TFORMNEW.BUTTONPLAYERMODIFY.CAPTION=Modify
    9 TFORMNEW.BUTTONOK.CAPTION=Ok
    10 TFORMNEW.BUTTONCANCEL.CAPTION=Cancel
     10TFORMNEW.TABSHEET2.CAPTION=Map
     11TFORMNEW.LABEL1.CAPTION=Map width:
     12TFORMNEW.LABEL2.CAPTION=Map height:
     13TFORMNEW.LABEL5.CAPTION=Grid type:
     14TFORMNEW.LABEL8.CAPTION=Map shape:
     15TFORMNEW.CHECKBOXSYMETRICMAP.CAPTION=Symetric map
    1116TFORMNEW.CHECKBOXVOID.CAPTION=Inaccessible places
    12 TFORMNEW.LABEL1.CAPTION=Map width:
    13 TFORMNEW.LABEL3.CAPTION=%
    14 TFORMNEW.LABEL2.CAPTION=Map height:
    1517TFORMNEW.CHECKBOXCITY.CAPTION=Cities
    1618TFORMNEW.LABEL4.CAPTION=%
     19TFORMNEW.LABEL3.CAPTION=%
     20TFORMNEW.LABEL7.CAPTION=Max random neutral units:
     21TFORMNEW.BUTTONIMAGEBROWSE.CAPTION=Browse
     22TFORMNEW.LABEL9.CAPTION=Image file:
     23TFORMNEW.TABSHEET3.CAPTION=Rules
     24TFORMNEW.RADIOGROUPGROWCELLS.CAPTION=Growing cells
     25TFORMNEW.LABEL6.CAPTION=Win objective:
    1726TFORMNEW.RADIOGROUPGROWAMOUNT.CAPTION=Per turn grow amount
    18 TFORMNEW.RADIOGROUPGROWCELLS.CAPTION=Growing cells
    19 TFORMNEW.LABEL5.CAPTION=Grid type:
    20 TFORMNEW.LABEL6.CAPTION=Win objective:
    21 TFORMNEW.LABEL7.CAPTION=Max random neutral units:
    22 TFORMNEW.CHECKBOXSYMETRICMAP.CAPTION=Symetric map
    2327TFORMNEW.APLAYERMODIFY.CAPTION=Modify player
    24 TFORMNEW.APLAYERADD.CAPTION=Add player
    25 TFORMNEW.APLAYERREMOVE.CAPTION=Remove player
     28TFORMNEW.APLAYERADD.CAPTION=Add
     29TFORMNEW.APLAYERREMOVE.CAPTION=Remove
Note: See TracChangeset for help on using the changeset viewer.