diff options
author | tron <tron@openttd.org> | 2004-12-10 18:16:08 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2004-12-10 18:16:08 +0000 |
commit | 13e8d01dcbc3c7573de1667d5c392d3640197890 (patch) | |
tree | 66a06b77592865f6aa9640d6c1ddd3648d89f2d3 /lang/english.txt | |
parent | 804d6828dd4f8948e121adecf698b13c43a206b5 (diff) | |
download | openttd-13e8d01dcbc3c7573de1667d5c392d3640197890.tar.xz |
(svn r1009) -Feature: per-station vehicle lists
This adds a little button per vehicle class to the station window which opens a list of all vehicles that have this station on their schedule.
As side effect this gets rid of some global variables.
Diffstat (limited to 'lang/english.txt')
-rw-r--r-- | lang/english.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index ab06f7f4c..be7b8be71 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2697,3 +2697,13 @@ STR_NEWGRF_TIP :{BLACK}A list of all the Newgrf sets that you have in STR_NEWGRF_NO_FILES_INSTALLED :{BLACK}There are currently no newgrf files installed! Please refer to the manual for instructions to install new graphics. STR_NEWGRF_FILENAME :{BLACK}Filename: STR_NEWGRF_GRF_ID :{BLACK}GRF ID: + +STR_TRAIN :{BLACK}{TRAIN} +STR_LORRY :{BLACK}{LORRY} +STR_PLANE :{BLACK}{PLANE} +STR_SHIP :{BLACK}{SHIP} + +STR_SCHEDULED_TRAINS :{WHITE}{STATION} - {COMMA16} Trains +STR_SCHEDULED_ROAD_VEHICLES :{WHITE}{STATION} - {COMMA16} Road Vehicles +STR_SCHEDULED_AIRCRAFT :{WHITE}{STATION} - {COMMA16} Aircraft +STR_SCHEDULED_SHIPS :{WHITE}{STATION} - {COMMA16} Ships |