UI_EN = {
    UI_CUI_window_title = "Equipped items",
    UI_CUI_no_items_avaliable = "No avaliable item in inventory",
 
    -- Category Buttons
    UI_CUI_Category_HEAD = "HEAD",
    UI_CUI_Category_UNDIES = "UNDIES",
    UI_CUI_Category_BODY = "BODY",
    UI_CUI_Category_HANDS = "HANDS",         
    UI_CUI_Category_LEGS = "LEGS",
    UI_CUI_Category_FEET = "FEET",
    UI_CUI_Category_ACC = "ACC",
    UI_CUI_Category_TRINKET = "TRINKET",
   
    -- Body slots naming
    UI_CUI_FannyPackFront = "Fanny F",
    UI_CUI_FannyPackBack = "Fanny B",
    UI_CUI_Hat = "Hat",
    UI_CUI_Mask = "Mask",
    UI_CUI_FullHat = "F Hat",
    UI_CUI_MaskEyes = "MaskEye",
    UI_CUI_MaskFull = "F Mask",
    UI_CUI_FullHelmet = "Helmet",
    UI_CUI_Jacket = "Jacket",
    UI_CUI_FullTop = "Full Top",
    UI_CUI_JacketHat = "JacketHat",
    UI_CUI_Sweater = "Sweater",
    UI_CUI_TorsoExtra = "Torso Ex",
    UI_CUI_SweaterHat = "SweaterHat",
    UI_CUI_Necklace = "Necklace",
    UI_CUI_Necklace_Long = "LNecklace",
    UI_CUI_Neck = "Neck",
    UI_CUI_Nose = "Nose",
    UI_CUI_Ears = "Ears",
    UI_CUI_EarTop = "EarTop",
    UI_CUI_Right_MiddleFinger = "RM Finger",
    UI_CUI_Left_MiddleFinger = "LM Finger",
    UI_CUI_Right_RingFinger = "RR Finger",
    UI_CUI_Left_RingFinger = "LR Finger",
    UI_CUI_RightWrist = "R Wrist",
    UI_CUI_LeftWrist = "L Wrist",
    UI_CUI_BellyButton = "Belly",
    UI_CUI_Eyes = "Eyes",
    UI_CUI_LeftEye = "L Eye",
    UI_CUI_RightEye = "R Eye ",
    UI_CUI_Hands = "Hands",
    UI_CUI_Scarf = "Scarf",
    UI_CUI_Underwear = "Underwear",
    UI_CUI_MakeUp_FullFace = "MUFace",
    UI_CUI_MakeUp_Eyes = "MUEyes",
    UI_CUI_MakeUp_EyesShadow = "MUEyesS",
    UI_CUI_MakeUp_Lips = "MULips",
    UI_CUI_Belt = "Belt",
    UI_CUI_BeltExtra = "BeltE",
    UI_CUI_AmmoStrap = "AmmoStrap",
    UI_CUI_Tail = "Tail",
    UI_CUI_Legs1 = "Legs1",
    UI_CUI_Pants = "Pants",
    UI_CUI_Skirt = "Skirt",
    UI_CUI_ShortSleeveShirt = "SS Shirt",
    UI_CUI_Shirt = "Shirt",
    UI_CUI_Tshirt = "Tshirt",
    UI_CUI_TankTop = "TankTop",
    UI_CUI_Socks = "Socks",
    UI_CUI_UnderwearInner = "UndInn",
    UI_CUI_Shoes = "Shoes",
    UI_CUI_Torso1Legs1 = "Torso1L1",
    UI_CUI_BathRobe = "BathRobe",
    UI_CUI_FullSuit = "FullSuit",
    UI_CUI_FullSuitHead = "HFullSuit",
    UI_CUI_Dress = "Dress",
    UI_CUI_UnderwearTop = "UndTop",
    UI_CUI_UnderwearBottom = "UndBot",
    UI_CUI_UnderwearExtra1 = "UndExt1",
    UI_CUI_UnderwearExtra2 = "UndExt2",
    UI_CUI_ZedDmg = "ZedDmg",
    UI_CUI_Bandage = "Bandage",
    UI_CUI_Wound = "Wound",

    -- Body slots of scrap armor
    UI_CUI_SpecialBelt = "ScrapBelt",
    UI_CUI_SwordSheath = "Sheath",
    UI_CUI_TorsoRig = "Rig 1",
    UI_CUI_TorsoRig2 = "Rig 2",
    UI_CUI_waistbags = "WaistBag",
    UI_CUI_UpperArmLeft = "Arm L",
    UI_CUI_UpperArmRight = "Arm R",
    UI_CUI_ThighLeft = "Thigh L",
    UI_CUI_ThighRight = "Thigh R",
    UI_CUI_LowerBody = "Kilt",
    UI_CUI_Pauldrons = "Pauldrons",
    UI_CUI_HandPlateLeft = "Plate L",
    UI_CUI_HandPlateRight = "Plate R",
    UI_CUI_ShinPlateLeft = "Plate L",
    UI_CUI_ShinPlateRight = "Plate R",
    UI_CUI_SpecialMask = "Scrap Mask",
}
