mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 17:01:29 +00:00
11 lines
500 B
Lua
11 lines
500 B
Lua
Locales['fr'] = {
|
|
['invoices'] = 'factures',
|
|
['invoices_item'] = '$%s',
|
|
['received_invoice'] = 'vous avez ~r~reçu~s~ une facture',
|
|
['paid_invoice'] = 'vous avez ~g~payé~s~ une facture de ~r~$%s~s~',
|
|
['received_payment'] = 'vous avez ~g~reçu~s~ un paiement de ~g~$%s~s~',
|
|
['player_not_online'] = 'le joueur n\'est pas connecté',
|
|
['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!',
|
|
}
|