diff options
author | peter1138 <peter1138@openttd.org> | 2006-10-23 21:39:15 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-10-23 21:39:15 +0000 |
commit | 735c636f6ffdec71797b2685a8f19b4e81cbdb0d (patch) | |
tree | 75eaf1df54a52006319c0408f2bef1d5159a3197 /lang | |
parent | 552e6de4ceca495b292cf7d068c5d18c8d6489d6 (diff) | |
download | openttd-735c636f6ffdec71797b2685a8f19b4e81cbdb0d.tar.xz |
(svn r6912) - Feature: Show a list of cargo types that a vehicle is refittable to in the purchase information window. (mart3p)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 383e3c213..cb8826eec 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -3021,6 +3021,9 @@ STR_PURCHASE_INFO_WEIGHT_CWEIGHT :{BLACK}Weight: STR_PURCHASE_INFO_COST_SPEED :{BLACK}Cost: {GOLD}{CURRENCY}{BLACK} Speed: {GOLD}{VELOCITY} STR_PURCHASE_INFO_AIRCRAFT_CAPACITY :{BLACK}Capacity: {GOLD}{COMMA} passengers, {COMMA} bags of mail STR_PURCHASE_INFO_PWAGPOWER_PWAGWEIGHT :{BLACK}Powered Wagons: {GOLD}+{POWER}{BLACK} Weight: {GOLD}+{WEIGHT_S} +STR_PURCHASE_INFO_REFITTABLE_TO :{BLACK}Refittable to: {GOLD} +STR_PURCHASE_INFO_ALL_TYPES :All cargo types +STR_PURCHASE_INFO_ALL_BUT :All but {GOLD} ########### String for New Landscape Generator |