diff options
author | rubidium <rubidium@openttd.org> | 2007-08-07 15:22:58 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-08-07 15:22:58 +0000 |
commit | 5f920e91c7c4fe3b0744caa02f279d09a0cd59ed (patch) | |
tree | 5b864aac35e53e70b04ac92d08db64af052e90fa /src/lang/english.txt | |
parent | c46e445e69f50d5b5a95e3e46fb3eed1efdb7656 (diff) | |
download | openttd-5f920e91c7c4fe3b0744caa02f279d09a0cd59ed.tar.xz |
(svn r10821) -Cleanup: remove the strings that are not needed anymore since r10820.
Diffstat (limited to 'src/lang/english.txt')
-rw-r--r-- | src/lang/english.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 27f95188d..4a9c8f763 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -11,7 +11,6 @@ STR_0001_OFF_EDGE_OF_MAP :{WHITE}Off edge STR_0002_TOO_CLOSE_TO_EDGE_OF_MAP :{WHITE}Too close to edge of map STR_0003_NOT_ENOUGH_CASH_REQUIRES :{WHITE}Not enough cash - requires {CURRENCY} STR_0004 :{WHITE}{CURRENCY} -STR_0005 :{RED}{CURRENCY} STR_EMPTY : STR_0007_FLAT_LAND_REQUIRED :{WHITE}Flat land required STR_0008_WAITING :{BLACK}Waiting: {WHITE}{STRING} @@ -3361,11 +3360,6 @@ STR_GROUP_DELETE_TIP :{BLACK}Delete t STR_GROUP_RENAME_TIP :{BLACK}Rename the selected group STR_GROUP_REPLACE_PROTECTION_TIP :{BLACK}Click to protect this group from global autoreplace -STR_PROFIT_GOOD_THIS_YEAR_GOOD_LAST_YEAR :{TINYFONT}{BLACK}Profit this year: {GREEN}{CURRENCY} {BLACK}(last year: {GREEN}{CURRENCY}{BLACK}) -STR_PROFIT_BAD_THIS_YEAR_GOOD_LAST_YEAR :{TINYFONT}{BLACK}Profit this year: {RED}{CURRENCY} {BLACK}(last year: {GREEN}{CURRENCY}{BLACK}) -STR_PROFIT_GOOD_THIS_YEAR_BAD_LAST_YEAR :{TINYFONT}{BLACK}Profit this year: {GREEN}{CURRENCY} {BLACK}(last year: {RED}{CURRENCY}{BLACK}) -STR_PROFIT_BAD_THIS_YEAR_BAD_LAST_YEAR :{TINYFONT}{BLACK}Profit this year: {RED}{CURRENCY} {BLACK}(last year: {RED}{CURRENCY}{BLACK}) - STR_COMPANY_NAME :{COMPANY} STR_ENGINE_NAME :{ENGINE} STR_GROUP_NAME :{GROUP} |