diff options
author | alberth <alberth@openttd.org> | 2012-05-06 15:03:45 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2012-05-06 15:03:45 +0000 |
commit | 88224d001d640eb6bf3f4a0215a63b44dbe34cb9 (patch) | |
tree | 028e041d1c21c3271c45fc37e90eeb70b949d841 /src/lang | |
parent | 8c585e5ad6d0d115c48fbc4f11a5a70f9f997f24 (diff) | |
download | openttd-88224d001d640eb6bf3f4a0215a63b44dbe34cb9.tar.xz |
(svn r24210) -Feature: Split the renew-months setting text in two string values (one before life time and one after).
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 2986e6f56..53904e266 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1185,7 +1185,9 @@ STR_CONFIG_SETTING_ORDER_REVIEW_ON :of all vehicles STR_CONFIG_SETTING_WARN_INCOME_LESS :Warn if a vehicle's income is negative: {STRING2} STR_CONFIG_SETTING_NEVER_EXPIRE_VEHICLES :Vehicles never expire: {STRING2} STR_CONFIG_SETTING_AUTORENEW_VEHICLE :Autorenew vehicle when it gets old: {STRING2} -STR_CONFIG_SETTING_AUTORENEW_MONTHS :Autorenew when vehicle is {STRING2} month{P 0:2 "" s} before/after max age +STR_CONFIG_SETTING_AUTORENEW_MONTHS :Autorenew when vehicle is {STRING2} max age +STR_CONFIG_SETTING_AUTORENEW_MONTHS_VALUE_BEFORE :{COMMA} month{P 0 "" s} before +STR_CONFIG_SETTING_AUTORENEW_MONTHS_VALUE_AFTER :{COMMA} month{P 0 "" s} after STR_CONFIG_SETTING_AUTORENEW_MONEY :Autorenew minimum needed money for renew: {STRING2} STR_CONFIG_SETTING_ERRMSG_DURATION :Duration of error message: {STRING2} STR_CONFIG_SETTING_ERRMSG_DURATION_VALUE :{COMMA} second{P 0 "" s} |