Changeset - r19069:69fb59a39060
[Not reviewed]
master
0 1 0
rubidium - 12 years ago 2012-02-12 11:39:29
rubidium@openttd.org
(svn r23937) -Change: improve the wording of some of the timeout related "error" messages
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/lang/english.txt
Show inline comments
 
@@ -1791,27 +1791,27 @@ STR_NETWORK_ERROR_SAVEGAMEERROR         
 
STR_NETWORK_ERROR_SERVER_START                                  :{WHITE}Could not start the server
 
STR_NETWORK_ERROR_CLIENT_START                                  :{WHITE}Could not connect
 
STR_NETWORK_ERROR_TIMEOUT                                       :{WHITE}Connection #{NUM} timed out
 
STR_NETWORK_ERROR_SERVER_ERROR                                  :{WHITE}A protocol error was detected and the connection was closed
 
STR_NETWORK_ERROR_WRONG_REVISION                                :{WHITE}The revision of this client does not match the server's revision
 
STR_NETWORK_ERROR_WRONG_PASSWORD                                :{WHITE}Wrong password
 
STR_NETWORK_ERROR_SERVER_FULL                                   :{WHITE}The server is full
 
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
 
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
 
STR_NETWORK_ERROR_TIMEOUT_MAP                                   :{WHITE}You took too long to download the map
 
STR_NETWORK_ERROR_TIMEOUT_JOIN                                  :{WHITE}You took too long to join the server
 
STR_NETWORK_ERROR_TIMEOUT_COMPUTER                              :{WHITE}Your computer is too slow to keep up with the server
 
STR_NETWORK_ERROR_TIMEOUT_MAP                                   :{WHITE}Your computer took too long to download the map
 
STR_NETWORK_ERROR_TIMEOUT_JOIN                                  :{WHITE}Your computer took too long to join the server
 

	
 
############ Leave those lines in this order!!
 
STR_NETWORK_ERROR_CLIENT_GENERAL                                :general error
 
STR_NETWORK_ERROR_CLIENT_DESYNC                                 :desync error
 
STR_NETWORK_ERROR_CLIENT_SAVEGAME                               :could not load map
 
STR_NETWORK_ERROR_CLIENT_CONNECTION_LOST                        :connection lost
 
STR_NETWORK_ERROR_CLIENT_PROTOCOL_ERROR                         :protocol error
 
STR_NETWORK_ERROR_CLIENT_NEWGRF_MISMATCH                        :NewGRF mismatch
 
STR_NETWORK_ERROR_CLIENT_NOT_AUTHORIZED                         :not authorized
 
STR_NETWORK_ERROR_CLIENT_NOT_EXPECTED                           :received invalid or unexpected packet
 
STR_NETWORK_ERROR_CLIENT_WRONG_REVISION                         :wrong revision
 
STR_NETWORK_ERROR_CLIENT_NAME_IN_USE                            :name already in use
0 comments (0 inline, 0 general)