diff options
author | alberth <alberth@openttd.org> | 2010-07-23 18:39:02 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2010-07-23 18:39:02 +0000 |
commit | 85c775e7f355486e2ff9bf7bd85c1055b2ec71ca (patch) | |
tree | 602c92db7b56079420f07592bdd81c2dfd419c3e /src/lang | |
parent | a8032ab75f5b3ff27bab326c5933c81585f711c8 (diff) | |
download | openttd-85c775e7f355486e2ff9bf7bd85c1055b2ec71ca.tar.xz |
(svn r20206) -Feature: Display suppliers and customers of an industry or cargo.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index a044336b3..17f52ef1d 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -2116,6 +2116,15 @@ STR_FUND_INDUSTRY_PROSPECT_NEW_INDUSTRY :{BLACK}Prospect STR_FUND_INDUSTRY_BUILD_NEW_INDUSTRY :{BLACK}Build STR_FUND_INDUSTRY_FUND_NEW_INDUSTRY :{BLACK}Fund +# Industry cargoes window +STR_INDUSTRY_CARGOES_INDUSTRY_CAPTION :{WHITE}Industry chain for {STRING} industry +STR_INDUSTRY_CARGOES_CARGO_CAPTION :{WHITE}Industry chain for {STRING} cargo +STR_INDUSTRY_CARGOES_PRODUCERS :{WHITE}Producing industries +STR_INDUSTRY_CARGOES_CUSTOMERS :{WHITE}Accepting industries +STR_INDUSTRY_CARGOES_HOUSES :{WHITE}Houses +STR_INDUSTRY_CARGOES_INDUSTRY_TOOLTIP :{BLACK}Click at the industry to see its suppliers and customers +STR_INDUSTRY_CARGOES_CARGO_TOOLTIP :{BLACK}{STRING}{}Click at the cargo to see its suppliers and customers + # Land area window STR_LAND_AREA_INFORMATION_CAPTION :{WHITE}Land Area Information STR_LAND_AREA_INFORMATION_COST_TO_CLEAR_N_A :{BLACK}Cost to clear: {LTBLUE}N/A |