Files
esx_core/locales/fr.lua
T
2018-12-13 19:17:35 +01:00

28 lines
996 B
Lua

Locales['fr'] = {
['properties'] = 'propriétés',
['clients'] = 'clients',
['realtor'] = 'agent Immobilier',
['amount_withdraw'] = 'montant du retrait',
['invalid_amount'] = 'montant invalide',
['press_to_access'] = 'appuez sur ~INPUT_CONTEXT~ pour accéder au menu',
['amount'] = 'montant',
['no_play_near'] = 'aucun joueur à proximité',
['realtors'] = 'agents Immobilier',
['boss_action'] = 'action Patron',
['client_poor'] = 'your client cannot afford that',
-- Property menu
['property_name'] = 'propriété',
['property_actions'] = 'actions',
['property_actionbuttons'] = '{{Assigner [Vente]|sell}} {{Assigner [Location]|rent}} {{GPS|gps}}',
-- Customer menu
['customer_client'] = 'client',
['customer_property'] = 'propriété',
['customer_agreement'] = 'agreement',
['customer_actions'] = 'actions',
['customer_contractbuttons'] = '{{Révoquer contrat|revoke}} {{GPS|gps}}',
['customer_rent'] = 'location',
['customer_sell'] = 'vente',
}