Files
esx_core/locales/en.lua
T
2018-12-13 19:17:35 +01:00

28 lines
957 B
Lua

Locales['en'] = {
['properties'] = 'properties',
['clients'] = 'clients',
['realtor'] = 'real Estate Agent',
['amount_withdraw'] = 'amount of withdrawal',
['invalid_amount'] = 'invalid amount',
['press_to_access'] = 'press ~INPUT_CONTEXT~ to access the menu',
['amount'] = 'amount',
['no_play_near'] = 'no players nearby',
['realtors'] = 'real Estate Agents',
['boss_action'] = 'boss Actions',
['client_poor'] = 'your client cannot afford that',
-- Property menu
['property_name'] = 'property',
['property_actions'] = 'actions',
['property_actionbuttons'] = '{{Assign [Sell]|sell}} {{Assign [Rent]|rent}} {{GPS|gps}}',
-- Customer menu
['customer_client'] = 'client',
['customer_property'] = 'property',
['customer_agreement'] = 'agreement',
['customer_actions'] = 'actions',
['customer_contractbuttons'] = '{{Revoke contract|revoke}} {{GPS|gps}}',
['customer_rent'] = 'rented',
['customer_sell'] = 'sold',
}