diff options
author | dominik <dominik@openttd.org> | 2004-12-22 16:54:55 +0000 |
---|---|---|
committer | dominik <dominik@openttd.org> | 2004-12-22 16:54:55 +0000 |
commit | 13eba00152fda7a1458b7820e0787b001c4e772a (patch) | |
tree | 185e746f2a0c7915cb636b6cc2d0c25d916eab2c /lang/english.txt | |
parent | a5a49135bc688b76afa64e92fb903dbf9ad6b2e1 (diff) | |
download | openttd-13eba00152fda7a1458b7820e0787b001c4e772a.tar.xz |
(svn r1222) Currency cleanup. Changed some currency symbols according to forum suggestions (thx ChrisCF) and rearranged the currencies alphabetically (except for the major ones).
Diffstat (limited to 'lang/english.txt')
-rw-r--r-- | lang/english.txt | 49 |
1 files changed, 25 insertions, 24 deletions
diff --git a/lang/english.txt b/lang/english.txt index 0f4ed9cf8..63e21eb2b 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -868,30 +868,31 @@ STR_TOWNNAME_ROMANIAN :Romanian STR_TOWNNAME_CZECH :Czech ############ end of townname region -STR_CURR_POUNDS :Pounds ({POUNDSIGN}) -STR_CURR_DOLLARS :Dollars ($) -STR_CURR_FF :Franc (FF) -STR_CURR_DM :Deutschmark (DM) -STR_CURR_YEN :Yen ({YENSIGN}) -STR_CURR_PT :Peseta (Pt) -STR_CURR_FT :Hungarian Forint (Ft) -STR_CURR_ZL :Polish Zloty (zl) -STR_CURR_ATS :Austrian Shilling (ATS) -STR_CURR_BEF :Belgian Franc (BEF) -STR_CURR_DKK :Danish Krone (DKK) -STR_CURR_FIM :Finnish Markka (FIM) -STR_CURR_GRD :Greek Drachma (GRD) -STR_CURR_CHF :Swiss Franc (CHF) -STR_CURR_NLG :Dutch Guilder (NLG) -STR_CURR_ITL :Italian Lira (ITL) -STR_CURR_CUSTOM :Custom... -STR_CURR_SEK :Swedish Krona (SEK) -STR_CURR_RUR :Russian Rubel (rur) -STR_CURR_CZK :Czech Koruna (CZK) -STR_CURR_ISK :Icelandic Krona (ISK) -STR_CURR_NOK :Norwegian Krone (NOK) -STR_CURR_ROL :Romanian Leu (Lei) -STR_CURR_EUR :Euro (¤) +STR_CURR_GBP :Pounds ({POUNDSIGN}) +STR_CURR_USD :Dollars ($) +STR_CURR_EUR :Euro (¤) +STR_CURR_YEN :Yen ({YENSIGN}) +STR_CURR_ATS :Austrian Shilling (ATS) +STR_CURR_BEF :Belgian Franc (BEF) +STR_CURR_CHF :Swiss Franc (CHF) +STR_CURR_CZK :Czech Koruna (CZK) +STR_CURR_DEM :Deutschmark (DEM) +STR_CURR_DKK :Danish Krone (DKK) +STR_CURR_ESP :Peseta (ESP) +STR_CURR_FIM :Finnish Markka (FIM) +STR_CURR_FRF :Franc (FRF) +STR_CURR_GRD :Greek Drachma (GRD) +STR_CURR_HUF :Hungarian Forint (HUF) +STR_CURR_ISK :Icelandic Krona (ISK) +STR_CURR_ITL :Italian Lira (ITL) +STR_CURR_NLG :Dutch Guilder (NLG) +STR_CURR_NOK :Norwegian Krone (NOK) +STR_CURR_PLN :Polish Zloty (PLN) +STR_CURR_ROL :Romanian Leu (ROL) +STR_CURR_RUR :Russian Rubles (RUR) +STR_CURR_SEK :Swedish Krona (SEK) + +STR_CURR_CUSTOM :Custom... STR_OPTIONS_LANG :{BLACK}Language STR_OPTIONS_LANG_CBO :{BLACK}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{SKIP}{STRING} |