diff options
author | maedhros <maedhros@openttd.org> | 2007-04-12 17:24:34 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-04-12 17:24:34 +0000 |
commit | 61fe35688046b7ef36305ebd92b79bfcc535783f (patch) | |
tree | 5610013827e8a819441d28bafece386e0ad98632 /src/lang | |
parent | ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c (diff) | |
download | openttd-61fe35688046b7ef36305ebd92b79bfcc535783f.tar.xz |
(svn r9613) -Feature: Make it possible to have some control over the town growth. The
default rate is TTD's original rate, and to approximate OpenTTD's previous
behaviour the rate should be set to "Fast" or "Very Fast". Town growth can be
switched off entirely, and if so, buildings will not be rebuilt. It is also
possible to specify a proportion of towns that grow twice as fast as the
others.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 20f1ae7d7..ac808b46b 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1135,6 +1135,14 @@ STR_CONFIG_PATCHES_TOOLBAR_POS_CENTER :Centre STR_CONFIG_PATCHES_TOOLBAR_POS_RIGHT :Right STR_CONFIG_PATCHES_SNAP_RADIUS :{LTBLUE}Window snap radius: {ORANGE}{STRING1} px STR_CONFIG_PATCHES_SNAP_RADIUS_DISABLED :{LTBLUE}Window snap radius: {ORANGE}disabled +STR_CONFIG_PATCHES_TOWN_GROWTH :{LTBLUE}Town growth speed: {ORANGE}{STRING1} +STR_CONFIG_PATCHES_TOWN_GROWTH_NONE :None +STR_CONFIG_PATCHES_TOWN_GROWTH_SLOW :Slow +STR_CONFIG_PATCHES_TOWN_GROWTH_NORMAL :Normal +STR_CONFIG_PATCHES_TOWN_GROWTH_FAST :Fast +STR_CONFIG_PATCHES_TOWN_GROWTH_VERY_FAST :Very fast +STR_CONFIG_PATCHES_LARGER_TOWNS :{LTBLUE}Proportion of towns that will grow twice as fast: {ORANGE}1 in {STRING1} +STR_CONFIG_PATCHES_LARGER_TOWNS_DISABLED :{LTBLUE}Proportion of towns that will grow twice as fast: {ORANGE}None STR_CONFIG_PATCHES_GUI :{BLACK}Interface STR_CONFIG_PATCHES_CONSTRUCTION :{BLACK}Construction |