diff options
author | bjarni <bjarni@openttd.org> | 2006-10-09 20:16:56 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-10-09 20:16:56 +0000 |
commit | b8e1f707512a5459d10377c5e1ad21b9357b5ac9 (patch) | |
tree | c2492f342ba61890bc7e7cc0297ed640a13e51ab /lang | |
parent | a18011934cfc165fabaad2596e497e2613b46ab0 (diff) | |
download | openttd-b8e1f707512a5459d10377c5e1ad21b9357b5ac9.tar.xz |
(svn r6707) -Feature: [build aircraft window] added buttons to view propeller planes, jet planes or helicopters
-Codechange: the build aircraft window now generates 3 malleced lists and displays based on those list
This is preparation for sorting aircraft
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index db4b83ae1..adfab1914 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2797,6 +2797,12 @@ STR_A01E_BUILD_AIRPORT :{BLACK}Build ai STR_A01F_AIRCRAFT_CLICK_ON_AIRCRAFT :{BLACK}Aircraft - click on aircraft for information STR_A020_BUILD_NEW_AIRCRAFT_REQUIRES :{BLACK}Build new aircraft (requires airport with hangar) STR_A021_AIRCRAFT_CLICK_ON_AIRCRAFT :{BLACK}Aircraft - click on aircraft for information +STR_BLACK_PLANES :{BLACK}Propellers +STR_BLACK_JETS :{BLACK}Jets +STR_BLACK_HELICOPTERS :{BLACK}Helicopters +STR_BUILD_PLANES_TIP :{BLACK}Click to see propeller planes +STR_BUILD_JETS_TIP :{BLACK}Click to see jet planes +STR_BUILD_HELICOPTERS_TIP :{BLACK}Click to see helicopters STR_A022_BUILD_NEW_AIRCRAFT :{BLACK}Build new aircraft STR_A023_DRAG_AIRCRAFT_TO_HERE_TO :{BLACK}Drag aircraft to here to sell it STR_A024_CENTER_MAIN_VIEW_ON_HANGAR :{BLACK}Centre main view on hangar location |