diff options
author | truelight <truelight@openttd.org> | 2004-12-31 14:43:47 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-31 14:43:47 +0000 |
commit | d76ecbba7c28a86825795a7dfd452dca92f5775d (patch) | |
tree | 213f5bcd7cf485d7c8fca9895ce223c25baea709 /lang | |
parent | 6c1e2989b12810aebe45106cabd2a23b94eaba35 (diff) | |
download | openttd-d76ecbba7c28a86825795a7dfd452dca92f5775d.tar.xz |
(svn r1307) -Fix/feature: rewrote the townname generation code. Code is much more
readable now. 'American' is replaces by 'Additional English' (Jango)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/english.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/lang/english.txt b/lang/english.txt index 635816870..ee5bf8ac9 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -852,21 +852,21 @@ STR_0335_6 :{BLACK}6 STR_0336_7 :{BLACK}7 ############ start of townname region -STR_TOWNNAME_ENGLISH :English -STR_TOWNNAME_FRENCH :French -STR_TOWNNAME_GERMAN :German -STR_TOWNNAME_AMERICAN :American -STR_TOWNNAME_LATIN_AMERICAN :Latin-American -STR_TOWNNAME_SILLY :Silly -STR_TOWNNAME_SWEDISH :Swedish -STR_TOWNNAME_DUTCH :Dutch -STR_TOWNNAME_FINNISH :Finnish -STR_TOWNNAME_POLISH :Polish +STR_TOWNNAME_ORIGINAL_ENGLISH :English (Original) +STR_TOWNNAME_FRENCH :French +STR_TOWNNAME_GERMAN :German +STR_TOWNNAME_ADDITIONAL_ENGLISH :English (Additional) +STR_TOWNNAME_LATIN_AMERICAN :Latin-American +STR_TOWNNAME_SILLY :Silly +STR_TOWNNAME_SWEDISH :Swedish +STR_TOWNNAME_DUTCH :Dutch +STR_TOWNNAME_FINNISH :Finnish +STR_TOWNNAME_POLISH :Polish STR_TOWNNAME_SLOVAKISH :Slovakish STR_TOWNNAME_HUNGARIAN :Hungarian -STR_TOWNNAME_AUSTRIAN :Austrian -STR_TOWNNAME_ROMANIAN :Romanian -STR_TOWNNAME_CZECH :Czech +STR_TOWNNAME_AUSTRIAN :Austrian +STR_TOWNNAME_ROMANIAN :Romanian +STR_TOWNNAME_CZECH :Czech ############ end of townname region STR_CURR_GBP :Pounds ({POUNDSIGN}) |