Changeset - r19069:69fb59a39060
[Not reviewed]
master
0 1 0
rubidium - 13 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
 
@@ -1779,51 +1779,51 @@ STR_NETWORK_CHAT_CLIENT                 
 
STR_NETWORK_CHAT_TO_CLIENT                                      :[Private] To {RAW_STRING}: {WHITE}{RAW_STRING}
 
STR_NETWORK_CHAT_ALL                                            :[All] {RAW_STRING}: {WHITE}{RAW_STRING}
 
STR_NETWORK_CHAT_OSKTITLE                                       :{BLACK}Enter text for network chat
 

	
 
# Network messages
 
STR_NETWORK_ERROR_NOTAVAILABLE                                  :{WHITE}No network devices found or compiled without ENABLE_NETWORK
 
STR_NETWORK_ERROR_NOSERVER                                      :{WHITE}Could not find any network games
 
STR_NETWORK_ERROR_NOCONNECTION                                  :{WHITE}The server didn't answer the request
 
STR_NETWORK_ERROR_NEWGRF_MISMATCH                               :{WHITE}Could not connect due to NewGRF mismatch
 
STR_NETWORK_ERROR_DESYNC                                        :{WHITE}Network-Game synchronisation failed
 
STR_NETWORK_ERROR_LOSTCONNECTION                                :{WHITE}Network-Game connection lost
 
STR_NETWORK_ERROR_SAVEGAMEERROR                                 :{WHITE}Could not load savegame
 
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
 
STR_NETWORK_ERROR_CLIENT_WRONG_PASSWORD                         :wrong password
 
STR_NETWORK_ERROR_CLIENT_COMPANY_MISMATCH                       :wrong company in DoCommand
 
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
 
STR_NETWORK_ERROR_CLIENT_TIMEOUT_PASSWORD                       :received no password in time
 
STR_NETWORK_ERROR_CLIENT_TIMEOUT_COMPUTER                       :general timeout
 
STR_NETWORK_ERROR_CLIENT_TIMEOUT_MAP                            :downloading map took too long
 
STR_NETWORK_ERROR_CLIENT_TIMEOUT_JOIN                           :processing map took too long
 
############ End of leave-in-this-order
 

	
0 comments (0 inline, 0 general)