Files
esx_core/locales/en.lua
T
2017-08-23 14:52:31 -04:00

48 lines
2.3 KiB
Lua

Locales['en'] = {
--Global menus
['car_dealer'] = 'car Dealership',
['buy'] = 'buy',
['for'] = 'for $',
['yes'] = 'yes',
['no'] = 'no',
['shop_menu'] = 'press ~INPUT_CONTEXT~ to access the menu',
['vehicle_purchased'] = 'you bought a vehicle',
['broke_company'] = 'you do not have enough money in the company account',
['not_enough_money'] = 'you do not have enough money',
['pop_vehicle'] = 'exit vehicle',
['depop_vehicle'] = 'return vehicle',
['create_bill'] = 'create invoice',
['get_rented_vehicles'] = 'vehicles for rent',
['set_vehicle_owner_sell'] = 'vehicles for [sale]',
['set_vehicle_owner_rent'] = 'assign vehicle [Location]',
['invoice_amount'] = 'invoice amount',
['invalid_amount'] = 'invalid amount',
['no_players'] = 'no players nearby',
['rental_amount'] = 'rental amount',
['personal_vehicle'] = 'personal vehicle',
['vehicle_dealer'] = 'vehicle - Car Dealer',
['rent_vehicle'] = 'car Dealer - Vehicles for rent',
['dealer_boss'] = 'car Dealer - Boss',
['buy_vehicle'] = 'buy vehicle',
['withdraw_money'] = 'remove company money',
['deposit_money'] = 'deposit money',
['wash_money'] = 'money laundering',
['withdraw_amount'] = 'amount of withdrawal',
['deposit_amount'] = 'deposit amount',
['bleach amount'] = 'amount to bleach',
['vehicle_menu'] = 'press ~INPUT_CONTEXT~ to make your vehicle',
['sell_menu'] = 'press ~INPUT_CONTEXT~ to sell ',
['price'] = ' for the amount of $',
['delivered'] = 'vehicle ~g~delivered~s~ to the dealer',
['not_rental'] = 'this is not a ~r~rental vehicle~s~',
['vehicle_sold'] = 'vehicle ~g~sold~s~',
['not_yours'] = 'this vehicle does not belong to you',
['vehicle'] = 'vehicle ',
['belongs'] = ' now belongs to you',
['leaving'] = 'leaving a personal vehicle',
['paid_rental'] = 'you have ~g~payed~s~ for your vehicle rental : ~g~$',
['recruit'] = 'recruit',
['experianced'] = 'experianced',
['the_boss'] = 'boss',
}