diff options
author | truelight <truelight@openttd.org> | 2004-12-21 17:31:10 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2004-12-21 17:31:10 +0000 |
commit | 6b047f7b14afb7c2cb8f781104af9c3559eca0ba (patch) | |
tree | 3ac5effcddc64108d8ab997ed95c5f2a2f7d1bab /lang/english.txt | |
parent | 01839321ea65c3854e6b89cbf80df0f77cd6b9e0 (diff) | |
download | openttd-6b047f7b14afb7c2cb8f781104af9c3559eca0ba.tar.xz |
(svn r1204) -Add: [Network] Added some cheaters-protection (money-cheat mostly)
Diffstat (limited to 'lang/english.txt')
-rw-r--r-- | lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/english.txt b/lang/english.txt index 74d0fe97d..2c33409f9 100644 --- a/lang/english.txt +++ b/lang/english.txt @@ -1336,6 +1336,7 @@ STR_NETWORK_ERR_WRONG_REVISION :{WHITE} The revision of this client does not STR_NETWORK_ERR_WRONG_PASSWORD :{WHITE} Wrong password STR_NETWORK_ERR_SERVER_FULL :{WHITE} The server is full STR_NETWORK_ERR_KICKED :{WHITE} You were kicked out of the game +STR_NETWORK_ERR_CHEATER :{WHITE} Cheating is not allowed on this server STR_NETWORK_ERR_LEFT :has left the game ############ Leave those lines in this order!! @@ -1351,6 +1352,7 @@ STR_NETWORK_ERR_CLIENT_NAME_IN_USE :name already in use STR_NETWORK_ERR_CLIENT_WRONG_PASSWORD :wrong game-password STR_NETWORK_ERR_CLIENT_PLAYER_MISMATCH :wrong player-id in DoCommand STR_NETWORK_ERR_CLIENT_KICKED :kicked by server +STR_NETWORK_ERR_CLIENT_CHEATER :was trying to use a cheat ############ End of leave-in-this-order STR_NETWORK_CLIENT_JOINED :has joined the game STR_NETWORK_GIVE_MONEY :gave your company some money ({CURRENCY}) |