From 08671d2e78d3277511d57236eaa74c0d6cb49fa0 Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 24 May 2008 02:54:47 +0000 Subject: (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 --- src/lang/english.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lang') 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} +######## -- cgit v1.2.3-54-g00ecf