
#### Button text

UT_BUTTON_TRAIN		"Train"
UT_BUTTON_NONE		"None"
UT_BUTTON_LOW		"Low"
UT_BUTTON_MEDIUM	"Medium"
UT_BUTTON_HIGH		"High"

#### Title text

UT_TITLE		"Welcome"
UT_LU_TITLE		"Leadership & Unit Training"
UT_TITLE_TRAINING	"Training"

#### Message box text

# Start game strings

UT_START		"Welcome to the Leadership & Unit Training mod. Have fun!"
UT_STATS		"::: {player[0].leader_name} :::\n\nYour leadership effect is {action[0].text}, {Gtmp2} to next leadership effect.\nYour current unit training level is {action[1].text}, at a total cost of {G_ttc} gold per turn."

# Leadership

UT_LNONE		"<c: 213,0,0>NONE<e>"
UT_WEAK			"<c: 213,106,0>WEAK<e>"
UT_AVERAGE		"<c: 191,153,0>AVERAGE<e>"
UT_GOOD			"<c: 170,170,0>GOOD<e>"
UT_STRONG		"<c: 0,170,0>STRONG<e>"

# Training

UT_NONE			"<c: 213,0,0>NONE<e>"
UT_LOW			"<c: 213,106,0>LOW<e>"
UT_MEDIUM		"<c: 170,170,0>MEDIUM<e>"
UT_HIGH			"<c: 0,170,0>HIGH<e>"
UT_TRAINING		"What level of unit training would like to use?\n\nLow: {G_ttc1} gold for all current units\nMedium: {G_ttc2} gold for all current units\nHigh: {G_ttc3} gold for all current units"
UT_WAITTRAINING		"You must wait a turn before setting training again.\n\nYour training intensity has been set to change to {action[0].text} on the next turn."
UT_LOWERTRAIN		"Your training level was automatically lowered to {action[0].text}, because your gold savings were insufficient to cover previous costs."

# not used

UT_NOTRAIN		"You do not have enough gold to carry out low training anymore. Minimum per turn cost would be {(TRAININGCOST[0] * G_numUnits)} gold."

# Misc strings

UT_TESTCOMBAT		"Final value is {Gtmp}\nLeadership is {Gtmp2}\nTraining is {Gtmp3}"
UT_TESTBATTLE		"attacker = {G_attacker}, defender = {G_defender}\n\nattarmysize = {G_attarmysize}, defarmysize = {G_defarmysize}"
UT_PRE_TITLE		"PRE"
UT_POST_TITLE		"POST"

# The string of hyphens below represents the amount of text that will fit in a message box. The second line is for alert boxes.
#			 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
#			 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

