Files
esx_core/locales/en.lua
T
Don f175149adf Multi-Language support
Added multi-language support
2017-08-14 15:06:48 -07:00

6 lines
265 B
Lua

Locales['en'] = {
['invalid_amount'] = '~r~invalid amount',
['deposit_money'] = 'you have deposited ~g~$',
['withdraw_money'] = 'you withdrawn ~g~$',
['press_e_atm'] = 'press sure ~INPUT_PICKUP~ for deposit or withdraw from ~g~ATM~s~.',
}