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"); 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",