From b080ee7b90382ece017604ecdeebaebd9d25fa58 Mon Sep 17 00:00:00 2001 From: Lerk Date: Sat, 30 May 2020 14:21:50 +0200 Subject: [PATCH 1/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b94b685..c65217c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# esx_drugfarms +# esx_drugfarms [![Latest Release](https://img.shields.io/github/v/release/lfuelling/esx_drugfarms)](https://github.com/lfuelling/esx_drugfarms/releases) This plugin, which is originally based on [vrp_drugfarms by D3uxx](https://github.com/D3uxx/vrp_drugfarms), enables weed farms, the meth lab, coke lab, document forgery, biker club houses and bunkers from GTA: Online in esx. From 3894c34156b04714ff916bdf101e02069872dd24 Mon Sep 17 00:00:00 2001 From: "Alexandre \"Moutarde\" S" Date: Thu, 11 Jun 2020 12:37:14 +0200 Subject: [PATCH 2/7] French translation --- locales/fr.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 locales/fr.lua diff --git a/locales/fr.lua b/locales/fr.lua new file mode 100644 index 0000000..add58c7 --- /dev/null +++ b/locales/fr.lua @@ -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.', +} From d28d5cfb1afcb856daf90675f27bf041d83e53a2 Mon Sep 17 00:00:00 2001 From: "Alexandre \"Moutarde\" S" Date: Thu, 11 Jun 2020 12:39:45 +0200 Subject: [PATCH 3/7] Add french translation to resources --- fxmanifest.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fxmanifest.lua b/fxmanifest.lua index f1088d2..60fc377 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -12,6 +12,7 @@ client_scripts { 'locales/es.lua', 'locales/nl.lua', 'locales/cs.lua', + 'locales/fr.lua', 'config.lua', 'warehouses.lua' } @@ -22,6 +23,7 @@ server_scripts { 'locales/es.lua', 'locales/nl.lua', 'locales/cs.lua', + 'locales/fr.lua', 'config.lua', 'server.lua' } From 2480124cb9e25f615547b2c52b8c0e129851aa99 Mon Sep 17 00:00:00 2001 From: Lerk Date: Wed, 19 May 2021 01:39:55 +0200 Subject: [PATCH 4/7] [Fixes #11] better clarify purpose/functionality --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c65217c..15fc3a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # esx_drugfarms [![Latest Release](https://img.shields.io/github/v/release/lfuelling/esx_drugfarms)](https://github.com/lfuelling/esx_drugfarms/releases) -This plugin, which is originally based on [vrp_drugfarms by D3uxx](https://github.com/D3uxx/vrp_drugfarms), enables weed farms, the meth lab, coke lab, document forgery, biker club houses and bunkers from GTA: Online in esx. +This plugin, which is originally based on [vrp_drugfarms by D3uxx](https://github.com/D3uxx/vrp_drugfarms), enables access to the weed farm, the meth lab, coke lab, document forgery, biker club houses and bunkers from GTA: Online in esx. This mod does not provide any additional functionality except teleportation and the map markers. - **If you fork this, you won't get updates.** - **Consider Starring instead if you don't want to make a contribution.** From 4ac42b3060eec28cdabd8cddcd8af61881da9c06 Mon Sep 17 00:00:00 2001 From: Christoph Schott Date: Thu, 30 Sep 2021 02:49:00 +0200 Subject: [PATCH 5/7] Added German language. --- fxmanifest.lua | 2 ++ locales/de.lua | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 locales/de.lua diff --git a/fxmanifest.lua b/fxmanifest.lua index 60fc377..a730a91 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -13,6 +13,7 @@ client_scripts { 'locales/nl.lua', 'locales/cs.lua', 'locales/fr.lua', + 'locales/de.lua', 'config.lua', 'warehouses.lua' } @@ -24,6 +25,7 @@ server_scripts { 'locales/nl.lua', 'locales/cs.lua', 'locales/fr.lua', + 'locales/de.lua', 'config.lua', 'server.lua' } diff --git a/locales/de.lua b/locales/de.lua new file mode 100644 index 0000000..490ae1f --- /dev/null +++ b/locales/de.lua @@ -0,0 +1,13 @@ +Locales['de'] = { + ['no_access'] = "~r~Du kannst hier nicht rein.", + ['weed_farm'] = "Weed Farm", + ['counterfeit'] = "Fälschen", + ['document_forge'] = "Dokumentenfälschung", + ['meth_lab'] = "Meth Labor", + ['coke_lab'] = "Coke Labor", + ['bunker'] = "Bunker", + ['doomsday_facility'] = "Weltuntergangsanlage", + ['biker_clubhouse'] = "Klubhaus", + ['press_to_enter'] = 'Drücke ~INPUT_CONTEXT~ um das Gebäude zu betreten.', + ['press_to_exit'] = 'Drücke ~INPUT_CONTEXT~ um das Gebäude zu verlassen.', +} From 1bd0f7eec2cfa535242f17999bd1f5a5632b0ede Mon Sep 17 00:00:00 2001 From: Fly Man Date: Fri, 1 Oct 2021 13:07:22 +0200 Subject: [PATCH 6/7] Added Italian locales + Minor changes --- config.lua | 5 ++--- fxmanifest.lua | 22 +++++++--------------- locales/it.lua | 13 +++++++++++++ 3 files changed, 22 insertions(+), 18 deletions(-) create mode 100644 locales/it.lua diff --git a/config.lua b/config.lua index 0ed87a9..76f23ac 100644 --- a/config.lua +++ b/config.lua @@ -1,5 +1,4 @@ Config = {} -Config.Locale = 'en' -- available: en, es, nl +Config.Locale = 'en' -- available: cs, de, en, es, fr, it, nl Config.JobId = 'police' -- people with this job can't get in -Config.DrawBlips = true -- if true, map markers are visible - +Config.DrawBlips = true -- if true, map markers are visible \ No newline at end of file diff --git a/fxmanifest.lua b/fxmanifest.lua index a730a91..b220604 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,31 +1,23 @@ -fx_version 'adamant' +fx_version 'cerulean' game 'gta5' +author 'Lfuelling' + description 'ESX Drugfarms' -version '1.0.1' +version '1.0.2' client_scripts { '@es_extended/locale.lua', - 'locales/en.lua', - 'locales/es.lua', - 'locales/nl.lua', - 'locales/cs.lua', - 'locales/fr.lua', - 'locales/de.lua', + 'locales/*.lua', 'config.lua', 'warehouses.lua' } server_scripts { '@es_extended/locale.lua', - 'locales/en.lua', - 'locales/es.lua', - 'locales/nl.lua', - 'locales/cs.lua', - 'locales/fr.lua', - 'locales/de.lua', + 'locales/*.lua', 'config.lua', 'server.lua' -} +} \ No newline at end of file diff --git a/locales/it.lua b/locales/it.lua new file mode 100644 index 0000000..2e5250a --- /dev/null +++ b/locales/it.lua @@ -0,0 +1,13 @@ +Locales['it'] = { + ['no_access'] = "~r~Non puoi entrare.", + ['weed_farm'] = "Weed Farm", + ['counterfeit'] = "Counterfeit", + ['document_forge'] = "Document Forge", + ['meth_lab'] = "Meth Lab", + ['coke_lab'] = "Coke Lab", + ['bunker'] = "Bunker", + ['doomsday_facility'] = "Doomsday Facility", + ['biker_clubhouse'] = "Clubhouse", + ['press_to_enter'] = 'Premi ~INPUT_CONTEXT~ per entrare nell edificio.', + ['press_to_exit'] = 'Premi ~INPUT_CONTEXT~ per uscire dall edificio.', +} \ No newline at end of file From 2cd8e859b6b76b2ef58e656ce1385909173e8745 Mon Sep 17 00:00:00 2001 From: Lerk Date: Thu, 13 Jan 2022 03:30:01 +0100 Subject: [PATCH 7/7] Update fxmanifest.lua --- fxmanifest.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index b220604..f95b81b 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -2,11 +2,11 @@ fx_version 'cerulean' game 'gta5' -author 'Lfuelling' +author 'lfuelling' description 'ESX Drugfarms' -version '1.0.2' +version '1.0.4' client_scripts { '@es_extended/locale.lua', @@ -20,4 +20,4 @@ server_scripts { 'locales/*.lua', 'config.lua', 'server.lua' -} \ No newline at end of file +}