diff options
author | bjarni <bjarni@openttd.org> | 2006-08-29 23:39:57 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-08-29 23:39:57 +0000 |
commit | 15f92083028b9d10b73739ce78be108c62a73759 (patch) | |
tree | d40d87b7909a66cde4dabc692991518710af28ed /lang | |
parent | b85a5d8cc87187345707cbe3c47dbb5a4ef8de27 (diff) | |
download | openttd-15f92083028b9d10b73739ce78be108c62a73759.tar.xz |
(svn r6229) -Feature: Shared order lists now got a "goto depot" button
this will try to send all vehicles in the list to depots/hangars
currently if one fails to find a depot, it will not tell the player
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 7228f124f..3c0211466 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2863,6 +2863,11 @@ 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 which have the same schedule +STR_SEND_TO_DEPOTS :{BLACK}Send to Depots +STR_SEND_TO_DEPOTS_TIP :{BLACK}Send all vehicles in the list to depots.{}Control-click will make them service only (instead of stopping) +STR_SEND_TO_HANGARS :{BLACK}Send to Hangars +STR_SEND_TO_HANGARS_TIP :{BLACK}Send all aircrafts in the list to hangars.{}Control-click will make them service only (instead of stopping) + STR_REPLACE_VEHICLES :{BLACK}Replace Vehicles STR_REPLACE_VEHICLES_WHITE :{WHITE}Replace {STRING} STR_REPLACE_VEHICLES_START :{BLACK}Start Replacing Vehicles |