diff options
author | belugas <belugas@openttd.org> | 2008-05-24 02:54:47 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2008-05-24 02:54:47 +0000 |
commit | fc35ad9ee9077869ab7b5a06b44327c835df3e5f (patch) | |
tree | 6e9667beb04ac4a18b43294a74456ab52a123a5a /src/lang | |
parent | 6f233b1f8f18beb1e347c943685f6086d886993e (diff) | |
download | openttd-fc35ad9ee9077869ab7b5a06b44327c835df3e5f.tar.xz |
(svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
Initial concept : TTDPatch (moreairpots), Initial code : Pasky
Thanks to BigBB (help coding), Smatz Skidd13 and frosch for bugcatches and advices
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 50e5416b1..d97f54ec7 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3553,3 +3553,9 @@ STR_DRAG_SIGNALS_DENSITY_INCREASE_TIP :{BLACK}Increase STR_OSK_KEYBOARD_LAYOUT :`1234567890-=\qwertyuiop[]asdfghjkl;' zxcvbnm,./ . STR_OSK_KEYBOARD_LAYOUT_CAPS :~!@#$%^&*()_+|QWERTYUIOP{{}}ASDFGHJKL:" ZXCVBNM<>? . ######## + +############ town controlled noise level +STR_CONFIG_PATCHES_NOISE_LEVEL :{LTBLUE}Allow town controlled noise level for airports: {ORANGE}{STRING} +STR_NOISE_IN_TOWN :{BLACK}Noise limit in town: {ORANGE}{COMMA}{BLACK} max: {ORANGE}{COMMA} +STR_STATION_NOISE :{BLACK}Noise generated: {GOLD}{COMMA} +######## |