//	You can use this symbols for setting colors:
//	"\x01" = "", "\x02" = "", "\x03" = "", "\x04" = "", "\x05" = "", "\x06" = ""
//	custom colors:
//	"\x07" = "" (for RrGgBb), "\x08" = "" (for RrGgBbAa)
//	colors only for CSGO:
//	"\x09" = "	", "\x0B" = "", "\x0C" = "", "\x0E" = "", "\x0F" = ""
//
//	Or use this tags for colorize:
//	{DEFAULT}, {TEAM}, {GREEN}, {WHITE}, {RED}, {LIME}, {LIGHTGREEN}, {LIGHTRED},
//	{GRAY}, {LIGHTOLIVE}, {OLIVE}, {BLUEGREY}, {LIGHTBLUE}, {BLUE}, {PURPLE}, {LIGHTRED2}

"Phrases"
{
	"ChatTag"
	{
		"en"	"[Revival] "
	}
	"Enabled"
	{
		"en"	"Reviving is enabled"
	}
	"Disabled"
	{
		"en"	"Reviving is disabled"
	}
	"KeyTip"
	{
		"#format"	"{1:s}"
		"en"	"For revive players You should keep key {1} pressed"
	}
	"YouReviving"
	{
		"#format"	"{1:s}"
		"en"	"You have started to revive {1}"
	}
	"ReviveCostHealth"
	{
		"#format"	"{1:d}"
		"en"	"You will have {1}HP after the revival"
	}
	"ReviveCostDeath"
	{
		"en"	"You will die after the revival"
	}
	"YouRevivingBy"
	{
		"#format"	"{1:s}"
		"en"	"You are reviving now by {1}"
	}
	"RevivingStopped"
	{
		"#format"	"{1:s},{2:d}"
		"en"	"You have stopped reviving {1} at {2}%%"
	}
	"TargetRevived"
	{
		"#format"	"{1:s}"
		"en"	"You have revived {1}"
	}
	"TargetRevivedFrag"
	{
		"#format"	"{1:s}"
		"en"	"You have revived {1} and got a frag"
	}
	"YouRevived"
	{
		"#format"	"{1:s}"
		"en"	"You have revived by {1}"
	}
	"RevivalsNotAvailable"
	{
		"en"	"You can no longer revive"
	}
	"RevivalsAvailable"
	{
		"#format"	"{1:d}"
		"en"	"You can revive {1} more times"
	}
	"NotEnoughHP"
	{
		"en"	"You don't have enough health to revive others"
	}
}