Language

Language = {
    testDriveFinished = "Test drive finished",
    testDriveFinishedVeh = "Test drive finished",
    testDriveTime = "Test-Drive Time:",
    openVehicleShop = "Open Vehicleshop",
    openCarDealerOptions = "Car Dealer Options",
    getTheVehicle = "Get the vehicle!",
    attachVehicle = "Attach Vehicle",
    loadingVehicle = "Loading vehicle...",
    vehAttached = "Vehicle attached! Go back to PDM!",
    deliverVehicle = "[E] - Deliver Vehicle",
    whereTrucker = "Where is the trucker?",
    whereVehicle = "Where is the vehicle?",
    stockVehUpdated = "Stock of vehicle: %s updated!",
    notEnoughtMoney = "You don't have enough money",
    noValidJob = "You don't work at the car dealership!",
    vehAlreadyExist = "This vehicle already exists in the store!",
    vehAddedSuccess = "Vehicle added successfully!",
    vehRemovedSuccess = "Vehicle removed successfully!",
    vehReplaced = "Vehicle replaced!",
    vehNotExists = "O veículo não existe na loja!",
    boughtNewVehicle = "You bought a new vehicle!",
    soldVehicle = "You sold the vehicle for $",
    priceUpdated = "Vehicle price updated to $",
    failedPriceUpdate = "Failed to update vehicle price."
}

Last updated