mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 18:28:52 +00:00
8 lines
310 B
Lua
8 lines
310 B
Lua
Locales['en'] = {
|
|
['invalid_amount'] = '~r~That\'s an invalid amount of money~s~',
|
|
['deposit_money'] = 'you have deposited ~g~$%s~s~',
|
|
['withdraw_money'] = 'you have withdrawn ~g~$%s~s~',
|
|
['press_e_atm'] = 'press ~INPUT_PICKUP~ for deposit or withdrawal from ~g~ATM~s~',
|
|
['atm_blip'] = 'ATM',
|
|
}
|