"Phrases"
{	
	"BombPlantingMessage"
	{
		// {1} - Chat Prefix, {2} - Bombside
		"#format"	"{1:s},{2:s}"
		"en"		"{1} {lightgreen}I'm planting the bomb at {red}{2}"
		"ru"		"{1} {lightgreen}Я устанавливаю бомбу на {red}{2}"
	}
	
	"BombDefusingMessage"
	{
		// {1} - Chat Prefix, {2} - Bombside
		"#format"	"{1:s},{2:s}"
		"en"		"{1} {lightgreen}I'm defusing the bomb at {red}{2}"
		"ru"		"{1} {lightgreen}Я обезвреживаю бомбу на {red}{2}"
	}
	
	"BombPlanted"
	{
		// {1} - Chat Prefix, {2} - Player Name
		"#format"	"{1:s},{2:N}"
		"en"		"{1} {default}{2} {lightgreen}planted the bomb!"
		"ru"		"{1} {default}{2} {lightgreen}установил бомбу!"
	}
	
	"BombExploded"
	{
		// {1} - Chat Prefix, {2} - Player Name
		"#format"	"{1:s},{2:N}"
		"en"		"{1} {default}{2} {lightgreen}successfully exploded the bomb!"
		"ru"		"{1} {default}{2} {lightgreen}успешно взорвал бомбу!"
	}
	
	"BombDefused"
	{
		// {1} - Chat Prefix, {2} - Player Name
		"#format"	"{1:s},{2:N}"
		"en"		"{1} {default}{2} {lightgreen}successfully defused the bomb!"
		"ru"		"{1} {default}{2} {lightgreen}успешно обезвредил бомбу!"
	}
}