"Phrases"
{
	"player_drop"
	{
		"#format"		"{1:N},{2:d}"
		"en"			"Player {1} lost a HealthPack with {2} !"
	}
	
	"player_pickup"
	{
		"#format"		"{1:d}"
		"en"			"You picked up a HealthPack with {1} !"
	}
	
	"player_health_destroyed"
	{
		"en"			"You have 2 much Health - HealthPack destroyed!"
	}
	
	"player_health_next_dead"
	{
		"en"			"You have 2 much Health! - the next dead Player drops a new one!"
	}
	
	"player_health_do_nothing"
	{
		"en"			"You have 2 much Health! - you cant pick it up!"
	}
	
}		