IGUI_ES = {
	-- All the UI text used in game
	-- InventoryPane
	IGUI_invpanel_Type = "Tipo",
	IGUI_invpanel_Category = "Categora",
	IGUI_invpanel_Pack = "Meter",
	IGUI_invpanel_unpack = "Sacar",
	IGUI_invpanel_drop_all = "Soltar todo",
	IGUI_invpanel_drop_one = "Soltar uno",
	IGUI_invpanel_Nutrition = "Nutricin",
	IGUI_invpanel_Remaining = "Restante",
	IGUI_invpanel_Condition = "Condicin",
	IGUI_invpanel_Cooking = "Cocinndose"
	IGUI_invpanel_Burning = "Quemndose"
	IGUI_invpanel_Burnt = "Quemado"
	-- InventoryPage
	IGUI_invpage_Loot_all = "Agarrar todo",
	-- Character Screen
	IGUI_char_Age = "Edad",
	IGUI_char_Sex = "Gnero",
	IGUI_char_Traits = "Rasgos",
	IGUI_char_Favourite_Weapon = "Arma ms usada",
	IGUI_char_Zombies_Killed = "Zombies eliminados",
	IGUI_char_Survivor_Killed = "NPC eliminados",
	IGUI_char_Survived_For = "Das con vida",
	IGUI_char_Male = "Hombre",
	IGUI_char_Female = "Mujer",
	-- Health panel
	IGUI_health_Scratched = "Rasguo",
	IGUI_health_Wounded = "Herido",
	IGUI_health_Bitten = "Mordido",
	IGUI_health_Bleeding = "Sangrando",
	IGUI_health_Bandaged = "Vendado",
	IGUI_health_Overall_Body_Status = "Estado general",
	IGUI_health_zombified = "ZOMBIFICADO!",
	IGUI_health_ok = "Sano",
	IGUI_health_Slight_damage = "Dao muy leve",
	IGUI_health_Very_Minor_damage = "Dao leve",
	IGUI_health_Minor_damage = "Dao medio",
	IGUI_health_Moderate_damage = "Dao moderado",
	IGUI_health_Severe_damage = "Dao severo",
	IGUI_health_Very_Severe_damage = "Dao muy severo",
	IGUI_health_Crital_damage = "Dao crtico",
	IGUI_health_Highly_Crital_damage = "Dao crtico alto",
	IGUI_health_Terminal_damage = "Dao terminal",
	IGUI_health_Deceased = "Muerto",
	IGUI_health_Left_Hand = "Mano izquierda",
	IGUI_health_Right_Hand = "Mano derecha",
	IGUI_health_Left_Forearm = "Antebrazo izquierdo",
	IGUI_health_Right_Forearm = "Antebrazo derecho",
	IGUI_health_Left_Upper_Arm = "Brazo izquierdo",
	IGUI_health_Right_Upper_Arm = "Brazo derecho",
	IGUI_health_Upper_Torso = "Torso superior",
	IGUI_health_Lower_Torso = "Torso inferior",
	IGUI_health_Head = "Cabeza",
	IGUI_health_Neck = "Cuello",
	IGUI_health_Groin = "Ingle",
	IGUI_health_Left_Thigh = "Muslo izquierdo",
	IGUI_health_Right_Thigh = "Muslo derecho",
	IGUI_health_Left_Shin = "Tibia izquierda",
	IGUI_health_Right_Shin = "Tibia derecha",
	IGUI_health_Left_Foot = "Pie izquierdo",
	IGUI_health_Right_Foot = "Pie derecho",
	IGUI_health_Unknown_Body_Part = "Parte desconocida",
	-- Skills
	IGUI_skills_Multiplier = "Multiplicador",
	IGUI_XP_Next_skill_point = "Siguiente punto de experiencia",
	IGUI_XP_xp = " exp",
	IGUI_XP_Skill_point_available = "Puntos de experiencia disponible",
	IGUI_XP_Locked = "Bloqueado",
	IGUI_XP_UnLocked = "Desbloqueado",
	IGUI_XP_level = " Nivel ",
	IGUI_XP_Skills = "Habilidades",
	IGUI_XP_Health = "Salud",
	IGUI_XP_Info = "Info",
	-- Perks
	IGUI_perks_Combat = "Combate",
	IGUI_perks_Blunt = "Armas contundentes",
	IGUI_perks_Blade = "Armas blancas",
	IGUI_perks_Aiming = "Puntera",
	IGUI_perks_Reloading = "Recarga",
	IGUI_perks_Crafting = "Elaboracin",
	IGUI_perks_Carpentry = "Carpintera",
	IGUI_perks_Cooking = "Cocina",
	IGUI_perks_Farming = "Agricultura",
	IGUI_perks_Agility = "Agilidad",
	IGUI_perks_Sprinting = "Velocidad de Correr",
	IGUI_perks_Lightfooted = "Paso ligero",
	IGUI_perks_Nimble = "Destreza",
	IGUI_perks_Sneaking = "Sigilo",
	-- Item category
	IGUI_ItemCat_Item = "tem",
	IGUI_ItemCat_Food = "Comida",
	IGUI_ItemCat_Drainable = "Drenable",
	IGUI_ItemCat_Weapon = "Arma",
	IGUI_ItemCat_Clothing = "Ropa",
	IGUI_ItemCat_Container = "Contenedor",
	IGUI_ItemCat_Literature = "Literatura",
	IGUI_perks_Fishing = "Pesca",
	IGUI_perks_Survivalist = "Supervivencia",
	IGUI_perks_Trapping = "Trampas",
}