0.0.1
This commit is contained in:
65
resources/[esx_addons]/esx_vehicleshop/locales/en.lua
Normal file
65
resources/[esx_addons]/esx_vehicleshop/locales/en.lua
Normal file
@@ -0,0 +1,65 @@
|
||||
Locales['en'] = {
|
||||
-- global menus
|
||||
['not_enough_in_society'] = 'there\'s not enough of ~r~that item in the society!',
|
||||
['player_cannot_hold'] = 'you do ~r~not have enough free space in your inventory!',
|
||||
['vehicle_belongs'] = 'a vehicle with plate %s now belongs to you',
|
||||
['broke_company'] = 'you do not have enough money in the company account',
|
||||
['license_missing'] = 'you don\'t have a driver\'s license!',
|
||||
['buy_vehicle_shop'] = 'do you want to purchase %s for $%s?',
|
||||
['buy_vehicle'] = 'buy vehicle',
|
||||
['car_dealer'] = 'car Dealership',
|
||||
['shop_awaiting_model'] = 'the vehicle is currently loading, please wait',
|
||||
['create_bill'] = 'create bill',
|
||||
['dealer_boss'] = 'car Dealer - Boss',
|
||||
['delivered'] = 'the vehicle has been delivered to the dealer',
|
||||
['depop_vehicle'] = 'return vehicle to garage',
|
||||
['return_provider'] = 'return vehicle to provider',
|
||||
['get_rented_vehicles'] = 'vehicles for rent',
|
||||
['no_current_vehicle'] = 'you do not currently have a vehicle on display',
|
||||
['invalid_amount'] = 'invalid amount',
|
||||
['invoice_amount'] = 'invoice amount',
|
||||
['no'] = 'no',
|
||||
['yes'] = 'yes',
|
||||
['no_players'] = 'there is no players near you',
|
||||
['not_enough_money'] = 'you do not have enough money',
|
||||
['not_rental'] = 'this is not a ~r~rental vehicle',
|
||||
['not_yours'] = 'this vehicle does not belong to you',
|
||||
['paid_rental'] = 'you have paid $%s for renting a vehicle with plate %s',
|
||||
['paid_rental_evicted'] = 'you could not afford to pay $%s for your rented vehicle with plate %s, it has been returned to the dealership',
|
||||
['pop_vehicle'] = 'put out vehicle for sale',
|
||||
['rent_vehicle'] = 'car Dealer - Vehicles for rent',
|
||||
['return_provider_menu'] = 'car Dealer - Return vehicle to provider',
|
||||
['rental_amount'] = 'rental amount',
|
||||
['sell_menu'] = 'press [E] to sell your %s for $%s',
|
||||
['set_vehicle_owner_rent'] = 'rent vehicle',
|
||||
['set_vehicle_owner_sell'] = 'sell vehicle',
|
||||
['shop_menu'] = 'press [E] to access the menu',
|
||||
['generic_shopitem'] = '$%s',
|
||||
['vehicle_dealer'] = 'vehicle - Car Dealer',
|
||||
['vehicle_menu'] = 'press [E] to give back the rented vehicle',
|
||||
['vehicle_purchased'] = 'you bought a vehicle',
|
||||
['vehicle_set_owned'] = 'vehicle %s has been assigned to %s',
|
||||
['vehicle_set_rented'] = 'vehicle %s has been rented to %s',
|
||||
['vehicle_sold_for'] = 'the %s has been sold for $%s',
|
||||
['vehicle_sold_to'] = 'the vehicle with plate %s has been sold to %s',
|
||||
['deposit_stock'] = 'deposit stock',
|
||||
['take_stock'] = 'withdraw stock',
|
||||
['dealership_stock'] = 'dealership Stock',
|
||||
['amount'] = 'amount',
|
||||
['quantity_invalid'] = 'that\'s an invalid quantity',
|
||||
['inventory'] = 'inventory',
|
||||
['dealership'] = 'car Dealer',
|
||||
['dealer_customers'] = 'dealer customers',
|
||||
['have_withdrawn'] = 'you have withdrawn x%s %s',
|
||||
['have_deposited'] = 'you have deposited x%s %s',
|
||||
['boss_actions'] = 'boss actions',
|
||||
['invalid_vehicle'] = 'Invalid vehicle',
|
||||
|
||||
-- sold vehicles
|
||||
['boss_sold'] = 'list of sold vehicles',
|
||||
['customer_client'] = 'customer name',
|
||||
['customer_model'] = 'car model',
|
||||
['customer_plate'] = 'car plate',
|
||||
['customer_soldby'] = 'sold by',
|
||||
['customer_date'] = 'date',
|
||||
}
|
||||
Reference in New Issue
Block a user