mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
35 lines
1.5 KiB
Lua
35 lines
1.5 KiB
Lua
Locales['en'] = {
|
|
['have_withdrawn'] = 'you have withdrawn ~y~x%s~s~ ~b~%s~s~',
|
|
['have_deposited'] = 'you have deposited ~y~x%s~s~ ~b~%s~s~',
|
|
['free_prop'] = 'free property',
|
|
['property'] = 'property',
|
|
['enter'] = 'enter',
|
|
['leave'] = 'leave the property',
|
|
['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 ~y~%s~s~ to your property',
|
|
['player_clothes'] = 'clothes',
|
|
['remove_cloth'] = 'remove clothing',
|
|
['removed_cloth'] = 'the 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~$%s~s~',
|
|
['not_enough_in_property'] = 'there\'s not enough of ~r~that item~s~ in the property!',
|
|
['player_cannot_hold'] = 'you do ~r~not~s~ have enough ~y~free space~s~ in your inventory!',
|
|
} |