Files
esx_core/locales/en.lua
T
2018-11-07 21:58:24 +01:00

27 lines
903 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',
-- 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',
}