diff options
author | rubidium <rubidium@openttd.org> | 2007-07-08 00:25:05 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-07-08 00:25:05 +0000 |
commit | 8b54aab214a8236b93ac2f5ef6f6c3e950448a69 (patch) | |
tree | fe85486dbb45adde5b5af125a9d4dae18bbdd0a7 /src/lang | |
parent | e51d9d4fbd5637b7e3e880ec1a0d6bd2b198eccf (diff) | |
download | openttd-8b54aab214a8236b93ac2f5ef6f6c3e950448a69.tar.xz |
(svn r10473) -Codechange: make the industry "window", the one that shows when you click on an industry, more flexible to allow easier integration with newindustries.
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 16f51ca43..d60aa428c 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1980,6 +1980,9 @@ STR_4828_REQUIRES :{BLACK}Requires STR_4829_REQUIRES :{BLACK}Requires: {YELLOW}{STRING}, {STRING}, {STRING} ############ range for requires ends +STR_INDUSTRY_WINDOW_WAITING_FOR_PROCESSING :{BLACK}Cargo waiting to be processed: +STR_INDUSTRY_WINDOW_WAITING_STOCKPILE_CARGO :{YELLOW}{CARGO}{BLACK} + STR_482A_PRODUCTION_LAST_MONTH :{BLACK}Production last month: STR_482B_TRANSPORTED :{YELLOW}{CARGO}{BLACK} ({COMMA}% transported) STR_482C_CENTER_THE_MAIN_VIEW_ON :{BLACK}Centre the main view on industry location |