diff options
author | maedhros <maedhros@openttd.org> | 2007-04-02 11:35:08 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-04-02 11:35:08 +0000 |
commit | eae03e0f72a1e991b1d8717cb2a028894f4fc809 (patch) | |
tree | f79ae5103c1baa185b02aae22366ecc9338a29d6 /src/lang | |
parent | 65bc46082ec6685c4fbd585eb9894fb8e77c8ace (diff) | |
download | openttd-eae03e0f72a1e991b1d8717cb2a028894f4fc809.tar.xz |
(svn r9543) -Fix [FS#691]: Split up STR_ENGINE_NOT_BUILDABLE into four strings so it can be
translated properly and remove "buildable", since it isn't actually a word.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index c32c0fca2..e34670cdb 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3012,7 +3012,10 @@ STR_REPLACE_REMOVE_WAGON :{BLACK}Wagon re 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_RAIL_VEHICLE_NOT_AVAILABLE :{WHITE}Vehicle is not available +STR_ROAD_VEHICLE_NOT_AVAILABLE :{WHITE}Vehicle is not available +STR_SHIP_NOT_AVAILABLE :{WHITE}Ship is not available +STR_AIRCRAFT_NOT_AVAILABLE :{WHITE}Aircraft is not available STR_ENGINES :Engines STR_WAGONS :Wagons |