summaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-01-28 22:34:14 +0000
committeryexo <yexo@openttd.org>2010-01-28 22:34:14 +0000
commitfa01b25f740d92ffa74de4bc630ca42cdc8046a0 (patch)
tree2ec72945b9470a3a579f97ea489790e5b9690146 /src/lang
parentb689e3d6e43f5e5d90d0c2c93059cce5d48459ae (diff)
downloadopenttd-fa01b25f740d92ffa74de4bc630ca42cdc8046a0.tar.xz
(svn r18942) -Feature [FS#2678]: add a setting to reduce/disable aircraft crashes
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/english.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt
index 1e1ad8021..28ae0c171 100644
--- a/src/lang/english.txt
+++ b/src/lang/english.txt
@@ -1115,6 +1115,10 @@ STR_CONFIG_SETTING_ALLOW_GIVE_MONEY :{LTBLUE}Allow s
STR_CONFIG_SETTING_NONUNIFORM_STATIONS :{LTBLUE}Nonuniform stations: {ORANGE}{STRING1}
STR_CONFIG_SETTING_FREIGHT_TRAINS :{LTBLUE}Weight multiplier for freight to simulate heavy trains: {ORANGE}{STRING}
STR_CONFIG_SETTING_PLANE_SPEED :{LTBLUE}Plane speed factor: {ORANGE}1 / {STRING1}
+STR_CONFIG_SETTING_PLANE_CRASHES :{LTBLUE}Number of plane crashes: {ORANGE}{STRING1}
+STR_CONFIG_SETTING_PLANE_CRASHES_NONE :none
+STR_CONFIG_SETTING_PLANE_CRASHES_REDUCED :reduced
+STR_CONFIG_SETTING_PLANE_CRASHES_NORMAL :normal
STR_CONFIG_SETTING_STOP_ON_TOWN_ROAD :{LTBLUE}Allow drive-through road stops on town owned roads: {ORANGE}{STRING}
STR_CONFIG_SETTING_STOP_ON_COMPETITOR_ROAD :{LTBLUE}Allow drive-through road stops on roads owned by competitors: {ORANGE}{STRING}
STR_CONFIG_SETTING_ADJACENT_STATIONS :{LTBLUE}Allow building adjacent stations: {ORANGE}{STRING}