diff options
author | Jack Baron <jackmbaron@gmail.com> | 2019-10-18 01:47:29 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-10-19 20:31:44 +0100 |
commit | 7c9dedb94f3b3ebca222f544f7d7502f22d03bb7 (patch) | |
tree | 774c0a7e71ef1db71f3618987d5ccede2c810e28 /src/lang | |
parent | 53f8d0b815a7be57fb6489d95e67b9002ade14d7 (diff) | |
download | openttd-7c9dedb94f3b3ebca222f544f7d7502f22d03bb7.tar.xz |
Feature: Configure minimum share trading years
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 8651639fd..bb3da82cc 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1556,6 +1556,8 @@ STR_CONFIG_SETTING_SMOOTH_ECONOMY :Enable smooth e STR_CONFIG_SETTING_SMOOTH_ECONOMY_HELPTEXT :When enabled, industry production changes more often, and in smaller steps. This setting has usually no effect, if industry types are provided by a NewGRF STR_CONFIG_SETTING_ALLOW_SHARES :Allow buying shares from other companies: {STRING2} STR_CONFIG_SETTING_ALLOW_SHARES_HELPTEXT :When enabled, allow buying and selling of company shares. Shares will only be available for companies reaching a certain age +STR_CONFIG_SETTING_MIN_YEARS_FOR_SHARES :Minimum company age to trade shares: {STRING2} +STR_CONFIG_SETTING_MIN_YEARS_FOR_SHARES_HELPTEXT :Set the minimum age of a company for others to be able to buy and sell shares from them. STR_CONFIG_SETTING_FEEDER_PAYMENT_SHARE :Percentage of leg profit to pay in feeder systems: {STRING2} STR_CONFIG_SETTING_FEEDER_PAYMENT_SHARE_HELPTEXT :Percentage of income given to the intermediate legs in feeder systems, giving more control over the income STR_CONFIG_SETTING_DRAG_SIGNALS_DENSITY :When dragging, place signals every: {STRING2} |