IGUI_AR = {
    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, Paneles Solares y Estado de Bateras. <LINE> <SIZE:medium> Pestaa Detalles <LINE> <SIZE:small> Muestra informacin tcnica sobre el banco de bateras y su estado. <LINE> <SIZE:medium> Pestaa Depuracin <LINE> <SIZE:small> Agrega botones para solucionar problemas del banco de bateras.",
    IGUI_ISAWindowsSumaryTab_TabTitle = "Resumen",
    IGUI_ISAWindowsSumaryTab_PanelsStatus = "Estado de los paneles",
    IGUI_ISAWindowsSumaryTab_BatteryLevel = "Nivel de bateria",
    IGUI_ISAWindowsSumaryTab_BatteryStatus = "Estado de la batera",
    IGUI_ISAWindowsSumaryTab_NoEnoughPanels = "No hay suficientes paneles",
    IGUI_ISAWindowsSumaryTab_NoEnoughSun = "No hay suficiente luz solar",
    IGUI_ISAWindowsSumaryTab_Working = "Funcionando bien",
    IGUI_ISAWindowsSumaryTab_FullyCharged = "Completamente cargado",
    IGUI_ISAWindowsSumaryTab_FullyDischarged = "Completamente descargado",
    IGUI_ISAWindowsSumaryTab_ChargedIn = "Cargado en:",
    IGUI_ISAWindowsSumaryTab_DischargedIn = "Dado de alta en:",
    IGUI_ISAWindowsSumaryTab_BatteryRemaining = "Reservas de batera:",
    IGUI_ISAWindowsSumaryTab_NotCharging = "No cobrar",
    IGUI_ISAWindowsSumaryTab_NoBatteries = "Sin bateras",
    IGUI_ISAWindow_Details_TabTitle = "Detalles",
    IGUI_ISAWindow_Details_MaxCapacity = "Maxima capacidad:",
    IGUI_ISAWindow_Details_ConnectedPanels = "Paneles conectados:",
    IGUI_ISAWindow_Details_MaxPanelOutput = "Salida mxima del panel:",
    IGUI_ISAWindow_Details_ElectricalDevices = "Aparatos elctricos",
    IGUI_ISAWindow_Details_conGenerator = "El generador de respaldo est conectado:",
    IGUI_ISAWindow_Details_Failsafe = "Backup Generator tiene seguridad contra fallas:",
    IGUI_ISAWindow_Details_GenInRange = "Generadores en rango:",
    IGUI_ISAWindow_Details_ValidAreaPlayer = "El jugador est en el rea vlida:",
    IGUI_ISAWindow_Details_ElectricityExternal = "Fuentes externas",
    IGUI_ISAWindow_Details_CantSee = "No puedo ver los detalles",
    IGUI_ISAWindow_Details_BackupDebugNoSquare = "Sin cuadrado",
    IGUI_ISAWindow_Details_BackupDebugNoGenerator = "No hay generador en la casilla 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 respaldo.",
    IGUI_ISAWindow_Details_BackupDebugNoFailsafe = "Este cuadrado no tiene seguro",
    IGUI_ISAWindow_Details_BackupDebugNoFuel = "Este generador no tiene combustible.",
    IGUI_ISAWindow_Details_BackupDebugLowCondition = "Este generador tiene condiciones bajas.",
    IGUI_ISAWindow_Details_BackupDebugOK = "Este cuadrado tiene una copia de seguridad vlida.",
    IGUI_ISAWindow_Debug_ShowBackup = "Mostrar detalles del rea de respaldo",
    IGUI_ISAWindow_Debug_HideBackup = "Ocultar detalles del rea de respaldo",
    IGUI_ISA_Update = "Actualizar",

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