diff options
author | rubidium <rubidium@openttd.org> | 2008-04-11 15:58:46 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-11 15:58:46 +0000 |
commit | 6fa700153126e843fc85a28dc8e43fb9b6845900 (patch) | |
tree | 75b2ce202d816827b4568b0bd0659c211f84cd08 /src/lang | |
parent | 48703f69f460633a359f17f3796b42b5583d18c4 (diff) | |
download | openttd-6fa700153126e843fc85a28dc8e43fb9b6845900.tar.xz |
(svn r12661) -Add: ability to send a vehicle (using default orders) to the nearest depot.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 48e306e54..1db6e49c5 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2685,12 +2685,18 @@ STR_ORDER_TOOLTIP_FULL_LOAD :{BLACK}Change t STR_ORDER_TOOLTIP_UNLOAD :{BLACK}Change the unloading behaviour of the highlighted order STR_GO_TO_STATION :{STRING} {STATION} {STRING} +STR_ORDER_GO_TO_DROPDOWN_TOOLTIP :Insert an advanced order +STR_ORDER_GO_TO_NEAREST_DEPOT :Go to nearest depot +STR_ORDER_GO_TO_NEAREST_HANGAR :Go to nearest hangar +STR_ORDER_NEAREST_DEPOT :the nearest +STR_ORDER_NEAREST_HANGAR :the nearest Hangar STR_ORDER_SERVICE_AT :Service at STR_ORDER_SERVICE_NON_STOP_AT :Service non-stop at STR_ORDER_TRAIN_DEPOT :Train Depot STR_ORDER_ROAD_DEPOT :Road Vehicle Depot STR_ORDER_SHIP_DEPOT :Ship Depot STR_GO_TO_DEPOT :{STRING} {TOWN} {STRING} +STR_GO_TO_NEAREST_DEPOT :{STRING} {STRING} {STRING} STR_GO_TO_HANGAR :{STRING} {STATION} Hangar STR_TIMETABLE_GO_TO :{STRING3} {STRING2} |