mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 02:08:55 +00:00
32 lines
1.0 KiB
Lua
32 lines
1.0 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_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~$',
|
|
|
|
}
|