diff options
author | Darkvater <darkvater@openttd.org> | 2006-12-07 14:03:55 +0000 |
---|---|---|
committer | Darkvater <darkvater@openttd.org> | 2006-12-07 14:03:55 +0000 |
commit | 6774527b3ac8b8fe1ab621144c26442fc1d27d40 (patch) | |
tree | 3d741cbc11a51fe87ca2f7133dca7751d1438e6c /lang | |
parent | 5dc75d233ab4a0adb1c9d258c10ceeddc78491f5 (diff) | |
download | openttd-6774527b3ac8b8fe1ab621144c26442fc1d27d40.tar.xz |
(svn r7418) -Codechange/Feature: Put back the 'New Vehicles' button in the vehicle list window. As
things won't fit now because of too many buttons, move 'send to depot' and 'autoreplace'
to a dropdown box (and seperate 'send to depot' and 'send for servicing').
The 'New Vehicles' button shows a list of all engines you have available for that vehicle
type (in case of trains all railtypes). Button is only enabled for global list.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/lang/english.txt b/lang/english.txt index c848a5909..c9d9a70e0 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -393,6 +393,15 @@ STR_ENGINE_SORT_CARGO_CAPACITY :Cargo Capacity STR_NO_WAITING_CARGO :{BLACK}No cargo of any type is waiting STR_SELECT_ALL_FACILITIES :{BLACK}Select all facilities STR_SELECT_ALL_TYPES :{BLACK}Select all cargo types (including no waiting cargo) +STR_AVAILABLE_ENGINES_TIP :{BLACK}See a list of available engine designs for this vehicle type. +STR_MANAGE_LIST :{BLACK}Manage list +STR_REPLACE_VEHICLES :Replace vehicles +STR_SEND_TRAIN_TO_DEPOT :Send to Depot +STR_SEND_ROAD_VEHICLE_TO_DEPOT :Send to Depot +STR_SEND_SHIP_TO_DEPOT :Send to Depot +STR_SEND_AIRCRAFT_TO_HANGAR :Send to Hangar +STR_SEND_TO_DEPOTS :Send to {SKIP}{SKIP}{SKIP}{STRING} +STR_SEND_FOR_SERVICING :Send for Servicing ############ range for months starts STR_0162_JAN :Jan @@ -2932,21 +2941,6 @@ STR_SCHEDULED_SHIPS_TIP :{BLACK}Show all STR_VEH_WITH_SHARED_ORDERS_LIST :{WHITE}Shared orders of {COMMA} Vehicle{P "" s} STR_VEH_WITH_SHARED_ORDERS_LIST_TIP :{BLACK}Show all vehicles that share this schedule -### looks odd, but trainslators requested this as depots aren't the same for all vehicles in all translations -### we can use there whenever we want a depot mentioned in another string to avoid making 4 versions of all strings - -STR_TRAIN_DEPOTS__DEPOT_ONLY :Depots -STR_ROAD_VEHICLE_DEPOTS__DEPOT_ONLY :Depots -STR_SHIP_DEPOTS__DEPOT_ONLY :Depots -STR_AIRCRAFT_HANGARS__DEPOT_ONLY :Hangars - -STR_SEND_TO_DEPOTS :{BLACK}Send to {SKIP}{SKIP}{SKIP}{STRING} - -STR_SEND_TO_DEPOTS_TRAIN_TIP :{BLACK}Send all trains in list to depots. CTRL+click will only service -STR_SEND_TO_DEPOTS_ROADVEH_TIP :{BLACK}Send all road vehicles in list to depots. CTRL+click will only service -STR_SEND_TO_DEPOTS_SHIP_TIP :{BLACK}Send all ships in list to depots. CTRL+click will only service -STR_SEND_TO_DEPOTS_AIRCRAFT_TIP :{BLACK}Send all aircraft in list to hangars. CTRL+click will only service - ### depot strings STR_SELL :{BLACK}Sell @@ -2983,7 +2977,6 @@ STR_VEHICLE_LIST_ROADVEH_DEPOT :{BLACK}{STRING1 STR_VEHICLE_LIST_SHIP_DEPOT :{BLACK}{STRING1} - {COMMA} Ship{P "" s} STR_VEHICLE_LIST_AIRCRAFT_DEPOT :{BLACK}{STRING1} - {COMMA} Aircraft -STR_REPLACE_VEHICLES :{BLACK}Replace Vehicles STR_REPLACE_VEHICLES_WHITE :{WHITE}Replace {STRING} STR_REPLACE_VEHICLES_START :{BLACK}Start Replacing Vehicles STR_REPLACE_VEHICLES_STOP :{BLACK}Stop Replacing Vehicles |