IGUI_ES = {
    IGUI_ContainerTitle_BatteryBank = "Banco de Bateras",
    IGUI_ContainerTitle_SolarBox = "Caja Solar",

    IGUI_ISAWindowsStatus_Title = "Estado del Banco de Bateras",
    IGUI_ISAWindowsSumaryTab_InfoText = " <CENTRE> <SIZE:medium> Panel del Banco de Bateras <LINE> <LINE> <LEFT> Pestaa Resumen <LINE> <SIZE:small> Muestra un resumen visual del Banco de Bateras, los Paneles Solares y el estado de las Bateras. <LINE> <SIZE:medium> Pestaa Detalles <LINE> <SIZE:small> Muestra informacin tcnica acerca del Banco de Bateras y su estado. <LINE> <SIZE:medium> Pestaa Depurar <LINE> <SIZE:small> Contiene botones para solucionar problemas con el Banco de Bateras. ",
    IGUI_ISAWindowsSumaryTab_TabTitle = "Resumen",
    IGUI_ISAWindowsSumaryTab_PanelsStatus = "Estado de los Paneles",
    IGUI_ISAWindowsSumaryTab_BatteryLevel = "Nivel de las Bateras",
    IGUI_ISAWindowsSumaryTab_BatteryStatus = "Estado de las Bateras",
    IGUI_ISAWindowsSumaryTab_NoEnoughPanels = "No hay suficientes paneles",
    IGUI_ISAWindowsSumaryTab_NoEnoughSun = "No hay suficiente sol",
    IGUI_ISAWindowsSumaryTab_Working = "Funcionando OK",
    IGUI_ISAWindowsSumaryTab_FullyCharged = "Carga completa",
    IGUI_ISAWindowsSumaryTab_FullyDischarged = "Completamente descargado",
    IGUI_ISAWindowsSumaryTab_ChargedIn = "Cargado en:",
    IGUI_ISAWindowsSumaryTab_DischargedIn = "Descargado en:",
    IGUI_ISAWindowsSumaryTab_BatteryRemaining = "Reservas de bateras:",
    IGUI_ISAWindowsSumaryTab_NotCharging = "No Cargando",
    IGUI_ISAWindowsSumaryTab_NoBatteries = "Sin Bateras",
    IGUI_ISAWindow_Details_TabTitle = "Detalles",
    IGUI_ISAWindow_Details_MaxCapacity = "Capacidad Mxima: ",
    IGUI_ISAWindow_Details_ConnectedPanels = "Paneles Conectados: ",
    IGUI_ISAWindow_Details_MaxPanelOutput = "Potencia Mxima de Paneles: ",
    IGUI_ISAWindow_Details_ElectricalDevices = "Dispositivos Elctricos",
    IGUI_ISAWindow_Details_conGenerator = "El Generador de Respaldo est conectado: ",
    IGUI_ISAWindow_Details_Failsafe = "El Generador de Respaldo tiene anti-fallo: ",
    IGUI_ISAWindow_Details_GenInRange = "Generadores dentro de rango: ",
    IGUI_ISAWindow_Details_ValidAreaPlayer = "El jugador est en un rea vlida: ",
    IGUI_ISAWindow_Details_ElectricityExternal = "Orgenes Externos",
    IGUI_ISAWindow_Details_CantSee = "No se pueden ver los detalles",
    IGUI_ISAWindow_Details_BackupDebugNoSquare = "Sin cuadrado",
    IGUI_ISAWindow_Details_BackupDebugNoGenerator = "Ningn generador en el cuadrado del jugador",
    IGUI_ISAWindow_Details_BackupDebugNotConnected = "Este generador no est conectado",
    IGUI_ISAWindow_Details_BackupDebugPowerbank = "Este generador es un powerbank",
    IGUI_ISAWindow_Details_BackupDebugNotBackup = "Este cuadrado no est configurado como copia de seguridad",
    IGUI_ISAWindow_Details_BackupDebugNoFailsafe = "Esta plaza no tiene fallas",
    IGUI_ISAWindow_Details_BackupDebugNoFuel = "Este generador no tiene combustible",
    IGUI_ISAWindow_Details_BackupDebugLowCondition = "Este generador tiene una condicin baja",
    IGUI_ISAWindow_Details_BackupDebugOK = "Este cuadrado tiene una copia de seguridad vlida",
    IGUI_ISAWindow_Debug_ShowBackup = "Mostrar detalles de rea de Respaldo",
    IGUI_ISAWindow_Debug_HideBackup = "Ocultar detalles de rea de Respaldo",
    IGUI_ISA_Update = "Actualizar",

    IGUI_ISAContainerNotBattery = "Parece un buen lugar para guardar mi %1",
}