//	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"
	}
	"NoKeyTip"
	{
		"en"	"For revive players You should be in the area indicated by the ring"
	}
	"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:N}"
		"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"
	}

	"ChatBestTitle"
	{
		"#format"	"{1:d}"
		"en"	"{PURPLE}Top{1} revivers:"
	}
	"ChatBestRow"
	{
		"#format"	"{1:2d},{2:N},{3:d},{4:d}"
		"en"	"{PURPLE}{1}) {2}: {3} revives (with {4}%%)"
	}
	"ChatWorstTitle"
	{
		"en"	"{LIGHTRED}AntiTop revivers ({RED}without revives):"
	}
	"ChatWorstRow"
	{
		"#format"	"{1:2d},{2:N},{3:d}"
		"en"	"{LIGHTRED}{1}) {LIGHTGREEN}{2} (with {LIGHTRED}{3}%%)"
	}
	"ChatUnbalanced"
	{
		"en"	"{LIGHTRED}You will upset the balance if you revive someone else."
	}
	"HUDCounter"
	{
		"#format"	"{1:2d},{2:d}"
		"en"	"✙{1}/{2}"
	}
	"HUDBalanceT"
	{
		"en"	"T's team revive blocked"
	}
	"HUDBalanceCt"
	{
		"en"	"CT's team revive blocked"
	}
	"HUDProgress"
	{
		"#format"	"{1:N},{2:d}"
		"en"	"{1} - {2}⁰⁄₀"
	}
	"MenuTitle"
	{
		"en"	"[Revival] Settings"
	}
	"MenuKeysHint"
	{
		"en"	"Key for revive"
	}
	"MenuKeyDuck"
	{
		"en"	"Ctrl (+duck)"
	}
	"MenuKeyUse"
	{
		"en"	"E (+use)"
	}
	"MenuKeySpeed"
	{
		"en"	"Shift (+speed)"
	}
	"MenuKeyNone"
	{
		"en"	"none (auto revive)"
	}
	"MenuInfoHint"
	{
		"en"	"Show info in the"
	}
	"MenuInfoNone"
	{
		"en"	"show only chat messages"
	}
	"MenuInfoHUD"
	{
		"en"	"HUD"
	}
	"MenuInfoKeyHint"
	{
		"en"	"KeyHint"
	}
	"MenuProgressbar"
	{
		"en"	"Progressbar"
	}
}