diff options
author | rubidium <rubidium@openttd.org> | 2012-01-06 21:49:06 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2012-01-06 21:49:06 +0000 |
commit | bddfcaef9520b68d28480c9f84a9bd8a586e01f3 (patch) | |
tree | c8e7e6b83f41797bb92efe10ba29b2a0d40d7883 /src/lang | |
parent | 9d958ff581a4ca06912228812a89d087aa0dceb8 (diff) | |
download | openttd-bddfcaef9520b68d28480c9f84a9bd8a586e01f3.tar.xz |
(svn r23764) -Fix [FS#4955]: make default timeouts for certain states lower and configurable
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 7730f4ecd..744ffdcbf 100644 --- a/src/lang/english.txt +++ b/src/lang/english.txt @@ -1799,6 +1799,8 @@ STR_NETWORK_ERROR_SERVER_BANNED :{WHITE}You are 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 +STR_NETWORK_ERROR_TIMEOUT_PASSWORD :{WHITE}You took too long to enter the password +STR_NETWORK_ERROR_TIMEOUT_COMPUTER :{WHITE}Your computer took too long to join ############ Leave those lines in this order!! STR_NETWORK_ERROR_CLIENT_GENERAL :general error |