Files
esx_core/locales/en.lua
T
Jérémie N'gadi 2c24a2e744 Add files
2017-08-12 22:59:02 +02:00

21 lines
1.1 KiB
Lua

Locales['en'] = {
['actions'] = 'actions',
['amount'] = 'amount',
['balance'] = 'balance',
['bank'] = 'bank',
['bill_amount'] = 'bill amount',
['billing'] = 'billing',
['customer'] = 'customer',
['customers'] = 'clients',
['deposit'] = 'deposit',
['deposit_amount'] = 'deposit amount',
['deposit_society_money'] = 'deposit society money',
['invalid_amount'] = 'invalid amount',
['no_player_nearby'] = 'no player nearby',
['press_input_context_to_open_menu'] = 'press ~INPUT_CONTEXT~ to open menu',
['property'] = 'property',
['wash_money'] = 'wash money',
['withdraw'] = 'withdraw',
['withdraw_amount'] = 'withdraw amount',
['withdraw_society_money'] = 'withdraw society money',
}