diff options
author | yexo <yexo@openttd.org> | 2010-03-05 23:21:41 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-03-05 23:21:41 +0000 |
commit | c42e2a9bfc2114d54257832a644d485244c0c537 (patch) | |
tree | dfad204707d0ef02b94c5dda7a891aaa52488bb2 /src/lang | |
parent | a71462bb94e0b1551cdf74734d205eb807915bf7 (diff) | |
download | openttd-c42e2a9bfc2114d54257832a644d485244c0c537.tar.xz |
(svn r19326) -Codechange: store the airport name as property in AirportSpec
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index e9bf0c003..aed47b104 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2030,6 +2030,16 @@ STR_STATION_BUILD_AIRPORT_LARGE_AIRPORTS :{BLACK}Large ai STR_STATION_BUILD_AIRPORT_HUB_AIRPORTS :{BLACK}Hub airports STR_STATION_BUILD_AIRPORT_HELIPORTS :{BLACK}Helicopter airports +STR_AIRPORT_SMALL :Small +STR_AIRPORT_CITY :City +STR_AIRPORT_METRO :Metropolitan +STR_AIRPORT_INTERNATIONAL :International +STR_AIRPORT_COMMUTER :Commuter +STR_AIRPORT_INTERCONTINENTAL :Intercontinental +STR_AIRPORT_HELIPORT :Heliport +STR_AIRPORT_HELIDEPOT :Helidepot +STR_AIRPORT_HELISTATION :Helistation + STR_AIRPORT_CLASS_SMALL :Small airports STR_AIRPORT_CLASS_LARGE :Large airports STR_AIRPORT_CLASS_HUB :Hub airports |