diff options
author | rubidium <rubidium@openttd.org> | 2010-12-26 09:03:19 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-12-26 09:03:19 +0000 |
commit | 64f04c3a74be3769a3e0bbf2e1c68bd27d6579eb (patch) | |
tree | 8608582c367f18f6c6669751ca8f0374e9f6a54d /src/lang | |
parent | 8a278f771163b11074d23a573840af7b945abb8c (diff) | |
download | openttd-64f04c3a74be3769a3e0bbf2e1c68bd27d6579eb.tar.xz |
(svn r21642) -Feature: concept of automatic station orders; add stub orders for intermediate stations and remove them when not visiting them anymore. This allows you to see what trains visit a station without actually having to order a vehicle to stop at all stations. Based on patch by fonsinchen
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index f2848f0f0..aa2e449df 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3252,6 +3252,8 @@ STR_ORDER_STOP_ORDER :(Stop) STR_ORDER_GO_TO_STATION :{STRING} {STATION} {STRING} +STR_ORDER_AUTOMATIC :(Automatic) + STR_ORDER_FULL_LOAD :(Full load) STR_ORDER_FULL_LOAD_ANY :(Full load any cargo) STR_ORDER_NO_LOAD :(No loading) @@ -3285,6 +3287,7 @@ STR_TIMETABLE_ORDER_VIEW_TOOLTIP :{BLACK}Switch t STR_TIMETABLE_TOOLTIP :{BLACK}Timetable - click on an order to highlight it STR_TIMETABLE_NO_TRAVEL :No travel +STR_TIMETABLE_NOT_TIMETABLEABLE :Travel (automatic; timetabled by next manual order) STR_TIMETABLE_TRAVEL_NOT_TIMETABLED :Travel (not timetabled) STR_TIMETABLE_TRAVEL_FOR :Travel for {STRING1} STR_TIMETABLE_STAY_FOR :and stay for {STRING1} |