diff --git a/src/lang/es/admin.php b/src/lang/es/admin.php
index 3fdb206..8155076 100644
--- a/src/lang/es/admin.php
+++ b/src/lang/es/admin.php
@@ -28,7 +28,7 @@ global $content;
$content['LN_ADMINMENU_HOMEPAGE'] = "Volver a Mostrar Eventos";
$content['LN_ADMINMENU_GENOPT'] = "Preferencias";
$content['LN_ADMINMENU_SOURCEOPT'] = "Fuentes";
- $content['LN_ADMINMENU_VIEWSOPT'] = "Views";
+$content['LN_ADMINMENU_VIEWSOPT'] = "Vistas";
$content['LN_ADMINMENU_SEARCHOPT'] = "Búsquedas";
$content['LN_ADMINMENU_USEROPT'] = "Usuarios";
$content['LN_ADMINMENU_GROUPOPT'] = "Grupos";
@@ -85,7 +85,7 @@ $content['LN_GEN_IPADRRESOLVE'] = "Resolver Direcciones IP usando DNS";
$content['LN_GEN_CUSTBTNCAPT'] = "Título de búsqueda personalizada";
$content['LN_GEN_CUSTBTNSRCH'] = "Texto de búsqueda personalizada";
$content['LN_GEN_SUCCESSFULLYSAVED'] = "Los valores de configuración se han guardado correctamente";
- $content['LN_GEN_INTERNAL'] = "Internal";
+$content['LN_GEN_INTERNAL'] = "Interna";
$content['LN_GEN_DISABLED'] = "Función desactivada";
$content['LN_GEN_CONFIGFILE'] = "Archivo de Configuración";
$content['LN_GEN_ACCESSDENIED'] = "Acceso denegado a esta función";
@@ -142,13 +142,13 @@ $content['LN_USER_WARNDELETEUSER'] = "¿Está seguro de que desea eliminar el us
$content['LN_USER_ERROR_INVALIDSESSIONS'] = "Sesión de Usuario no válida.";
$content['LN_USER_ERROR_SETTINGFLAG'] = "Error al configurar el indicador, ID no válida o Usuario no encontrado";
$content['LN_USER_WARNRADYONLYADMIN'] = "¡Está a punto de configurar su cuenta como de solo lectura! ¡Esto le impedirá cambiar cualquier configuración! ¿Estás seguro de que quieres continuar?";
- $content['LN_USER_ISREADONLY'] = "¿Usuario de Solo Lectura?";
+$content['LN_USER_ISREADONLY'] = "¿Usuario de Solo Lectura?";
$content['LN_USER_SETISADMIN'] = "Toggle IsAdmin State";
$content['LN_USER_SETISREADONLY'] = "Toggle IsReadOnly State";
// Group center
- $content['LN_GROUP_CENTER'] = "Group Center";
- $content['LN_GROUP_ID'] = "ID";
+$content['LN_GROUP_CENTER'] = "Gestion de Grupos";
+$content['LN_GROUP_ID'] = "ID";
$content['LN_GROUP_NAME'] = "Nombre del Grupo";
$content['LN_GROUP_DESCRIPTION'] = "Descripción del Grupo";
$content['LN_GROUP_TYPE'] = "Tipo de Grupo";
@@ -173,60 +173,60 @@ $content['LN_GROUP_USERHASBEENADDEDGROUP'] = "El Usuario '%1' se ha agregado cor
$content['LN_GROUP_ERRORNOMOREUSERS'] = "No hay más Usuarios disponibles que se puedan agregar al Grupo '%1'";
$content['LN_GROUP_USER_ADD'] = "Agregar Usuario al Grupo";
$content['LN_GROUP_USERDELETE'] = "Eliminar un Usuario del Grupo";
- $content['LN_GROUP_ERRORNOUSERSINGROUP'] = "No hay Usuarios para eliminar en este grupo '%1'";
+$content['LN_GROUP_ERRORNOUSERSINGROUP'] = "No hay Usuarios para eliminar en el grupo '%1'";
$content['LN_GROUP_ERROR_REMUSERFROMGROUP'] = "No se pudo eliminar el Usuario '%1' del Grupo '%2'";
$content['LN_GROUP_USERHASBEENREMOVED'] = "El Usuario '%1' se ha eliminado correctamente del Grupo '%2'";
$content['LN_GROUP_'] = "";
// Custom Searches center
- $content['LN_SEARCH_CENTER'] = "Custom Searches";
- $content['LN_SEARCH_ADD'] = "Add new Custom Search";
- $content['LN_SEARCH_ID'] = "ID";
- $content['LN_SEARCH_NAME'] = "Search Name";
- $content['LN_SEARCH_QUERY'] = "Search Query";
- $content['LN_SEARCH_TYPE'] = "Assigned to";
- $content['LN_SEARCH_EDIT'] = "Edit Custom Search";
- $content['LN_SEARCH_DELETE'] = "Delete Custom Search";
- $content['LN_SEARCH_ADDEDIT'] = "Add / Edit a Custom Search";
- $content['LN_SEARCH_SELGROUPENABLE'] = ">> Select Group to enable <<";
- $content['LN_SEARCH_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
- $content['LN_SEARCH_ERROR_SEARCHQUERYEMPTY'] = "The SearchQuery cannot be empty.";
- $content['LN_SEARCH_HASBEENADDED'] = "The Custom Search '%1' has been successfully added.";
- $content['LN_SEARCH_ERROR_IDNOTFOUND'] = "Could not find a search with ID '%1'.";
- $content['LN_SEARCH_ERROR_INVALIDID'] = "Invalid search ID.";
- $content['LN_SEARCH_HASBEENEDIT'] = "The Custom Search '%1' has been successfully edited.";
- $content['LN_SEARCH_WARNDELETESEARCH'] = "Are you sure that you want to delete the Custom Search '%1'? This cannot be undone!";
- $content['LN_SEARCH_ERROR_DELSEARCH'] = "Deleting of the Custom Search with id '%1' failed!";
- $content['LN_SEARCH_ERROR_HASBEENDEL'] = "The Custom Search '%1' has been successfully deleted!";
- $content['LN_SEARCH_'] = "";
+$content['LN_SEARCH_CENTER'] = "Búsquedas Personalizadas";
+$content['LN_SEARCH_ADD'] = "Agregar nueva Búsqueda Personalizada";
+$content['LN_SEARCH_ID'] = "ID";
+$content['LN_SEARCH_NAME'] = "Nombre de Búsqueda";
+$content['LN_SEARCH_QUERY'] = "Consulta de Busqueda";
+$content['LN_SEARCH_TYPE'] = "Asignado a";
+$content['LN_SEARCH_EDIT'] = "Editar Búsqueda Personalizada";
+$content['LN_SEARCH_DELETE'] = "Eliminar Búsqueda Personalizada";
+$content['LN_SEARCH_ADDEDIT'] = "Agregar/Editar una Búsqueda Personalizada";
+$content['LN_SEARCH_SELGROUPENABLE'] = ">> Seleccione Grupo para Habilitar <<";
+$content['LN_SEARCH_ERROR_DISPLAYNAMEEMPTY'] = "El Nombre de Búsqueda no puede estar vacío.";
+$content['LN_SEARCH_ERROR_SEARCHQUERYEMPTY'] = "La Consulta de Búsqueda no puede estar vacía.";
+$content['LN_SEARCH_HASBEENADDED'] = "La Búsqueda Personalizada '%1' se ha agregado correctamente.";
+$content['LN_SEARCH_ERROR_IDNOTFOUND'] = "No se pudo encontrar la Búsqueda con ID '%1'.";
+$content['LN_SEARCH_ERROR_INVALIDID'] = "ID de Búsqueda no válida.";
+$content['LN_SEARCH_HASBEENEDIT'] = "La Búsqueda Personalizada '%1' se ha editado correctamente.";
+$content['LN_SEARCH_WARNDELETESEARCH'] = "¿Está seguro de que desea eliminar la Búsqueda Personalizada '%1'? ¡Esto no se puede deshacer!";
+$content['LN_SEARCH_ERROR_DELSEARCH'] = "¡Error al eliminar la Búsqueda Personalizada con el ID '%1'!";
+$content['LN_SEARCH_ERROR_HASBEENDEL'] = "¡La Búsqueda Personalizada '%1' se ha eliminado correctamente!";
+$content['LN_SEARCH_'] = "";
// Custom Views center
- $content['LN_VIEWS_CENTER'] = "Views Options";
- $content['LN_VIEWS_ID'] = "ID";
- $content['LN_VIEWS_NAME'] = "View Name";
- $content['LN_VIEWS_COLUMNS'] = "View Columns";
- $content['LN_VIEWS_TYPE'] = "Assigned to";
- $content['LN_VIEWS_ADD'] = "Add new View";
- $content['LN_VIEWS_EDIT'] = "Edit View";
- $content['LN_VIEWS_ERROR_IDNOTFOUND'] = "A View with ID '%1' could not be found.";
- $content['LN_VIEWS_ERROR_INVALIDID'] = "The View with ID '%1' is not a valid View.";
- $content['LN_VIEWS_WARNDELETEVIEW'] = "Are you sure that you want to delete the View '%1'? This cannot be undone!";
- $content['LN_VIEWS_ERROR_DELSEARCH'] = "Deleting of the View with id '%1' failed!";
- $content['LN_VIEWS_ERROR_HASBEENDEL'] = "The View '%1' has been successfully deleted!";
- $content['LN_VIEWS_ADDEDIT'] = "Add / Edit a View";
- $content['LN_VIEWS_COLUMNLIST'] = "Configured Columns";
- $content['LN_VIEWS_ADDCOLUMN'] = "Add Column into list";
- $content['LN_VIEWS_ERROR_DISPLAYNAMEEMPTY'] = "The DisplayName cannot be empty.";
- $content['LN_VIEWS_COLUMN'] = "Column";
- $content['LN_VIEWS_COLUMN_REMOVE'] = "Remove Column";
- $content['LN_VIEWS_HASBEENADDED'] = "The Custom View '%1' has been successfully added.";
- $content['LN_VIEWS_ERROR_NOCOLUMNS'] = "You need to add at least one column in order to add a new Custom View.";
- $content['LN_VIEWS_HASBEENEDIT'] = "The Custom View '%1' has been successfully edited.";
- $content['LN_VIEWS_'] = "";
+$content['LN_VIEWS_CENTER'] = "Opciones de Vistas";
+$content['LN_VIEWS_ID'] = "ID";
+$content['LN_VIEWS_NAME'] = "Nombre de Vista";
+$content['LN_VIEWS_COLUMNS'] = "Columnas de Vista";
+$content['LN_VIEWS_TYPE'] = "Asignado a";
+$content['LN_VIEWS_ADD'] = "Agregar nueva Vista";
+$content['LN_VIEWS_EDIT'] = "Editar Vista";
+$content['LN_VIEWS_ERROR_IDNOTFOUND'] = "No se pudo encontrar una vista con ID '%1'.";
+$content['LN_VIEWS_ERROR_INVALIDID'] = "La Vista con ID '%1' no es una Vista válida.";
+$content['LN_VIEWS_WARNDELETEVIEW'] = "¿Está seguro de que desea eliminar la Vista '%1'? ¡Esto no se puede deshacer!";
+$content['LN_VIEWS_ERROR_DELSEARCH'] = "¡Falló la eliminación de la Vista con ID '%1'!";
+$content['LN_VIEWS_ERROR_HASBEENDEL'] = "¡La Vista '%1' se ha eliminado con éxito!";
+$content['LN_VIEWS_ADDEDIT'] = "Agregar/Editar Vista";
+$content['LN_VIEWS_COLUMNLIST'] = "Columnas Configuradas";
+$content['LN_VIEWS_ADDCOLUMN'] = "Agregar Columna a la lista";
+$content['LN_VIEWS_ERROR_DISPLAYNAMEEMPTY'] = "El Nombre de Vista no puede estar vacío";
+$content['LN_VIEWS_COLUMN'] = "Columna";
+$content['LN_VIEWS_COLUMN_REMOVE'] = "Eliminar Columna";
+$content['LN_VIEWS_HASBEENADDED'] = "La Vista Personalizada '%1' se ha agregado correctamente.";
+$content['LN_VIEWS_ERROR_NOCOLUMNS'] = "Debe agregar al menos una columna para agregar una nueva Vista Personalizada.";
+$content['LN_VIEWS_HASBEENEDIT'] = "La Vista Personalizada '%1' se ha editado correctamente.";
+$content['LN_VIEWS_'] = "";
// Custom DBMappings center
$content['LN_DBMP_CENTER'] = "Database Field Mappings Options";
- $content['LN_DBMP_ID'] = "ID";
+$content['LN_DBMP_ID'] = "ID";
$content['LN_DBMP_NAME'] = "Database Mappingname";
$content['LN_DBMP_DBMAPPINGS'] = "Database Mappings";
$content['LN_DBMP_ADD'] = "Add new Database Mapping";
@@ -252,91 +252,91 @@ $content['LN_GROUP_'] = "";
$content['LN_SOURCES_FILTERSTRING_HELP'] = "Use the same syntax as in the search field. For example if you want to show only messages from 'server1', use this searchfilter: source:=server1";
// Custom Sources center
- $content['LN_SOURCES_CENTER'] = "Sources Options";
- $content['LN_SOURCES_EDIT'] = "Edit Source";
- $content['LN_SOURCES_DELETE'] = "Delete Source";
- $content['LN_SOURCES_ID'] = "ID";
- $content['LN_SOURCES_NAME'] = "Source Name";
- $content['LN_SOURCES_TYPE'] = "Source Type";
- $content['LN_SOURCES_ASSIGNTO'] = "Assigned To";
- $content['LN_SOURCES_DISK'] = "Diskfile";
- $content['LN_SOURCES_DB'] = "MySQL Database";
- $content['LN_SOURCES_CLICKHOUSE'] = "ClickHouse Database";
- $content['LN_SOURCES_PDO'] = "PDO Datasource";
- $content['LN_SOURCES_MONGODB'] = "MongoDB Datasource";
- $content['LN_SOURCES_ADD'] = "Add new Source";
- $content['LN_SOURCES_ADDEDIT'] = "Add / Edit a Source";
- $content['LN_SOURCES_TYPE'] = "Source Type";
- $content['LN_SOURCES_DISKTYPEOPTIONS'] = "Diskfile related Options";
- $content['LN_SOURCES_ERROR_MISSINGPARAM'] = "The paramater '%1' is missing.";
- $content['LN_SOURCES_ERROR_NOTAVALIDFILE'] = "Failed to open the syslog file '%1'! Check if the file exists and LogAnalyzer has sufficient rights to it";
- $content['LN_SOURCES_ERROR_UNKNOWNSOURCE'] = "Unknown Source '%1' detected";
- $content['LN_SOURCE_HASBEENADDED'] = "The new Source '%1' has been successfully added.";
- $content['LN_SOURCES_EDIT'] = "Edit Source";
- $content['LN_SOURCES_ERROR_INVALIDORNOTFOUNDID'] = "The Source-ID is invalid or could not be found.";
- $content['LN_SOURCES_ERROR_IDNOTFOUND'] = "The Source-ID could not be found in the database.";
- $content['LN_SOURCES_HASBEENEDIT'] = "The Source '%1' has been successfully edited.";
- $content['LN_SOURCES_WARNDELETESEARCH'] = "Are you sure that you want to delete the Source '%1'? This cannot be undone!";
- $content['LN_SOURCES_ERROR_DELSOURCE'] = "Deleting of the Source with id '%1' failed!";
- $content['LN_SOURCES_ERROR_HASBEENDEL'] = "The Source '%1' has been successfully deleted!";
- $content['LN_SOURCES_DESCRIPTION'] = "Source Description (Optional)";
- $content['LN_SOURCES_ERROR_INVALIDVALUE'] = "Invalid value for the paramater '%1'.";
- $content['LN_SOURCES_STATSNAME'] = "Name";
- $content['LN_SOURCES_STATSVALUE'] = "Value";
- $content['LN_SOURCES_DETAILS'] = "Details for this logstream source";
- $content['LN_SOURCES_STATSDETAILS'] = "Statistic details for this logstream source";
- $content['LN_SOURCES_ERROR_NOSTATSDATA'] = "Could not find or obtain any stats related information for this logstream source.";
- $content['LN_SOURCES_ERROR_NOCLEARSUPPORT'] = "This logstream source does not support deleting data.";
- $content['LN_SOURCES_ROWCOUNT'] = "Total Rowcount";
- $content['LN_SOURCES_CLEARDATA'] = "The following database maintenance Options are available";
- $content['LN_SOURCES_CLEAROPTIONS'] = "Select how you want to clear data.";
- $content['LN_SOURCES_CLEARALL'] = "Clear (Delete) all data.";
- $content['LN_SOURCES_CLEAR_HELPTEXT'] = "Attention! Be carefull with deleting data, any action performed here can not be undone!";
+$content['LN_SOURCES_CENTER'] = "Opciones de Fuentes";
+$content['LN_SOURCES_EDIT'] = "Editar Fuente";
+$content['LN_SOURCES_DELETE'] = "Eliminar Fuente";
+$content['LN_SOURCES_ID'] = "ID";
+$content['LN_SOURCES_NAME'] = "Nombre de la Fuente";
+$content['LN_SOURCES_TYPE'] = "Tipo de Fuente";
+$content['LN_SOURCES_ASSIGNTO'] = "Asignado a";
+$content['LN_SOURCES_DISK'] = "Archivo en Disco";
+$content['LN_SOURCES_DB'] = "Base de Datos MySQL";
+ $content['LN_SOURCES_CLICKHOUSE'] = "Base de Datos ClickHouse";
+$content['LN_SOURCES_PDO'] = "Fuente de datos PDO";
+$content['LN_SOURCES_MONGODB'] = "Fuente de datos MongoDB";
+$content['LN_SOURCES_ADD'] = "Agregar nueva Fuente";
+$content['LN_SOURCES_ADDEDIT'] = "Agregar/Editar Fuente";
+$content['LN_SOURCES_TYPE'] = "Tipo de Fuente";
+$content['LN_SOURCES_DISKTYPEOPTIONS'] = "Opciones relacionadas con el archivo en disco";
+$content['LN_SOURCES_ERROR_MISSINGPARAM'] = "Falta el parámetro '%1'.";
+$content['LN_SOURCES_ERROR_NOTAVALIDFILE'] = "¡Error al abrir el archivo syslog '%1'! Compruebe si el archivo existe y LogAnalyzer tiene suficientes permisos.";
+$content['LN_SOURCES_ERROR_UNKNOWNSOURCE'] = "Fuente desconocida '%1' detectada";
+$content['LN_SOURCE_HASBEENADDED'] = "La nueva Fuente '%1' se ha agregado con éxito.";
+$content['LN_SOURCES_EDIT'] = "Editar Fuente";
+$content['LN_SOURCES_ERROR_INVALIDORNOTFOUNDID'] = "El ID de la Fuente no es válido o no se pudo encontrar.";
+$content['LN_SOURCES_ERROR_IDNOTFOUND'] = "No se pudo encontrar el ID de la Fuente en la base de datos.";
+$content['LN_SOURCES_HASBEENEDIT'] = "La Fuente '%1' se ha editado correctamente.";
+$content['LN_SOURCES_WARNDELETESEARCH'] = "¿Está seguro de que desea eliminar la fuente '%1'? ¡Esto no se puede deshacer!";
+$content['LN_SOURCES_ERROR_DELSOURCE'] = "¡Error al eliminar la Fuente con el ID '%1'!";
+$content['LN_SOURCES_ERROR_HASBEENDEL'] = "¡La Fuente '%1' se ha eliminado con éxito!";
+$content['LN_SOURCES_DESCRIPTION'] = "Descripción de la Fuente (opcional)";
+$content['LN_SOURCES_ERROR_INVALIDVALUE'] = "Valor no válido para el parámetro '%1'.";
+$content['LN_SOURCES_STATSNAME'] = "Nombre";
+$content['LN_SOURCES_STATSVALUE'] = "Valor";
+$content['LN_SOURCES_DETAILS'] = "Detalles para esta fuente de flujo de registro";
+$content['LN_SOURCES_STATSDETAILS'] = "Detalles estadísticos para esta fuente de flujo de registro";
+$content['LN_SOURCES_ERROR_NOSTATSDATA'] = "No se pudo encontrar ni obtener ninguna información relacionada con las estadísticas para esta fuente de flujo de registro.";
+$content['LN_SOURCES_ERROR_NOCLEARSUPPORT'] = "Esta fuente de flujo de registro no admite la eliminación de datos.";
+$content['LN_SOURCES_ROWCOUNT'] = "Recuento Total de Filas";
+$content['LN_SOURCES_CLEARDATA'] = "Las siguientes opciones de mantenimiento de la base de datos están disponibles";
+$content['LN_SOURCES_CLEAROPTIONS'] = "Seleccione cómo desea borrar los datos.";
+$content['LN_SOURCES_CLEARALL'] = "Limpiar (Borrar) todos los datos.";
+$content['LN_SOURCES_CLEAR_HELPTEXT'] = "¡Atención! ¡Tenga cuidado con la eliminación de datos, cualquier acción realizada aquí no se puede deshacer!";
$content['LN_SOURCES_CLEARSINCE'] = "Clear all data older than ... ";
$content['LN_SOURCES_CLEARDATE'] = "Clear all data which is older than ... ";
- $content['LN_SOURCES_CLEARDATA_SEND'] = "Clear selected data range";
- $content['LN_SOURCES_ERROR_INVALIDCLEANUP'] = "Invalid Data Cleanup type";
- $content['LN_SOURCES_WARNDELETEDATA'] = "Are you sure that you want to clear logdata in the '%1' source? This cannot be undone!";
- $content['LN_SOURCES_ERROR_DELDATA'] = "Could not delete data in the '%1' source";
- $content['LN_SOURCES_HASBEENDELDATA'] = "Successfully deleted data from the '%1' source, '%2' rows were affected. ";
+$content['LN_SOURCES_CLEARDATA_SEND'] = "Borrar el rango de datos seleccionado";
+$content['LN_SOURCES_ERROR_INVALIDCLEANUP'] = "Tipo de limpieza de datos no válido";
+$content['LN_SOURCES_WARNDELETEDATA'] = "¿Está seguro de que desea borrar los datos de registro en la Fuente '%1'? ¡Esto no se puede deshacer!";
+$content['LN_SOURCES_ERROR_DELDATA'] = "No se pudieron eliminar datos en la Fuente '%1'";
+$content['LN_SOURCES_HASBEENDELDATA'] = "Los datos se eliminaron correctamente de la Fuente '%1', las filas '%2' se vieron afectadas. ";
// Database Upgrade
- $content['LN_DBUPGRADE_TITLE'] = "LogAnalyzer Database Update";
- $content['LN_DBUPGRADE_DBFILENOTFOUND'] = "The database upgrade file '%1' could not be found in the include folder! Please check if all files were successfully uploaded.";
- $content['LN_DBUPGRADE_DBDEFFILESHORT'] = "The database upgrade files where empty or did not contain any SQL Command! Please check if all files were successfully uploaded.";
- $content['LN_DBUPGRADE_WELCOME'] = "Welcome to the database upgrade";
- $content['LN_DBUPGRADE_BEFORESTART'] = "Before you start upgrading your database, you should create a FULL BACKUP OF YOUR DATABASE. Anything else will be done automatically by the upgrade Script.";
- $content['LN_DBUPGRADE_CURRENTINSTALLED'] = "Current Installed Database Version";
- $content['LN_DBUPGRADE_TOBEINSTALLED'] = "Do be Installed Database Version";
- $content['LN_DBUPGRADE_HASBEENDONE'] = "Database Update has been performed, see the results below";
- $content['LN_DBUPGRADE_SUCCESSEXEC'] = "Successfully executed statements";
- $content['LN_DBUPGRADE_FAILEDEXEC'] = "Failed statements";
- $content['LN_DBUPGRADE_ONESTATEMENTFAILED'] = "At least one statement failed, you may need to correct and fix this issue manually. See error details below";
- $content['LN_DBUPGRADE_ERRMSG'] = "Error Message";
- $content['LN_DBUPGRADE_ULTRASTATSDBVERSION'] = "LogAnalyzer Database Version";
+$content['LN_DBUPGRADE_TITLE'] = "Actualización de la Base de Datos de LogAnalyzer";
+$content['LN_DBUPGRADE_DBFILENOTFOUND'] = "¡No se pudo encontrar el archivo de actualización de la Base de Datos '%1' en la carpeta include! Compruebe si todos los archivos se cargaron correctamente.";
+$content['LN_DBUPGRADE_DBDEFFILESHORT'] = "¡Los archivos de actualización de la Base de Datos estaban vacíos o no contenían ningún comando SQL! Compruebe si todos los archivos se cargaron correctamente.";
+$content['LN_DBUPGRADE_WELCOME'] = "Bienvenido a la actualización de la base de datos";
+$content['LN_DBUPGRADE_BEFORESTART'] = "Antes de comenzar a actualizar su Base de Datos, debe crear una COPIA DE SEGURIDAD COMPLETA DE SU BASE DE DATOS. Todo lo demás se hará automáticamente por el script de actualización.";
+$content['LN_DBUPGRADE_CURRENTINSTALLED'] = "Versión actual de la Base de Datos instalada";
+$content['LN_DBUPGRADE_TOBEINSTALLED'] = "Se instalará la versión de la Base de Datos";
+$content['LN_DBUPGRADE_HASBEENDONE'] = "Se realizó la actualización de la Base de Datos, vea los resultados a continuación";
+$content['LN_DBUPGRADE_SUCCESSEXEC'] = "Sentencia ejecutadas con éxito";
+$content['LN_DBUPGRADE_FAILEDEXEC'] = "Sentencia fallidas";
+$content['LN_DBUPGRADE_ONESTATEMENTFAILED'] = "Al menos una declaración falló, es posible que deba corregir y solucionar este problema manualmente. Ver detalles del error a continuación";
+$content['LN_DBUPGRADE_ERRMSG'] = "Mensaje de Error";
+$content['LN_DBUPGRADE_ULTRASTATSDBVERSION'] = "Versión de la Base de Datos de LogAnalyzer";
// Charts Options
- $content['LN_CHARTS_CENTER'] = "Charts Options";
- $content['LN_CHARTS_EDIT'] = "Edit Chart";
- $content['LN_CHARTS_DELETE'] = "Delete Chart";
- $content['LN_CHARTS_ADD'] = "Add new Chart";
- $content['LN_CHARTS_ADDEDIT'] = "Add / Edit a Chart";
- $content['LN_CHARTS_NAME'] = "Chart Name";
- $content['LN_CHARTS_ENABLED'] = "Chart enabled";
- $content['LN_CHARTS_ENABLEDONLY'] = "Enabled";
- $content['LN_CHARTS_ERROR_INVALIDORNOTFOUNDID'] = "The Chart-ID is invalid or could not be found.";
- $content['LN_CHARTS_WARNDELETESEARCH'] = "Are you sure that you want to delete the Chart '%1'? This cannot be undone!";
- $content['LN_CHARTS_ERROR_DELCHART'] = "Deleting of the Chart with id '%1' failed!";
- $content['LN_CHARTS_ERROR_HASBEENDEL'] = "The Chart '%1' has been successfully deleted!";
- $content['LN_CHARTS_ERROR_MISSINGPARAM'] = "The paramater '%1' is missing.";
- $content['LN_CHARTS_HASBEENADDED'] = "The new Chart '%1' has been successfully added.";
- $content['LN_CHARTS_ERROR_IDNOTFOUND'] = "The Chart-ID could not be found in the database.";
- $content['LN_CHARTS_HASBEENEDIT'] = "The Chart '%1' has been successfully edited.";
- $content['LN_CHARTS_ID'] = "ID";
- $content['LN_CHARTS_ASSIGNTO'] = "Assigned To";
- $content['LN_CHARTS_PREVIEW'] = "Preview Chart in a new Window";
- $content['LN_CHARTS_FILTERSTRING'] = "Custom Filter";
- $content['LN_CHARTS_FILTERSTRING_HELP'] = "Use the same syntax as in the search field. For example if you want to generate a chart for 'server1', use this filter: source:=server1";
+$content['LN_CHARTS_CENTER'] = "Opciones de Gráficos";
+$content['LN_CHARTS_EDIT'] = "Editar Gráfico";
+$content['LN_CHARTS_DELETE'] = "Eliminar Gráfico";
+$content['LN_CHARTS_ADD'] = "Agregar nuevo Gráfico";
+$content['LN_CHARTS_ADDEDIT'] = "Agregar/Editar Gráfico";
+$content['LN_CHARTS_NAME'] = "Nombre del Gráfico";
+$content['LN_CHARTS_ENABLED'] = "Gráfico Habilitado";
+$content['LN_CHARTS_ENABLEDONLY'] = "Habilitado";
+$content['LN_CHARTS_ERROR_INVALIDORNOTFOUNDID'] = "La ID del Gráfico no es válida o no se pudo encontrar.";
+$content['LN_CHARTS_WARNDELETESEARCH'] = "¿Está seguro de que desea eliminar el Gráfico '%1'? ¡Esto no se puede deshacer!";
+$content['LN_CHARTS_ERROR_DELCHART'] = "¡Error al eliminar el Gráfico con ID '%1'!";
+$content['LN_CHARTS_ERROR_HASBEENDEL'] = "¡El Gráfico '%1' se ha eliminado con éxito!";
+$content['LN_CHARTS_ERROR_MISSINGPARAM'] = "Falta el parámetro '%1'.";
+$content['LN_CHARTS_HASBEENADDED'] = "El nuevo Gráfico '%1' se ha agregado con éxito.";
+$content['LN_CHARTS_ERROR_IDNOTFOUND'] = "No se pudo encontrar el ID de Gráfico en la Base de Datos.";
+$content['LN_CHARTS_HASBEENEDIT'] = "El Gráfico '%1' se ha editado correctamente.";
+$content['LN_CHARTS_ID'] = "ID";
+$content['LN_CHARTS_ASSIGNTO'] = "Asignado a";
+$content['LN_CHARTS_PREVIEW'] = "Vista previa del Gráfico en una nueva ventana";
+$content['LN_CHARTS_FILTERSTRING'] = "Filtro Personalizado";
+ $content['LN_CHARTS_FILTERSTRING_HELP'] = "Use la misma sintaxis que en el campo de búsqueda. Por ejemplo, si desea generar un gráfico para 'servidor1', use este filter: source:=server1";
$content['LN_CHARTS_ERROR_CHARTIDNOTFOUND'] = "Error, ChartID with ID '%1' , was not found";
$content['LN_CHARTS_ERROR_SETTINGFLAG'] = "Error setting flag, invalid ChartID or operation.";
$content['LN_CHARTS_SETENABLEDSTATE'] = "Toggle Enabled State";