diff options
author | bjarni <bjarni@openttd.org> | 2006-09-27 22:44:39 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-09-27 22:44:39 +0000 |
commit | 825f63bde3c71b510abe04da2bbf668df35bc471 (patch) | |
tree | 4c0ea810ffccd3059e9cb23c9f3a2a00d2ec033a /lang | |
parent | d1aebd889ceef1ac2c5b88d4e898444de94fd579 (diff) | |
download | openttd-825f63bde3c71b510abe04da2bbf668df35bc471.tar.xz |
(svn r6542) -Feature: [depot window] added a "sell all vehicles in depot" button
It's right below the sell button (sell whole chain button for trains)
It's still missing a sprite. That one will be added as soon as anybody draws something we can use
To make room for this button, all depots except train depots now opens with an additional row and can't be resized shorter than that
Diffstat (limited to 'lang')
-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 b6dac7963..32816303b 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2901,6 +2901,16 @@ STR_SEND_TO_DEPOTS_TIP :{BLACK}Send al STR_SEND_TO_HANGARS :{BLACK}Send to Hangars STR_SEND_TO_HANGARS_TIP :{BLACK}Send all aircraft in list to hangar. CTRL+click will only service +STR_SELL :{BLACK}Sell +STR_DEPOT_SELL_ALL_VEHICLE_CONFIRM :{BLACK}You are about to sell all the vehicles in the depot. +STR_ARE_YOU_SURE :{BLACK}Are you sure? +STR_DEPOT_SELL_ALL_TIP :{BLACK}Confirm that you want to sell all the vehicles in the depot +STR_DEPOT_SELL_ALL_HANGAR_TIP :{BLACK}Confirm that you want to sell all the aircraft in the hangar +STR_DEPOT_SELL_ALL_CANCEL_TIP :{BLACK}Do not sell all vehicles in the depot +STR_DEPOT_SELL_ALL_CANCEL_HANGAR_TIP :{BLACK}Do not sell all aircraft in the hangar +STR_DEPOT_SELL_ALL_BUTTON_TIP :{BLACK}Sell all vehicles in the depot +STR_DEPOT_SELL_ALL_BUTTON_HANGAR_TIP :{BLACK}Sell all aircraft in the hangar + STR_REPLACE_VEHICLES :{BLACK}Replace Vehicles STR_REPLACE_VEHICLES_WHITE :{WHITE}Replace {STRING} STR_REPLACE_VEHICLES_START :{BLACK}Start Replacing Vehicles |