["SPEED_INDICATOR"] = "Speed Indicator",
["DEFAULT_SPEEDOMETER_INFO"] = "This customization is only for <span>default speedometer</span>. Other classes speedometers will not effected from this changes.",
["SIZE_SETTINGS"] = "Size Settings",
["SPEEDOMETER_SIZE"] = "Speedometer Size",
["REVERT"] = "Revert",
["RPM_GAUGE_SIZE"] = "RPM Gauge Size",
["NITRO_GAUGE_SIZE"] = "Nitro Gauge Size",
["SIZE_DESC"] = "Be aware that if the higher sizes of the elements goes on top of each other you can reposition them on <span>Freeform Edit</span> settings.",
["SPEED_CALCULATOR"] = "Speed Calculator",
["REFRESH_RATE"] = "Speedo Refresh Rate",
["LOW"] = "LOW",
["MEDIUM"] = "MEDIUM",
["HIGH"] = "HIGH",
["REAL_TIME"] = "REAL TIME",
["REFRESH_RATE_DESC"] = "Be aware that <span>higher speedo refresh rate may</span> increase your CPU and you can have FPS drops in game.",
["REFRESH_RATE_DESC_2"] = "Be aware that <span>status refresh rate may</span> increase your CPU and you can have FPS drops in game.",
["HUD_COLOR_DESC"] = "This option will colorize all the status HUD’s to a single color.",
["HEALTH_COLOR"] = "Health Color",
["ARMOR_COLOR"] = "Armor Color",
["HUNGER_COLOR"] = "Hunger Color",
["THIRST_COLOR"] = "Thirst Color",
["STRESS_COLOR"] = "Stress Color",
["STAMINA_COLOR"] = "Stamina Color",
["OXYGEN_COLOR"] = "Oxygen Color",
["ALTITUDE_COLOR"] = "Altitude Color",
["MOUSE_MOVEMENT"] = "On Mouse Movement",
["PLAYER_LOOK"] = "On Player Look",
["COMPASS_BEHAVIOUR_DESC"] = "This will display the compass behaviour when you move your mouse.",
["HIDE_WEAPON_WIDGET"] = "Hide Weapon Widget",
["HIDE_M_DRIVE_CONTROLS_WIDGET"] = "Hide mDrive Controls Widget",
["HIDE_ACTION_KEYS_WIDGET"] = "Hide Action Keys Widget",
["HIDE_SAFEZONE_NOTIFY"] = "Hide Safezone Notify",
["HIDE_SERVER_INFO"] = "Hide Server Info",
["HIDE_CHARACTER_INFO"] = "Hide Character Info",
["HIDE_BANK_MONEY"] = "Hide Bank Money",
["HIDE_CASH_MONEY"] = "Hide Cash Money",
["HIDE_SOCIETY_MONEY"] = "Hide Society Money",
["HIDE_BLACK_MONEY"] = "Hide Black Money",
["HIDE_COIN"] = "Hide Coin",
["BRAKE"] = "BRAKE",
["BANK"] = "BANK",
["GAS_STATION"] = "GAS STATION",
["MARKET"] = "MARKET",
["CLOTHING_SHOP"] = "CLOTHING SHOP",
["BARBER_SHOP"] = "BARBER SHOP",
["TATTOO_SHOP"] = "TATTOO SHOP",
["ENTER_GARAGE_TEXT"] = "[G] Open / Close Trunk | [F] Exit"
}
Config.Notifications = {
["ENGINE_ON"] = {
type = "success",
message = "Engine is on",
},
["ENGINE_OFF"] = {
type = "error",
message = "Engine is off",
},
["YOU_DONT_HAVE_ITEM"] = {
type = "error",
message = "You don't have %s",
},
["CRUISE_ENABLED"] = {
type = "success",
message = "Cruise control is enabled",
},
["CRUISE_DISABLED"] = {
type = "error",
message = "Cruise control is disabled",
},
["SIT_DRIVER_SEAT"] = {
type = "error",
message = "You have to sit on driver seat to install nitro",
},
["NOT_IN_VEHICLE"] = {
type = "error",
message = "You are not in vehicle",
},
["HAS_ALREADY_NITRO"] = {
type = "error",
message = "This vehicle has already nitro",
},
["INSTALLING_NITRO"] = {
type = "info",
message = "You are installing nitro...",
},
["NITRO_INSTALLED"] = {
type = "success",
message = "Nitro installed",
},
["TOOK_SEATBELT"] = {
type = "success",
message = "You took seatbelt",
},
["TOOK_OFF_SEATBELT"] = {
type = "error",
message = "You took off seatbelt",
},
["GETTING_STRESSED"] = {
type = "error",
message = "Getting Stressed",
},
["RELIEVED_STRESS"] = {
type = "error",
message = "You Are Relaxing",
},
["SEAT_FULL"] = {
type = "error",
message = "This seat's taken.",
},
["TRUNK_CLOSED"] = {
type = "error",
message = "Trunk Closed.",
},
|