From c74e87810e6bc56de07fc4df46384ede1e92f28b Mon Sep 17 00:00:00 2001 From: DfroK <145624842+DfroK@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:45:57 +0200 Subject: [PATCH 1/2] Update Item_Categories.lua "Radio.CDplayer" was missing. --- media/lua/client/Item_Categories.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/media/lua/client/Item_Categories.lua b/media/lua/client/Item_Categories.lua index 543cfbb..d8c745c 100644 --- a/media/lua/client/Item_Categories.lua +++ b/media/lua/client/Item_Categories.lua @@ -874,6 +874,7 @@ TweakItem("Base.RemoteCraftedV3","DisplayCategory","Elec"); TweakItem("Base.Speaker","DisplayCategory","Elec"); TweakItem("Base.TimerCrafted","DisplayCategory","Elec"); TweakItem("Base.VideoGame","DisplayCategory","Elec"); +TweakItem("Radio.CDplayer","DisplayCategory","Elec"); TweakItem("Radio.HamRadio1","DisplayCategory","Elec"); TweakItem("Radio.HamRadio2","DisplayCategory","Elec"); TweakItem("Radio.HamRadioMakeShift","DisplayCategory","Elec"); From f70a0a523c9b068393241c4d5f931c396292a7f9 Mon Sep 17 00:00:00 2001 From: DfroK <145624842+DfroK@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:58:29 +0200 Subject: [PATCH 2/2] Update IG_UI_FR.txt Various fix / Plural form removed / Translation of weapon category. --- media/lua/shared/Translate/FR/IG_UI_FR.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/media/lua/shared/Translate/FR/IG_UI_FR.txt b/media/lua/shared/Translate/FR/IG_UI_FR.txt index 7a87862..15172cf 100644 --- a/media/lua/shared/Translate/FR/IG_UI_FR.txt +++ b/media/lua/shared/Translate/FR/IG_UI_FR.txt @@ -23,8 +23,8 @@ IGUI_FR = { IGUI_ItemCat_CraftMas = "Artisanat - Maçonnerie", IGUI_ItemCat_CraftMetal = "Artisanat - Ferronnerie", IGUI_ItemCat_CraftTailor = "Artisanat - Tailleur", - IGUI_ItemCat_Drugs = "Médicaments", - IGUI_ItemCat_Elec = "Électroniques", + IGUI_ItemCat_Drugs = "Drogue", + IGUI_ItemCat_Elec = "Électronique", IGUI_ItemCat_FoodA = "Nourriture - Alcool", IGUI_ItemCat_FoodP = "Nourriture - Périssable", IGUI_ItemCat_FoodN = "Nourriture - Non-périssable", @@ -39,11 +39,11 @@ IGUI_FR = { IGUI_ItemCat_LitE = "Littérature - Divertissement", IGUI_ItemCat_LitW = "Littérature - Écriture", IGUI_ItemCat_Mech = "Mécanique", - IGUI_ItemCat_MediaA = "Médias - l'audio", - IGUI_ItemCat_MediaG = "Médias - Jeu", - IGUI_ItemCat_MediaV = "Médias - Vidéo", + IGUI_ItemCat_MediaA = "Média - Audio", + IGUI_ItemCat_MediaG = "Média - Jeu", + IGUI_ItemCat_MediaV = "Média - Vidéo", IGUI_ItemCat_Med = "Médical", - IGUI_ItemCat_Misc = "Varié", + IGUI_ItemCat_Misc = "Divers", IGUI_ItemCat_Paint = "Peinture", IGUI_ItemCat_SurCamp = "Survie - Camping", IGUI_ItemCat_SurFarm = "Survie - Agriculture", @@ -51,13 +51,13 @@ IGUI_FR = { IGUI_ItemCat_SurTrap = "Survie - Piégeage", IGUI_ItemCat_Tool = "Outil", IGUI_ItemCat_Ammo = "Munition", - IGUI_ItemCat_WepAmmoMag = "Arme - Magazine", - IGUI_ItemCat_WepAmmoMagF = "Arme - Magazine", + IGUI_ItemCat_WepAmmoMag = "Arme - Chargeur", + IGUI_ItemCat_WepAmmoMagF = "Arme - Chargeur", IGUI_ItemCat_WepBomb = "Arme - Bombe", IGUI_ItemCat_WepBow = "Arme - Arc", IGUI_ItemCat_WepFire = "Arme - Arme à feu", IGUI_ItemCat_WepMelee = "Arme - Mêlée", - IGUI_ItemCat_WepPart = "Arme - Componant", + IGUI_ItemCat_WepPart = "Arme - Accessoire", IGUI_ItemCat_WepRange = "Arme - Distance", IGUI_ItemCat_WepShield = "Arme - Bouclier",