Language

Language = {}

Language = {
	Targets = {
		StartMission = "Start Mission",
		Rob = "Rob",
	},
	Email = {
		Sender = "Mr. Hoobs",
		Subject = "Store Robbery",
		Message = "We send you a GPS location! I need you to bring the cash register with you! Come back here when youre done!",
	},
	ProgressBars = {  
		OpeningRegister = "Opening the register...",
		RobbingRegister = "Robbing the register...",
		TradingRegister = "Trading the register...",
		PutMask = "Putting the mask...",
		RemoveMask = "Removing the mask...",
	},
	QBMenu = {
		HeaderDefault = "[🔰] Our Missions",
		InfoHeaderDefault = "â€ĸ Here you can have access to all your information.",
		NewMission = "[✅] Start a new mission",
		InfoNewMission = "â€ĸ Here you will get a new mission to do!",
		CheckLevel = "[💹] Check my level",
		InfoCheckLevel = "â€ĸ Here you can see your robbery level!",
		AcessStore = "[💸] Access the Store",
		InfoAcessStore = "â€ĸ Here you can find some useful tools!",
		Register = "[đŸ—ŗ] I have a register",
		InfoRegister = "â€ĸ Here you trade the register for some money!",
		CancelMission = "[❌] Cancel the mission",
		InfoCancelMission = "â€ĸ Here you can cancel the mission!",
	},
	Notify = {
		Face = "I can see your face, go get a mask!",
	    Dead = "You cannot access while dead.",
	    Water = "You cannot access in the water.",
	    Veiculo = "You cannot do this inside a vehicle.",
	    Failed = "You Failed!",
	    RegisterOpen = "Register Open!",
	    FinishJob = "Good work! Hope to see you more often!",
	    Experience = "Your experience is: ",
	    MissionCanceled = "Mission canceled!",
	    ErrorCancel = "You need start a mission to cancel it!",
	    SafeOpened = "Sucesseful opening the safe!",
	    NoPolice = "Not enought cops",
	    Cooldown = "You need to wait to make another mission",
	    NoRegister = "You dont have any register with you",
	    NeedItem = "You dont have the necessary item to steal!",
	}
}

Last updated