diff options
author | bjarni <bjarni@openttd.org> | 2006-02-04 18:25:07 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-02-04 18:25:07 +0000 |
commit | 78b51cbec2d027a4e8f3066370d5994d4e8b0935 (patch) | |
tree | 20068dc0fce73768c5bdcbbc3cb9668c47d94d51 /lang | |
parent | 94dfa094246b5e9dfd5e86fcbce2a55fce8f7c00 (diff) | |
download | openttd-78b51cbec2d027a4e8f3066370d5994d4e8b0935.tar.xz |
(svn r3535) -Feature: [autoreplace] allow autoreplacing of train wagons
currently ALL available wagons are displayed in the right menu in the replace window
however the replacement will only be done if the new wagon can be refitted to carry same cargo as the old one is currently carrying
Since the standard vehicles do not have any valid wagon replacements, this feature can only be used when using newgrf sets
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 0db025bf6..86a7b85f3 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -2769,8 +2769,13 @@ STR_REPLACE_HELP_REPLACE_INFO_TAB :{BLACK}Displays STR_REPLACE_HELP :{BLACK}This allows you to replace one engine type with another type, when trains of the original type enter a depot STR_REPLACE_REMOVE_WAGON :{BLACK}Wagon removal: {ORANGE}{SKIP}{STRING} STR_REPLACE_REMOVE_WAGON_HELP :{BLACK}Make autoreplace keep the length of a train the same by removing wagons (starting at the front), if replacing the engine would make the train longer. +STR_REPLACE_ENGINE_WAGON_SELECT :{BLACK}Replacing: {ORANGE}{SKIP}{SKIP}{STRING} +STR_REPLACE_ENGINE_WAGON_SELECT_HELP :{BLACK} EXPERIMENTAL FEATURE {}Switch between engine and wagon replacement windows.{}Wagon replacement will only be done if the new wagon can be refitted into carrying the same type of cargo as the old one. This is checked for each wagon when the actual replacement takes place. STR_ENGINE_NOT_BUILDABLE :{WHITE}Engine is not buildable +STR_ENGINES :Engines +STR_WAGONS :Wagons + STR_SHORT_DATE :{WHITE}{DATE_TINY} STR_SIGN_LIST_CAPTION :{WHITE}Sign List - {COMMA} Sign{P "" s} |