Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from Moutard3/patch-1
Browse files Browse the repository at this point in the history
French translation
  • Loading branch information
lfuelling authored Jun 11, 2020
2 parents b080ee7 + d28d5cf commit 2c0569f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ client_scripts {
'locales/es.lua',
'locales/nl.lua',
'locales/cs.lua',
'locales/fr.lua',
'config.lua',
'warehouses.lua'
}
Expand All @@ -22,6 +23,7 @@ server_scripts {
'locales/es.lua',
'locales/nl.lua',
'locales/cs.lua',
'locales/fr.lua',
'config.lua',
'server.lua'
}
13 changes: 13 additions & 0 deletions locales/fr.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Locales['fr'] = {
['no_access'] = "~r~Vous ne pouvez pas entrer.",
['weed_farm'] = "Ferme de Weed",
['counterfeit'] = "Contrefait",
['document_forge'] = "Falsification de documents",
['meth_lab'] = "Labo de Meth",
['coke_lab'] = "Labo de Coke",
['bunker'] = "Bunker",
['doomsday_facility'] = "Centre de l'apocalypse",
['biker_clubhouse'] = "Clubhouse",
['press_to_enter'] = 'Appuyez sur ~INPUT_CONTEXT~ pour entrer dans le batiment.',
['press_to_exit'] = 'Appuyez sur ~INPUT_CONTEXT~ pour sortir du batiment.',
}

0 comments on commit 2c0569f

Please sign in to comment.