// 
// Text for error messages
//
//begin 26th September revision
net_incorrectPassword	= {Password was not correct}
net_initCOM				= {Could not initialize COM}
net_initDPlay			= {Failed to create DirectPlay}
net_initDPLobby			= {Failed to create DirectPlayLobby}
net_initConnection		= {Failed to initialize connection to network}
net_createAddress		= {Could not create network address}
net_noConnection		= {Could not establish communication with the game}
net_noNewPlayers		= {The game is not accepting any new players}
net_connectCancel		= {Connection to the game was cancelled}
net_connectFail			= {A connection to the game failed}
net_initPlayer			= {Could not be added to the game}
net_getSessions			= {Failed to find network games}

net_CnotConnected		= {Code error: Not connected to a network protocol}
net_ChasLocalServer		= {Code error: Already a local server}
net_ChasLocalClient		= {Code error: Already a local client}
net_CinvalidOpServer		= {Code error: Invalid operation for a server}
net_CnoLocalServer		= {Code error: No local server}
net_CnoNetwork			= {Code error: No network}
net_CinvalidSession		= {Code error: Invalid session}
net_CnotOpen			= {Code error: No open session}
//end 26th September revision

// from game configuration gui
net_playersReady		= {Not all players were ready}

// from network configuration gui
net_disconnectedIP		= {Disconnected from TCP/IP}
net_noConnectIP			= {Could not connect to IP address: <ip>, it may not exist}

// end december rev
net_kicked			= {You were kicked by the server}
net_lostSession			= {You dropped, The host dropped, The host left... whatever it is, it's something stupid.}
net_chooseTeam			= {You must choose a team}

//end 2001-01-24
