﻿"Phrases"
{
	//Pre 1.5; the following are either the admin, or the player(s) affected
	"Admin dropbomb"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"Admin {1}{2} {3}made you drop the bomb."
		"fr"			"L'admin {1}{2} {3}vous a fait déposer la bombe."
	}
	"Bomb is dropped"
	{
		"#format"		""
		"en"			"The bomb is dropped."
		"fr"			"La bombe est déposée."
	}
	"Admin steal"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"Admin {1}{2} {3}takes the bomb from you."
		"fr"			"L'admin {1}{2} {3}vous prend la bombe."
	}
	"You receive the bomb"
	{
		"#format"		""
		"en"			"You now possess the bomb."
		"fr"			"Vous détenez maintenant la bombe."
	}
	"Admin steal to give"
	{
		"#format"		"{1:s}{2:N}{3:s}{4:s}{5:N}{6:s}"
		"en"			"Admin {1}{2} {3}takes the bomb from you to give it to {4}{5}{6}."
		"fr"			"L'admin {1}{2} {3}vous prend la bombe pour la donner à {4}{5}{6}."
	}
	"Last bomber left"
	{
		"#format"		"{1:s}{2:s}{3:s}"
		"en"			"The last player with the bomb has left. His name is {1}{2}{3}."
		"fr"			"Le dernier joueur ayant la bombe a quitté. Son nom est {1}{2}{3}."
	}
	"SteamID"
	{
		"#format"		"{1:s}{2:s}{3:s}"
		"en"			"His steamID is {1}{2}{3}."
		"fr"			"Son steamID est {1}{2}{3}."
	}
	"Last bomber is"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"The last player with the bomb was {1}{2}{3}."
		"fr"			"Le dernier joueur ayant eu la bombe est {1}{2}{3}."
	}
	"You give the bomb to player"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"You give the bomb to {1}{2}{3}."
		"fr"			"Vous donnez la bombe à {1}{2}{3}."
	}
	"Admin givebomb"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"Admin {1}{2} {3}gave you the bomb."
		"fr"			"L'admin {1}{2} {3}vous a donné la bombe."
	}
	"You make player spawn with bomb"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"The player {1}{2} {3}will spawn with the bomb next round."
		"fr"			"Le joueur {1}{2} {3}commencera avec la bombe au prochain tour."
	}
	"Admin spawnwithbomb"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"You will spawn with bomb next round due to admin {1}{2}{3}."
		"fr"			"Vous allez commencer avec la bombe au prochain tour grâce à l'admin {1}{2}{3}."
	}
	//New since 1.5; the following are publicly said
	"15 Admin dropbomb"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"Made {1}{2} {3}drop the bomb."
		"fr"			"A fait déposer la bombe à {1}{2}{3}."
	}
	"15 Admin steal player"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"Took the bomb from {1}{2}{3}."
		"fr"			"Prend la bombe à {1}{2}{3}."
	}
	"15 Admin steal world"
	{
		"#format"		""
		"en"			"Took the uncontrolled bomb."
		"fr"			"Prend la bombe non appropriée."
	}
	"15 Admin givebomb"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"Gave the bomb to {1}{2}{3}."
		"fr"			"Donne la bombe à {1}{2}{3}."
	}
	"15 Admin spawnwithbomb"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"Makes it so {1}{2} {3}spawn with the bomb at next roundstart."
		"fr"			"Fait que {1}{2} {3}commencera avec la bombe au prochain début de tour."
	}
	"15 Admin unstuckbomb"
	{
		"#format"		"{1:s}{2:N}{3:s}"
		"en"			"Unstuck the bomb. {1}{2} {3}receives it."
		"fr"			"Débloque la bombe. {1}{2} {3}reçoit celle-ci."
	}
	//New since 2.0; menu translation
	"20 AdminMenu DropBomb"
	{
		"#format"		""
		"en"			"Drop bomb"
		"fr"			"Déposer la bombe"
	}
	"20 AdminMenu GetBomb"
	{
		"#format"		""
		"en"			"Get bomb"
		"fr"			"Prendre la bombe"
	}
	"20 AdminMenu GiveBomb"
	{
		"#format"		""
		"en"			"Give bomb"
		"fr"			"Donner la bombe"
	}
	"20 AdminMenu LastBomber"
	{
		"#format"		""
		"en"			"Last player with bomb"
		"fr"			"Dernier joueur avec la bombe"
	}
	"20 AdminMenu SpawnWithBomb"
	{
		"#format"		""
		"en"			"Give on round start"
		"fr"			"Donner au début du tour"
	}
	"20 AdminMenu StuckBomb"
	{
		"#format"		""
		"en"			"Stuck bomb"
		"fr"			"Bombe coincée"
	}
	"21 AdminMenu SpectateBomb"
	{
		"#format"		""
		"en"			"Spectate player with bomb"
		"fr"			"Observer le joueur avec la bombe"
	}
}