diff options
author | bjarni <bjarni@openttd.org> | 2006-10-07 13:58:08 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-10-07 13:58:08 +0000 |
commit | db665677992de73be63e68ffed09c60907423f98 (patch) | |
tree | 5e4d6627949e8613053f58dc7da4125549098620 /lang | |
parent | 5df4e234e0ef76d9bd4b544a7ca089c38fc3015c (diff) | |
download | openttd-db665677992de73be63e68ffed09c60907423f98.tar.xz |
(svn r6679) -Feature: [train build window] added filter for wagons, engines or both in the display
-Codechange: [train build window] to get rid of a really ugly hack, the train build list is now generated in one loop and stored in an array
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 4a9f6bd8c..9e3fff998 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2557,6 +2557,12 @@ STR_8840_BUILD_NEW_TRAIN_VEHICLE :{BLACK}Build ne STR_8841_DRAG_TRAIN_VEHICLE_TO_HERE :{BLACK}Drag train vehicle to here to sell it STR_8842_CENTER_MAIN_VIEW_ON_TRAIN :{BLACK}Centre main view on train depot location STR_8843_TRAIN_VEHICLE_SELECTION :{BLACK}Train vehicle selection list - click on vehicle for information +STR_BLACK_ENGINES :{BLACK}Engines +STR_BLACK_WAGONS :{BLACK}Wagons +STR_BLACK_BOTH :{BLACK}Both +STR_BUILD_TRAIN_ENGINES_TIP :{BLACK}Click to see engines only +STR_BUILD_TRAIN_WAGONS_TIP :{BLACK}Click to see wagons only +STR_BUILD_TRAIN_BOTH_TIP :{BLACK}Click to see both engines and wagons STR_8844_BUILD_THE_HIGHLIGHTED_TRAIN :{BLACK}Build the highlighted train vehicle STR_8845_RENAME_TRAIN_VEHICLE_TYPE :{BLACK}Rename train vehicle type STR_8846_CURRENT_TRAIN_ACTION_CLICK :{BLACK}Current train action - click here to stop/start train |