g_driverNames = { { {"YOU", "Sweet Heart", "Cherry Pie", "Jelly James"}, {"YOU", "Mark Butterfly", "Lucky Joe", "Mr Trafficjam"}, {"YOU", "Hawks Eye", "Speed Freak", "Jumping Diva"}, }, { {"YOU", "Ugly Paul", "Machito", "Little Bob"}, {"YOU", "Taco Eater", "Chili Cake", "El Toro"}, {"YOU", "The Butcher", "Bone Smasher", "Wild Tom"}, }, { {"YOU", "Speedy Jimmy", "Carlson Smith", "Sensibleman"}, {"YOU", "Black Widow", "Mr Titan", "Lighting Mike"}, {"YOU", "Mr Perfect", "The Invincible", "Crazy Maniac"}, }, } g_carNames = { {"Wind walker", "TwinTurbo", "Skeleton", "The frog"}, {"Military", "Texas", "The beast", "Bettle"}, {"Muscle", "Import star", "Old glory", "The arrow"}, } g_cupNames = { cup1 = "Indoor", cup2 = "Offroad", cup3 = "Supertrax", } g_cupNamesAlias = { cup1 = "Tekiehiya", cup2 = "Via Seca", cup3 = "Olympia", } g_Text = { gameModes = { tournament = "TOURNAMENT", timetrial = "TIME TRIAL", tutorial = "TUTORIAL", racelite = "LITE RACE", }, difficulty = { beginner = "Beginner", driver = "Driver", ace = "Ace", _1 = "Beginner", _2 = "Driver", _3 = "Ace", }, difficultyText = { beginner = "Play it safe . . .\nOpponents:\n Speed:", driver = "Respect . . .\nOpponents:\n Speed:", ace = "The real deal!\nOpponents:\n Speed:", }, speedType = { manual = "Manual", auto = "Auto", }, opponentType = { kind = "Kind", hard = "Hard", }, nextButton = "Next", backButton = "Back", leaveButton = "Quit", raceButton = "Race!", webButton = "Bravo", retryButton = "Retry", optionsButton = "Sound", infoButton = "Info", onlineRank = "OpenFeint", leaderboards = "Leaderboards", buyButton = "BUY FULL VERSION", buyText = "GET THE FULL VERSION\n3 Tournaments\n3 Racing styles\n3 Environments\n18 Tracks\n12 Vehicles\nGhost challenge", selectDifficulty = "Select Difficulty", selectCup = "Select Cup", selectTrack = "Select Track", selectCar = "Select Car", ghostChallenge = "Ghost Challenge", nextRace = "Next Race", classification = "Classification", bestTime = "Best time", time = "Time", rank = "Rank", driver = "Driver", yourTime = "Your time:", -- clave 1, 2, 3, copa seleccionada cupJustUnLockedText = { " Hi! Are you\n ready to Buggy?", " Dust to glory!\n ready to get\n dirty?", " The ultimate\n challenge for\n supercars", }, cupLockedText = { "This will ALWAYS\nbe unlocked", "Complete \"" .. g_cupNames.cup1 .. "\"\nin current difficulty\nto UNLOCK", "Complete \"" .. g_cupNames.cup2 .. "\"\nin current difficulty\nto UNLOCK", }, recordCAPS = "RECORD:", raceResults = "Race Results", results = "Results", timetrial = "Time trial", _1st = "1st", _2nd = "2nd", _3rd = "3rd", _4th = "4th", pts = "pts", winnerCAPS = "WINNER", finalResults = "Final Results", timetrialResults = "Time Trial Results", continue = "Continue", credits = "Credits", productions = "Bravo Game Studios\n productions", interruption = "Continue game ?", rank = "Rank", onlineRank = "Online Rank", rankGold = "GOLD", rankSilver = "SILVER", rankBronze = "BRONZE", music = "Music", fx = "Fx", sound = "Sound", carUnlockedCAPS = "CAR UNLOCKED", cupUnlockedCAPS = "CUP UNLOCKED", raceUnlockedCAPS = "RACE UNLOCKED", youWinCupCAPS = "You got the", lockedCAPS = " LOCKED", goldCupPrize = "GOLD CUP", wrongWay = "Wrong way!", finalLap = "Final lap!", raceFinishes = "Race finished!", tutorialCompleted = "Completed!", ok = "Ok", silverCupPrize = "SILVER CUP", bronzeCupPrize = "BRONZE CUP", exit = "Exit", initTuto1Message = " \nActivate all checkpoints!", initTuto2Message = " \nActivate all checkpoints!", tutoResetMessage = "Push the reset button\nwhen stucked", tutoSlowDown = "Slow down to activate this\ncheckpoint", tutoTakeNitro = "To use nitro touch the screen\nwith the other thumb while\ndriving", tutoTakeNitro2 = "To use nitro shake the screen\nwhile driving", tutoSpeedUp = "Speed up to activate this\ncheckpoint.Try using a NITRO", }