diff options
author | rubidium <rubidium@openttd.org> | 2010-08-19 08:59:36 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2010-08-19 08:59:36 +0000 |
commit | a4c6d07edc4937087e3f2d0b2bff52cc3980b9e2 (patch) | |
tree | 9a939be9e5c3b7bc5a0101cb3077a3d619d2dad8 /src/lang | |
parent | cfc0df152b40c7109ce6c2e60f80304fc97adb89 (diff) | |
download | openttd-a4c6d07edc4937087e3f2d0b2bff52cc3980b9e2.tar.xz |
(svn r20553) -Feature: allow rate limiting of incoming commands
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/english.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/english.txt b/src/lang/english.txt index 4269adfd3..b4622708a 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1757,6 +1757,7 @@ STR_NETWORK_ERROR_SERVER_FULL :{WHITE}The serv STR_NETWORK_ERROR_SERVER_BANNED :{WHITE}You are banned from this server STR_NETWORK_ERROR_KICKED :{WHITE}You were kicked out of the game STR_NETWORK_ERROR_CHEATER :{WHITE}Cheating is not allowed on this server +STR_NETWORK_ERROR_TOO_MANY_COMMANDS :{WHITE}You were sending too many commands to the server ############ Leave those lines in this order!! STR_NETWORK_ERROR_CLIENT_GENERAL :general error @@ -1774,6 +1775,7 @@ STR_NETWORK_ERROR_CLIENT_COMPANY_MISMATCH :wrong company i STR_NETWORK_ERROR_CLIENT_KICKED :kicked by server STR_NETWORK_ERROR_CLIENT_CHEATER :was trying to use a cheat STR_NETWORK_ERROR_CLIENT_SERVER_FULL :server full +STR_NETWORK_ERROR_CLIENT_TOO_MANY_COMMANDS :was sending too many commands ############ End of leave-in-this-order # Network related errors |