diff options
author | alberth <alberth@openttd.org> | 2014-09-07 16:11:58 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2014-09-07 16:11:58 +0000 |
commit | eb41511cd1dacb1f9012c64818d26ccb7ec71e00 (patch) | |
tree | 8cac64b79f276011e284601b863d8dbc851912ac /src/lang | |
parent | 81d2bdbf477fca653e3ae15eac16ea4063bc8a72 (diff) | |
download | openttd-eb41511cd1dacb1f9012c64818d26ccb7ec71e00.tar.xz |
(svn r26801) -Add: Labels above the lists in the autoreplace GUI.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 7f3b57a61..31635ff0c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3494,6 +3494,11 @@ STR_REPLACE_VEHICLE_ROAD_VEHICLE :Road Vehicle STR_REPLACE_VEHICLE_SHIP :Ship STR_REPLACE_VEHICLE_AIRCRAFT :Aircraft +STR_REPLACE_VEHICLE_VEHICLES_IN_USE :{YELLOW}Vehicles in use +STR_REPLACE_VEHICLE_VEHICLES_IN_USE_TOOLTIP :{BLACK}Column with vehicles that you own +STR_REPLACE_VEHICLE_AVAILABLE_VEHICLES :{YELLOW}Available vehicles +STR_REPLACE_VEHICLE_AVAILABLE_VEHICLES_TOOLTIP :{BLACK}Column with vehicles available for replacement + STR_REPLACE_HELP_LEFT_ARRAY :{BLACK}Select the engine type to replace STR_REPLACE_HELP_RIGHT_ARRAY :{BLACK}Select the new engine type you would like to use in place of the left selected engine type |