Files
esx_core/locales/en.lua
T
Romain Lanz c418c94619 chore(coding-style): update
- Adding the .editorconfig file
- Ensure there's a trailing comma
- Ensure there's a space before parameter when declaring a function
- Ensure there's no empty line before block declaration
- Ensure 2 spaces is used to indentate
2017-09-14 10:58:18 +02:00

24 lines
1.2 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',
['bank_customer'] = 'bank Customer',
['boss_actions'] = 'boss Actions',
}