diff --git a/locales/fr.lua b/locales/fr.lua index 4d942293..bcceafae 100644 --- a/locales/fr.lua +++ b/locales/fr.lua @@ -1,15 +1,15 @@ Locales['fr'] = { -- cloakroom - ['cloakroom_menu'] = 'cloakroom', - ['cloakroom_prompt'] = 'press ~INPUT_CONTEXT~ to open the ~y~cloakroom~s~.', - ['wear_citizen'] = 'citizen wear', - ['wear_work'] = 'taxi wear', + ['cloakroom_menu'] = 'vestiaire', + ['cloakroom_prompt'] = 'appuyez sur ~INPUT_CONTEXT~ pour ouvrir le ~y~cloakroom~s~.', + ['wear_citizen'] = 'tenue civile', + ['wear_work'] = 'tenue de travail', -- garage - ['spawner_prompt'] = 'press ~INPUT_CONTEXT~ to open the ~y~garage~s~.', + ['spawner_prompt'] = 'appuyez sur ~INPUT_CONTEXT~ pour ouvrir le ~y~garage~s~.', ['store_veh'] = 'appuyez sur ~INPUT_CONTEXT~ pour ranger le véhicule', ['spawn_veh'] = 'sortir véhicule', - ['spawnpoint_blocked'] = 'there is a vehicle blocking the spawnpoint!', + ['spawnpoint_blocked'] = 'un véhicule bloque la sortie!!', ['only_taxi'] = 'vous ne pouvez ranger que les taxi', ['taking_service'] = 'prise de service : Taxi/Uber', @@ -46,4 +46,4 @@ Locales['fr'] = { ['player_cannot_hold'] = 'vous n\'avez pas assez ~y~de place~s~ dans votre inventaire!', ['blip_taxi'] = 'taxi', ['phone_taxi'] = 'taxi', -} \ No newline at end of file +}