Files
esx_core/locales/en.lua
T
2017-08-16 15:30:22 -04:00

10 lines
284 B
Lua

Locales['en'] = {
['invoices'] = 'invoices',
['received_invoice'] = 'you ~r~received~s~ an invoice',
['paid_invoice'] = 'you ~g~paid~s~ an invoice of ~r~$',
['received_payment'] = 'you ~g~received~s~ a payment of ~r~$',
['player_not_logged'] = 'the player is not logged in',
}