
########################################
### PBEM Diplomacy Strings
########################################

TREATY_ONE	" Cease-Fire"	# 32
TREATY_TWO	"   Peace   "	# 33
TREATY_THREE	"   Trade   "	# 34
TREATY_FOUR	"  Research "	# 35
TREATY_FIVE	"  Military "	# 36
TREATY_SIX	" Pollution "	# 37
TREATY_SEVEN	"  Alliance "	# 38

OFFER_ONE	" Withdraw  "	# 3
OFFER_TWO	"Declare War"	# 7
OFFER_THREE	"  End War  "	# 43
OFFER_FOUR	" Give Map  "	# 23
OFFER_FIVE	" Give City "	# 1
OFFER_SIX	" Give Army "	# 41
OFFER_SEVEN	" Give Gold "	# 19

REQUEST_ONE	"  WithDraw "	# 4
REQUEST_TWO	"Declare War"	# 8
REQUEST_THREE	"  End War  "	# 44
REQUEST_FOUR	" Give Map  "	# 24
REQUEST_FIVE	" Give City "	# 2
REQUEST_SIX	" Give Army "	# 42
REQUEST_SEVEN	" Give Gold "	# 20

STOP		"....."
CANCEL		"Cancel"
PREVIOUS	"<<"
NEXT		">>"

PBEM_ACCEPT	"Accept"
PBEM_REJECT	"Reject"
PBEM_COUNTER	"Counter"

PBEM_OFFER	"Offer"
PBEM_REQUEST	"Request"
PBEM_TREATY	"Treaty"

PBEM_THREATEN_WAR 		"Declare War"
PBEM_THREATEN_EMBARGO		"Embargo"
PBEM_THREATEN_DESTROY		"Destroy City"

PBEM_YES	"Yes"
PBEM_NO		"No"

PBEM_DONT_THREATEN		"Do Not Threat" 

PBEM_THREATEN_OR_NOT		"Your {unitrecord[0].name} proposal has been rejected. Do you want to threath the {player[3].civ_name_plural} to accept it"

PBEM_CHOOSE_COUNTER_PROPOSAL	"Ok them. They want to play hard? So we woll play hard!!! Choose a counter type"

PBEM_CHOOSE_TREATY_PROPOSAL	"Choose a treaty proposal to send to this the player"

PBEM_CHOOSE_OFFER_PROPOSAL	"Choose a offer proposal to send to this the player"

PBEM_ACCEPT_THREATEN_OR_NOT	"They did not accept a no as as answer so what shall we do?"

PBEM_CHOOSE_REQUEST_PROPOSAL	"Choose a request proposal to send to this the player"

PBEM_THREATEN_DID_NOT_WORK	"They did not accept the threaten"

PBEM_ACCEPT_COUNTER_OR_NOT	"The Player has sent you a counter proposal. what to do?"

PBEM_THREATEN_ACCEPT		"They accepted the threaten"

PBEM_CITY_IS_CLICKED		"The city of {city[0].name} is selected and can be used to the request city proposal"

PBEM_ARMY_IS_CLICKED		"This army is selected and can be used to the request army proposal"

PBEM_CHOOSE_AMOUNT_OF_GOLD	"Do you want {PBEM_Gold} to be the amount of gold for this proposal?"

PBEM_CHOOSE_AMOUNT_OF_POLLUTION	"Do you want {PBEM_Pollution} to be the amount of Pollution for this proposal?"

PBEM_PROPOSAL_READY		"{player[0].leader_name}, your {unitrecord[0].name} proposal has been successfuly sent to the {player[1].civ_name_plural} leader, {player[1].leader_name}"

PBEM_OFFER_CITY_PROPOSAL	"The {player[3].civ_name_plural} {player[3].leader_name} {player[0]} {PBM_Sender[i]} {PBM_Sender[i]} {PBM_Sender[i]} {PBM_Sender[i]} offers you the ciry of {PBEM_City[i]} to you"

PBEM_PROPOSAL_RECEIVED		"Sir {player[0].leader_name}, the leader from {player[3].civ_name_plural} has just sent us a {Unitrecord[0].name} proposal. What shall we respond to him?"

UNIT_OFFER_GIVE_CITY				"Offer City" 
UNIT_REQUEST_GIVE_CITY				"Request City" 
UNIT_OFFER_WITHDRAW				"Offer Withdraw" 
UNIT_REQUEST_WITHDRAW				"Request Withdraw" 
UNIT_OFFER_DECLARE_WAR 				"Offer Declare War" 
UNIT_REQUEST_DECLARE_WAR			"Request Declare War" 
UNIT_OFFER_GIVE_GOLD				"Offer Gold" 
UNIT_REQUEST_GIVE_GOLD				"Request Gold" 
UNIT_OFFER_GIVE_MAP				"Offer Map" 
UNIT_REQUEST_GIVE_MAP				"Request Map" 
UNIT_OFFER_GIVE_ARMY				"Offer Army" 
UNIT_REQUEST_GIVE_ARMY				"Request Army" 
UNIT_OFFER_END_WAR				"Offer End War" 
UNIT_REQUEST_END_WAR				"Request End War" 
UNIT_CEASE_FIRE					"Cease-Fire" 
UNIT_PEACE_TREATY				"Peace Treaty" 
UNIT_TRADE_PACT					"Trade Pact" 
UNIT_RESEARCH_PACT				"Research Pact" 
UNIT_MILITARY_PACT				"Military Pact" 
UNIT_POLLUTION_PACT				"Pollution Pact" 
UNIT_ALLIANCE					"Alliance" 
