Language File

config.langs.en = {
    searchVehicle             = "Search Vehicle",
    searchModel               = "Search Model",
    playerNotFound            = "Player Not Found!",
    claimVehicleSuccess       = "Vehicle Claimed!",
    emptyList                 = "No Vehicles Found!",
    ownerPanel                = "Garage Management Panel",
    parkVehicle               = "Park Vehicle",
    getVehicle                = "Get Vehicle",
    noMoney                   = "You Don't Have Enough Money!",
    myVehicles                = "My Vehicles",
    impoundVehicles           = "Impounded Vehicles",
    spawnVehicle              = "Take Out from Garage",
    VehicleIsOutside          = "Your Vehicle is Already Outside",
    VehicleIsInGarage         = "Your Vehicle is Already in a Garage",
    spawnPointNotClear        = "There is a Vehicle in the Spawn Slot!",
    uCantParkHere             = "You Can't Park Here!",
    parkPriceFree             = "Free",
    checkGarage               = "Garage",
    garageMenu                = "Garage",
    spawnVehicleOtherGarage   = "Bring Vehicle to This Garage!",
    setVehicleGarageCoord     = "Set Vehicle Location!",
    buyedVehicle              = "Vehicle Purchased",
    buyJobVehicle             = "Purchase Job Vehicle",
    uCantUseGarage            = "You Can't Use This Garage!",
    uCantParkThisVehicle      = "You can't park this car in this garage! Incorrect Garage Type!",
    buyJobVehicleMenu         = "Buy Vehicle",
    noVehicle                 = "No Vehicle!",
    buyVehicleButton          = "Buy",
    areYouSureBuyVehicle      = "Are You Sure You Want to Buy This Vehicle?",
    lang                      = "Vehicle Purchased",
    uCantThisInVehicle        = "You Can't Do This While Inside a Vehicle",
    notYour                   = "This Vehicle Doesn't Belong to You!",
    noBelongAnyPlayer         = "This Vehicle Doesn't Belong to Any Player!",
    normalImpoundMoney        = "Tow Fee",
    newImpound                = "Issue Fine",
    newCustomImpound          = "Custom Fine",
    impoundLabel              = "Fine",
    impoundMinute             = "Minutes",
    impoundMoney              = "Amount",
    impoundFinishDate         = "End Date",
    alreadyImpounded          = "This Vehicle Has Already Been Fined",
    payImpoundTime            = "Pay Extra and Retrieve Early",
    payImpoundMoney           = "Pay the Fine",
    impoundDetail             = "Fine Details",
    noNearVehicle             = "No Vehicle Nearby!",
    uCantUseThisCommands      = "You Can't Use This Command!",
    impoundPoliceCommandDesc  = "Issue a Fine for the Vehicle!",
    normalImpound             = "Tow Without Fine",
    customImpound             = "Issue Custom Fine",
    customImpoundLabel        = "Fine",
    customImpoundMinute       = "Minutes",
    customImpoundMoney        = "Amount",
    notFoundGarageCoord       = "Vehicle Location Not Found!",
    garageCoordSet            = "Vehicle Location Marked",
    plate                     = "Plate",
    manufacturer              = "Brand & Model",
    carTowing                 = "Towing Vehicle...",
    isImpounded               = "Impounded",
    mileage                   = "Kilometers",

    --Vehicle Extra & Livery Menu
    extraMenuCommandDesc      = "Open Vehicle Extra Menu and Livery Menu",
    extraMenuHeader           = "Vehicle Menu",
    noInVehicle               = "You Must Be Inside a Vehicle!",
    wrongVehicle              = "You Can't Use This Menu on This Vehicle!",
    needDriverSeat            = "You Need to Be in the Driver's Seat!",
    hasNoExtra                = "This Vehicle Has No Extras!",
    hasNoLivery               = "This Vehicle Has No Livery!",
    extraNumber               = "Extra No.",
    setExtraActive            = "Activate Extra",
    setExtraInactive          = "Deactivate Extra",
    setLivery                 = "Select Livery",
    liveryNumber              = "Livery No.",
    activeLivery              = "Active Livery",

    --Blips
    blipcar                   = "Garage",
    blipjobcar                = "Job Garage",

    blipboat                  = "Boat Garage",
    blipjobboat               = "Job Boat Garage",

    blipair                   = "Aircraft/Heli Garage",
    blipjobair                = "Job Aircraft/Heli Garage",

    blipimpoundcar            = "Impounded Vehicle",
    blipimpoundboat           = "Impounded Boat",
    blipimpoundair            = "Impounded Aircraft/Heli",

    blipjobimpoundcar         = "Job Impounded Vehicle",
    blipjobimpoundboat        = "Job Impounded Boat",
    blipjobimpoundair         = "Job Impounded Aircraft/Heli",

    --Insurance
    carInsurance              = "Vehicle Insurance",
    insuranceNoCar            = "You Must Be Inside a Vehicle!",
    insuranceHelp             = "If You Retrieve an Impounded Vehicle Without Insurance, Towing Fees Will Increase Each Time. If You Have Insurance, the Fee Will Be Much Lower!",
    insuranceSuccess          = "Vehicle Insured!",
    insuranceStatus           = "Insurance Status",
    insuranceDay              = "Days",
    insuranceNo               = "No Insurance",
    insurancePopupTitle       = "Vehicle Insurance",
    insurancePopupDesc        = "Do You Want to Renew the Insurance?",
    reInsurance               = "Renew Insurance",
    insuranceTowing           = "Towing Without Insurance",

    --Impound
    policeFinePopupTitle      = "Issue Fine",
    policeFinePopupDesc       = "Do You Confirm Issuing This Fine for the Vehicle?",

    --Dev Menu
    devPlayerOwnable          = "Player Purchasable",
    devPlayerOwnableDesc      = "Players Can Purchase This Garage and Earn from Others' Parking Fees.",
    devTeleport               = "Teleport",
    devAddSlot                = "Add Slot",
    devSelectGarage           = "Select Garage",
    devSelectGarageDesc       = "Select the Garage You Want to Edit.",
    devEditGarage             = "Edit Garage",
    devCreateGarage           = "Create Garage",
    devCreateGarageDesc       = "Create a New Garage. Garage Names Must Be Unique.",
    devCreate                 = "Create",
    devSave                   = "Save",
    devDelete                 = "Delete",
    devDeleteGarage           = "Delete Garage",
    devDeleteGarageDesc       = "Are You Sure You Want to Delete This Garage?",
    devDrawTextDelete         = "Delete Slot",
    devDrawTextAdd            = "Add Slot",
    devGarageType             = "Garage Type",
    devGarageTypeDesc         = "Select Garage Type 'garage' for normal, 'impound' for impounded vehicles.",
    devTypeGarage             = "Garage",
    devTypeImpound            = "Impound",
    devIsJob                  = "Job Garage",
    devIsJobDesc              = "When Enabled, Only Specific Jobs Can Use This Garage",
    devVehicleType            = "Vehicle Type",
    devVehicleTypeDesc        = "Select Supported Vehicle Type car (land), air (air), or boat (sea).",
    devTypeCar                = "Land Vehicles",
    devTypeAir                = "Air Vehicles",
    devTypeBoat               = "Water Vehicles",
    devControlPanelCoords     = "Control Panel Location (vector3)",
    devControlPanelCoordsSet  = "Set Location",
    devControlPanelCoordsDesc = "Set the Control Panel's Location.",
    devPlayerOwnablePrice     = "Purchase Price",
    devPlayerOwnablePriceDesc = "Price Required for Players to Purchase the Garage.",
    devCarModel               = "Vehicle Model",
    devCarPrice               = "Price",
    devCarGrade               = "Min Grade",
    devCarDelete              = "Delete Vehicle",
    devCarCreate              = "Add Vehicle",
    devJobCarsHeader          = "Job Vehicles",
    devJobCarsName            = "Edit Job Vehicles",
    devJobCarsNameDesc        = "Edit the Job Vehicles.",
    devJobCarListDelete       = "Delete Job Vehicle List",
    devJobCarListDeleteDesc   = "Are You Sure You Want to Delete the Job Vehicle List?",
    devJobCarNew              = "Create Job Vehicle List",
    devJobCarNewDesc          = "Create a New Job Vehicle List to Use in Job Garages.",
    devJobCarsInputName       = "Vehicle Table Name",
    devGarageKeyName          = "Garage Table Name",
    devParkPrice              = "Parking Fee",
    devParkPriceDesc          = "Fee Required to Park in the Garage.",
    devParkPricePlaceholder   = "-1 Free | 0 Default",
    devGarageDataSaved        = "Garages Saved! Please Restart the Script!",
    devJobCarsSaved           = "Job Vehicles Saved!",
    devJobs                   = "Jobs",
    devJobsDesc               = "Define Which Jobs Can Use This Garage.",
    devJobVehicleList         = "Job Vehicle List",
    devJobVehicleListDesc     = "Define Which Job Vehicles Can Be Purchased from This Garage.",
    devSlotLocation           = "Parking Locations",
    devSlotLocationDesc       = "Define the Parking Locations in the Garage.",
    devSlotSpawnLocation      = "Custom Spawn Location",
    devSlotSpawnLocationSet   = "Set Location",
    devRealParking            = "Realistic Parking",
    devRealParkingDesc        = "When Enabled, Parked Vehicles Will Not Be Deleted and Will Stay at Their Spot",
    devRealParkingProp        = "Vehicle Prop",
    devRealParkingPropDesc    = "Spawn a Covered Prop Instead of Vehicle",
    devPlsSelect              = "Please Select",
    devActive                 = "Active",
    devPassive                = "Inactive",
}

Last updated