mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 21:01:31 +00:00
11 lines
490 B
Lua
11 lines
490 B
Lua
Locales['en'] = {
|
|
['invoices'] = 'invoices',
|
|
['invoices_item'] = '$%s',
|
|
['received_invoice'] = 'you have just ~r~received~s~ an invoice',
|
|
['paid_invoice'] = 'you ~g~paid~s~ an invoice of ~r~$%s~s~',
|
|
['received_payment'] = 'you ~g~received~s~ a payment of ~r~$%s~s~',
|
|
['player_not_online'] = 'the player is not logged in',
|
|
['no_money'] = 'you do not have enough money to pay this bill',
|
|
['target_no_money'] = 'the player ~r~does not~s~ have enough money to pay the bill!',
|
|
}
|