Files
esx_core/locales/en.lua
T
LuaDeldu f5bfd82d75 Removing saved clothes
Credits to Eden server
2017-12-01 20:20:45 +01:00

34 lines
1.2 KiB
Lua

Locales['en'] = {
['free_prop'] = 'free property',
['property'] = 'property',
['enter'] = 'enter',
['leave'] = 'leave',
['buy'] = 'buy',
['rent'] = 'rent',
['visit'] = 'visit',
['press_to_menu'] = 'press ~INPUT_CONTEXT~ to access the menu',
['owned_properties'] = 'acquired properties',
['available_properties'] = 'available properties',
['invite_player'] = 'invite a player',
['you_invited'] = 'you invited %s',
['player_clothes'] = 'clothes',
['remove_cloth'] = 'remove clothing',
['removed_cloth'] = 'this outfit has been removed from your wardrobe!',
['remove_object'] = 'remove object',
['deposit_object'] = 'deposit object',
['invite'] = 'invite',
['dirty_money'] = 'dirty money $',
['inventory'] = 'inventory',
['amount'] = 'amount?',
['amount_invalid'] = 'invalid amount',
['press_to_exit'] = 'press ~INPUT_CONTEXT~ to exit the property',
['rented_for'] = 'you rented a property for $',
['purchased_for'] = 'you purchased a property for $',
['made_property'] = 'you have made a property',
['not_enough'] = 'you do not have enough money',
['invalid_quantity'] = 'invalid quantity',
['paid_rent'] = 'you ~g~paid~s~ your rent: ~g~$',
}