diff options
author | alberth <alberth@openttd.org> | 2009-04-25 17:51:10 +0000 |
---|---|---|
committer | alberth <alberth@openttd.org> | 2009-04-25 17:51:10 +0000 |
commit | 55336c4a9dbc1f2226b7bc11ba63adba3a17dd11 (patch) | |
tree | f8efd86ff0572161726f74f90996330908737362 /src/lang | |
parent | 76ccb85660e5df97cefbffb2bea13fbe3eb46168 (diff) | |
download | openttd-55336c4a9dbc1f2226b7bc11ba63adba3a17dd11.tar.xz |
(svn r16142) -Codechange: Use widgets in the custom currency window.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index d8ee89073..8138c1b42 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -3156,14 +3156,24 @@ STR_NEWGRF_BUGGY_ENDLESS_PRODUCTION_CALLBACK :{WHITE}'{1:STRI STR_LOADGAME_REMOVED_TRAMS :{WHITE}Game was saved in version without tram support. All trams have been removed. STR_CURRENCY_WINDOW :{WHITE}Custom currency -STR_CURRENCY_EXCHANGE_RATE :{LTBLUE}Exchange rate: {ORANGE}{CURRENCY} = £ {COMMA} -STR_CURRENCY_SEPARATOR :{LTBLUE}Separator: {RAW_STRING} -STR_CURRENCY_PREFIX :{LTBLUE}Prefix: {RAW_STRING} -STR_CURRENCY_SUFFIX :{LTBLUE}Suffix: {RAW_STRING} -STR_CURRENCY_SWITCH_TO_EURO :{LTBLUE}Switch to Euro: {ORANGE}{NUM} +STR_CURRENCY_EXCHANGE_RATE :{LTBLUE}Exchange rate: {ORANGE}{0:CURRENCY} = £ {1:COMMA} +STR_CURRENCY_SEPARATOR :{LTBLUE}Separator: {ORANGE}{2:RAW_STRING} +STR_CURRENCY_PREFIX :{LTBLUE}Prefix: {ORANGE}{3:RAW_STRING} +STR_CURRENCY_SUFFIX :{LTBLUE}Suffix: {ORANGE}{4:RAW_STRING} +STR_CURRENCY_SWITCH_TO_EURO :{LTBLUE}Switch to Euro: {ORANGE}{5:NUM} STR_CURRENCY_SWITCH_TO_EURO_NEVER :{LTBLUE}Switch to Euro: {ORANGE}never -STR_CURRENCY_PREVIEW :{LTBLUE}Preview: {ORANGE}{CURRENCY} +STR_CURRENCY_PREVIEW :{LTBLUE}Preview: {ORANGE}{6:CURRENCY} STR_CURRENCY_CHANGE_PARAMETER :{BLACK}Change custom currency parameter +STR_TOOLTIP_DECREASE_EXCHANGE_RATE :{BLACK}Decrease the amount of your currency for one Pound (£) +STR_TOOLTIP_INCREASE_EXCHANGE_RATE :{BLACK}Increase the amount of your currency for one Pound (£) +STR_TOOLTIP_SET_EXCHANGE_RATE :{BLACK}Set the exchange rate of your currency for one Pound (£) +STR_TOOLTIP_SET_CUSTOM_CURRENCY_SEPARATOR :{BLACK}Set the separator for your currency +STR_TOOLTIP_SET_CUSTOM_CURRENCY_PREFIX :{BLACK}Set the prefix string for your currency +STR_TOOLTIP_SET_CUSTOM_CURRENCY_SUFFIX :{BLACK}Set the suffix string for your currency +STR_TOOLTIP_DECREASE_CUSTOM_CURRENCY_TO_EURO :{BLACK}Switch to Euro earlier +STR_TOOLTIP_INCREASE_CUSTOM_CURRENCY_TO_EURO :{BLACK}Switch to Euro later +STR_TOOLTIP_SET_CUSTOM_CURRENCY_TO_EURO :{BLACK}Set the year to switch to Euro +STR_TOOLTIP_CUSTOM_CURRENCY_PREVIEW :{BLACK}10000 Pound (£) in your currency STR_TRAIN :{BLACK}{TRAIN} STR_BUS :{BLACK}{BUS} |