mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Update: Spanish translation (partial)
This commit is contained in:
parent
3197f7ede6
commit
77f27eb7da
@ -36,7 +36,7 @@ $content['LN_ADMINMENU_CHARTOPT'] = "Gráficos";
|
||||
$content['LN_ADMINMENU_FIELDOPT'] = "Campos";
|
||||
$content['LN_ADMINMENU_DBMAPPINGOPT'] = "DBMappings";
|
||||
$content['LN_ADMINMENU_MSGPARSERSOPT'] = "Analizadores de Mensajes";
|
||||
$content['LN_ADMINMENU_REEPORTSOPT'] = "Módulos de Informes";
|
||||
$content['LN_ADMINMENU_REEPORTSOPT'] = "Informes";
|
||||
$content['LN_ADMIN_CENTER'] = "Centro de Administración";
|
||||
$content['LN_ADMIN_UNKNOWNSTATE'] = "Estado Desconocido";
|
||||
$content['LN_ADMIN_ERROR_NOTALLOWED'] = "No está permitido acceder a esta página con su nivel de usuario.";
|
||||
@ -376,28 +376,28 @@ $content['LN_FILTER_TYPE_NUMBER'] = "Numero";
|
||||
$content['LN_FILTER_TYPE_DATE'] = "Fecha";
|
||||
|
||||
// Parser Options
|
||||
$content['LN_PARSERS_EDIT'] = "Edit Message Parser";
|
||||
$content['LN_PARSERS_DELETE'] = "Delete Message Parser";
|
||||
$content['LN_PARSERS_ID'] = "Message Parser ID";
|
||||
$content['LN_PARSERS_NAME'] = "Message Parser Name";
|
||||
$content['LN_PARSERS_DESCRIPTION'] = "Message Parser Description";
|
||||
$content['LN_PARSERS_ERROR_NOPARSERS'] = "There were no valid message parsers found in your installation. ";
|
||||
$content['LN_PARSERS_HELP'] = "Help";
|
||||
$content['LN_PARSERS_HELP_CLICK'] = "Click here for a detailed description";
|
||||
$content['LN_PARSERS_INFO'] = "Show more Information for this message parser.";
|
||||
$content['LN_PARSERS_INIT'] = "Initialize settings for this message parser.";
|
||||
$content['LN_PARSERS_REMOVE'] = "Remove settings for this message parser.";
|
||||
$content['LN_PARSERS_ERROR_IDNOTFOUND'] = "There was no message parser with ID '%1' found.";
|
||||
$content['LN_PARSERS_ERROR_INVALIDID'] = "Invalid message parser id.";
|
||||
$content['LN_PARSERS_DETAILS'] = "Details for this Parser";
|
||||
$content['LN_PARSERS_CUSTOMFIELDS'] = "The following Custom fields are needed by this Message Parser.";
|
||||
$content['LN_PARSERS_WARNREMOVE'] = "You are about to remove the custom fields needed by the '%1' Message Parser. However you can add these fields again if you change your mind.";
|
||||
$content['LN_PARSERS_ERROR_HASBEENREMOVED'] = "All settings ('%2' custom fields) for the Message Parser '%1' have been removed. ";
|
||||
$content['LN_PARSERS_ERROR_HASBEENADDED'] = "All required settings ('%2' custom fields) for the Message Parser '%1' have been added. ";
|
||||
$content['LN_PARSERS_ERROR_NOFIELDS'] = "The Message Parser '%1' does not have any custom fields to add.";
|
||||
$content['LN_PARSERSMENU_LIST'] = "List installed Message Parsers";
|
||||
$content['LN_PARSERS_ONLINELIST'] = "All Available Parsers";
|
||||
$content['LN_PARSERS_'] = "";
|
||||
$content['LN_PARSERS_EDIT'] = "Editar Analizador de Mensajes";
|
||||
$content['LN_PARSERS_DELETE'] = "Eliminar Analizador de Mensajes";
|
||||
$content['LN_PARSERS_ID'] = "ID";
|
||||
$content['LN_PARSERS_NAME'] = "Nombre";
|
||||
$content['LN_PARSERS_DESCRIPTION'] = "Descripción";
|
||||
$content['LN_PARSERS_ERROR_NOPARSERS'] = "No se encontraron analizadores de mensajes válidos en su instalación.";
|
||||
$content['LN_PARSERS_HELP'] = "Ayuda";
|
||||
$content['LN_PARSERS_HELP_CLICK'] = "Haga clic aquí para obtener una descripción detallada";
|
||||
$content['LN_PARSERS_INFO'] = "Mostrar más información de este Analizador de Mensajes.";
|
||||
$content['LN_PARSERS_INIT'] = "Inicialice la configuración de este Analizador de Mensajes.";
|
||||
$content['LN_PARSERS_REMOVE'] = "Elimine la configuración de este Analizador de Mensajes.";
|
||||
$content['LN_PARSERS_ERROR_IDNOTFOUND'] = "No se encontró un Analizador de Mensajes con el ID '%1'.";
|
||||
$content['LN_PARSERS_ERROR_INVALIDID'] = "ID de Analizador de Mensaje no válido";
|
||||
$content['LN_PARSERS_DETAILS'] = "Detalles de este Analizador";
|
||||
$content['LN_PARSERS_CUSTOMFIELDS'] = "Este Analizador de Mensajes necesita los siguientes Campos Personalizados.";
|
||||
$content['LN_PARSERS_WARNREMOVE'] = "Está a punto de eliminar los campos personalizados que necesita el Analizador de Mensajes '%1'. Sin embargo, puede agregar estos campos nuevamente si cambia de opinión.";
|
||||
$content['LN_PARSERS_ERROR_HASBEENREMOVED'] = "Se han eliminado todas las configuraciones ('%2' campos personalizados) para el Analizador de Mensajes '%1'.";
|
||||
$content['LN_PARSERS_ERROR_HASBEENADDED'] = "Se han agregado todas las configuraciones requeridas ('%2' campos personalizados) para el Analizador de Mensajes '%1'.";
|
||||
$content['LN_PARSERS_ERROR_NOFIELDS'] = "El Analizador de Mensajes '%1' no tiene campos personalizados para agregar.";
|
||||
$content['LN_PARSERSMENU_LIST'] = "Lista de Analizadores de Mensajes Instalados";
|
||||
$content['LN_PARSERS_ONLINELIST'] = "Todos los Analizadores Disponibles";
|
||||
$content['LN_PARSERS_'] = "";
|
||||
|
||||
// Command Line stuff
|
||||
$content['LN_CMD_NOOP'] = "Falta el parámetro de operación";
|
||||
@ -414,81 +414,89 @@ $content['LN_CMD_DELETEDROWS'] = "Se eliminaron correctamente '%1' filas en la f
|
||||
$content['LN_CMD_'] = "";
|
||||
|
||||
// Report Options
|
||||
$content['LN_REPORTS_EDIT'] = "Edit Report";
|
||||
$content['LN_REPORTS_DELETE'] = "Remove Report";
|
||||
$content['LN_REPORTS_REQUIREDFIELDS'] = "Required Fields";
|
||||
$content['LN_REPORTS_ERROR_NOREPORTS'] = "There were no valid reports found in your installation.";
|
||||
$content['LN_REPORTS_INIT'] = "Initialize settings";
|
||||
$content['LN_REPORTS_REMOVE'] = "Remove settings";
|
||||
$content['LN_REPORTS_ERROR_IDNOTFOUND'] = "There was no report with ID '%1' found.";
|
||||
$content['LN_REPORTS_ERROR_INVALIDID'] = "Invalid report id.";
|
||||
$content['LN_REPORTS_DETAILS'] = "Details for this report";
|
||||
$content['LN_REPORTS_WARNREMOVE'] = "You are about to remove the custom settings needed by the '%1' report. However you can add these settings again if you change your mind.";
|
||||
$content['LN_REPORTS_ERROR_HASBEENREMOVED'] = "All settings for the report '%1' have been removed.";
|
||||
$content['LN_REPORTS_ERROR_HASBEENADDED'] = "All required settings for the report '%1' have been added.";
|
||||
$content['LN_REPORTS_ERROR_NOFIELDS'] = "The report '%1' does not have any custom settings which can be added.";
|
||||
$content['LN_REPORTS_ERROR_REPORTDOESNTNEEDTOBEREMOVED'] = "The report '%1' does not need to be removed or initialized.";
|
||||
$content['LN_REPORTS_REMOVESAVEDREPORT'] = "Remove Savedreport";
|
||||
$content['LN_REPORTS_CUSTOMTITLE'] = "Report Title";
|
||||
$content['LN_REPORTS_CUSTOMCOMMENT'] = "Comment / Description";
|
||||
$content['LN_REPORTS_FILTERSTRING'] = "Filterstring";
|
||||
$content['LN_REPORTS_OUTPUTFORMAT'] = "Outputformat";
|
||||
$content['LN_REPORTS_EDIT'] = "Editar Informe";
|
||||
$content['LN_REPORTS_DELETE'] = "Eliminar Informe";
|
||||
$content['LN_REPORTS_REQUIREDFIELDS'] = "Campos Requeridos";
|
||||
$content['LN_REPORTS_ERROR_NOREPORTS'] = "No se encontraron Informes válidos en su instalación.";
|
||||
$content['LN_REPORTS_INIT'] = "Inicializar configuraciones";
|
||||
$content['LN_REPORTS_REMOVE'] = "Eliminar configuraciones";
|
||||
$content['LN_REPORTS_ERROR_IDNOTFOUND'] = "No se encontró ningún Informe con el ID '%1'.";
|
||||
$content['LN_REPORTS_ERROR_INVALIDID'] = "ID de Informe no válido.";
|
||||
$content['LN_REPORTS_DETAILS'] = "Detalles para este Informe";
|
||||
$content['LN_REPORTS_WARNREMOVE'] = "Está a punto de eliminar la configuración personalizada que necesita el Informe '%1'. Sin embargo, puede agregar estas configuraciones nuevamente si cambia de opinión.";
|
||||
$content['LN_REPORTS_ERROR_HASBEENREMOVED'] = "Se han eliminado todas las configuraciones para el Informe '%1'.";
|
||||
$content['LN_REPORTS_ERROR_HASBEENADDED'] = "All required settings for the report '%1' have been added.";
|
||||
$content['LN_REPORTS_ERROR_NOFIELDS'] = "El Informe '%1' no tiene ninguna configuración personalizada que se pueda agregar.";
|
||||
$content['LN_REPORTS_ERROR_REPORTDOESNTNEEDTOBEREMOVED'] = "El Informe '%1' no necesita ser eliminado o inicializado.";
|
||||
$content['LN_REPORTS_REMOVESAVEDREPORT'] = "Eliminar Informe Guardado";
|
||||
$content['LN_REPORTS_CUSTOMTITLE'] = "Título del Informe";
|
||||
$content['LN_REPORTS_CUSTOMCOMMENT'] = "Comentario/Descripción";
|
||||
$content['LN_REPORTS_FILTERSTRING'] = "Cadena de Filtro";
|
||||
$content['LN_REPORTS_OUTPUTFORMAT'] = "Formato de Salida";
|
||||
$content['LN_REPORTS_OUTPUTTARGET'] = "Outputtarget";
|
||||
$content['LN_REPORTS_HASBEENADDED'] = "The Savedreport '%1' has been successfully added.";
|
||||
$content['LN_REPORTS_HASBEENEDIT'] = "The Savedreport '%1' has been successfully edited.";
|
||||
$content['LN_REPORTS_SOURCEID'] = "Logstream source";
|
||||
$content['LN_REPORTS_ERROR_SAVEDREPORTIDNOTFOUND'] = "There was no savedreport with ID '%1' found.";
|
||||
$content['LN_REPORTS_ERROR_INVALIDSAVEDREPORTID'] = "Invalid savedreport id.";
|
||||
$content['LN_REPORTS_WARNDELETESAVEDREPORT'] = "Are you sure that you want to delete the savedreport '%1'?";
|
||||
$content['LN_REPORTS_ERROR_DELSAVEDREPORT'] = "Deleting of the savedreport with id '%1' failed!";
|
||||
$content['LN_REPORTS_ERROR_HASBEENDEL'] = "The savedreport '%1' has been successfully deleted!";
|
||||
$content['LN_REPORTS_FILTERLIST'] = "Filterlist";
|
||||
$content['LN_REPORTS_FILTER'] = "Filter";
|
||||
$content['LN_REPORTS_ADDFILTER'] = "Add filter";
|
||||
$content['LN_REPORTS_FILTER_EDIT'] = "Edit filter";
|
||||
$content['LN_REPORTS_FILTER_MOVEUP'] = "Move filter up";
|
||||
$content['LN_REPORTS_FILTER_MOVEDOWN'] = "Move filter down";
|
||||
$content['LN_REPORTS_FILTER_REMOVE'] = "Remove filter";
|
||||
$content['LN_REPORTS_FILTEREDITOR'] = "Filtereditor";
|
||||
$content['LN_REPORTS_FILTERSTRING_ONLYEDITIF'] = "Only edit raw filterstring if you know what you are doing! Note if you change the filterstring, any changes made in the Filtereditor will be lost!";
|
||||
$content['LN_REPORTS_ADVANCEDFILTERS'] = "Advanced filters";
|
||||
$content['LN_REPORTS_ADVANCEDFILTERLIST'] = "List of advanced report filters";
|
||||
$content['LN_REPORTS_HASBEENADDED'] = "El Informe '%1' se ha agregado correctamente.";
|
||||
$content['LN_REPORTS_HASBEENEDIT'] = "El Informe '%1' se ha editado correctamente.";
|
||||
$content['LN_REPORTS_SOURCEID'] = "Fuente de Flujo de Registro";
|
||||
$content['LN_REPORTS_ERROR_SAVEDREPORTIDNOTFOUND'] = "No se encontró ningún Informe con ID '%1'.";
|
||||
$content['LN_REPORTS_ERROR_INVALIDSAVEDREPORTID'] = "El Informe no es válido.";
|
||||
$content['LN_REPORTS_WARNDELETESAVEDREPORT'] = "¿Está seguro de que desea eliminar el Informe '%1'?";
|
||||
$content['LN_REPORTS_ERROR_DELSAVEDREPORT'] = "¡Error al eliminar el Informe con ID '%1'!";
|
||||
$content['LN_REPORTS_ERROR_HASBEENDEL'] = "¡El Informe '%1' se ha eliminado correctamente!";
|
||||
$content['LN_REPORTS_FILTERLIST'] = "Lista de Filtros";
|
||||
$content['LN_REPORTS_FILTER'] = "Filtro";
|
||||
$content['LN_REPORTS_ADDFILTER'] = "Añadir Filtro";
|
||||
$content['LN_REPORTS_FILTER_EDIT'] = "Editar Filtro";
|
||||
$content['LN_REPORTS_FILTER_MOVEUP'] = "Mueve Filtro Arriba";
|
||||
$content['LN_REPORTS_FILTER_MOVEDOWN'] = "Mueve Filtro Abajo";
|
||||
$content['LN_REPORTS_FILTER_REMOVE'] = "Eliminar Filtro";
|
||||
$content['LN_REPORTS_FILTEREDITOR'] = "Editor de Filtros";
|
||||
$content['LN_REPORTS_FILTERSTRING_ONLYEDITIF'] = "¡Solo edite la cadena de filtro sin formato si sabe lo que está haciendo! Tenga en cuenta que si cambia la cadena de filtro, se perderán los cambios realizados en el editor de filtros.";
|
||||
$content['LN_REPORTS_ADVANCEDFILTERS'] = "Filtros Avanzados";
|
||||
$content['LN_REPORTS_ADVANCEDFILTERLIST'] = "Lista de filtros de informes avanzados";
|
||||
$content['LN_REPORTS_OUTPUTTARGET_DETAILS'] = "Outputtarget Options";
|
||||
$content['LN_REPORTS_OUTPUTTARGET_FILE'] = "Output Path and Filename";
|
||||
$content['LN_REPORTS_OUTPUTTARGET_FILE'] = "Ruta de Salida y Nombre de Archivo";
|
||||
$content['LN_REPORTS_CRONCMD'] = "Local Report command";
|
||||
$content['LN_REPORTS_LINKS'] = "Related Links";
|
||||
$content['LN_REPORTS_INSTALLED'] = "Installed";
|
||||
$content['LN_REPORTS_NOTINSTALLED'] = "Not installed";
|
||||
$content['LN_REPORTS_DOWNLOAD'] = "Download Link";
|
||||
$content['LN_REPORTS_SAMPLELINK'] = "Report Sample";
|
||||
$content['LN_REPORTS_DETAILSFOR'] = "Details for '%1' report";
|
||||
$content['LN_REPORTS_PERFORMANCE_WARNING'] = "Logstream Performance Warning";
|
||||
$content['LN_REPORTS_OPTIMIZE_LOGSTREAMSOURCE'] = "Yes, optimize logstream source!";
|
||||
$content['LN_REPORTS_OPTIMIZE_INDEXES'] = "The datasource '%1' is not optimized for this report. There is at least one INDEX missing. Creating INDEXES will speedup the report generation. <br><br>Do you want LogAnalyzer to create the necessary INDEXES now? This may take more then a few minutes, so please be patient!";
|
||||
$content['LN_REPORTS_ERROR_FAILED_CREATE_INDEXES'] = "Failed to create INDEXES for datasource '%1' with error code '%2'";
|
||||
$content['LN_REPORTS_INDEX_CREATED'] = "Logstream INDEXES created";
|
||||
$content['LN_REPORTS_INDEX_CREATED_SUCCESS'] = "Successfully created all INDEXES for datasource '%1'.";
|
||||
$content['LN_REPORTS_OPTIMIZE_TRIGGER'] = "The datasource '%1' does not have a TRIGGER installed to automatically generate the message checksum on INSERT. Creating the TRIGGER will speedup the report generation. <br><br>Do you want LogAnalyzer to create the TRIGGER now? ";
|
||||
$content['LN_REPORTS_TRIGGER_CREATED'] = "Logstream TRIGGER created";
|
||||
$content['LN_REPORTS_TRIGGER_CREATED_SUCCESS'] = "Successfully created TRIGGER for datasource '%1'.";
|
||||
$content['LN_REPORTS_ERROR_FAILED_CREATE_TRIGGER'] = "Failed to create TRIGGER for datasource '%1' with error code '%2'";
|
||||
$content['LN_REPORTS_CHANGE_CHECKSUM'] = "The Checksum field for datasource '%1' is not set to UNSIGNED INT. To get the report work properly, changing the CHECKSUM field to UNSIGNED INT is necessary! <br><br>Do you want LogAnalyzer to change the CHECKSUM field now? This may take more then a few minutes, so please be patient!";
|
||||
$content['LN_REPORTS_ERROR_FAILED_CHANGE_CHECKSUM'] = "Failed to change the CHECKSUM field for datasource '%1' with error code '%2'";
|
||||
$content['LN_REPORTS_CHECKSUM_CHANGED'] = "Checksum field changed";
|
||||
$content['LN_REPORTS_CHECKSUM_CHANGED_SUCCESS'] = "Successfully changed the Checksum field for datasource '%1'.";
|
||||
$content['LN_REPORTS_LOGSTREAM_WARNING'] = "Logstream Warning";
|
||||
$content['LN_REPORTS_ADD_MISSINGFIELDS'] = "The datasource '%1' does not contain all necessary datafields There is at least one FIELD missing. <br><br>Do you want LogAnalyzer to create the missing datafields now?";
|
||||
$content['LN_REPORTS_ERROR_FAILED_ADDING_FIELDS'] = "Failed adding missing datafields in datasource '%1' with error code '%2'";
|
||||
$content['LN_REPORTS_FIELDS_CREATED'] = "Added missing datafields";
|
||||
$content['LN_REPORTS_FIELDS_CREATED_SUCCESS'] = "Successfully added missing datafields for datasource '%1'.";
|
||||
$content['LN_REPORTS_RECHECKLOGSTREAMSOURCE'] = "Do you want to check the current logstream source again?";
|
||||
$content['LN_REPORTS_ADDSAVEDREPORT'] = "Add Savedreport and save changes";
|
||||
$content['LN_REPORTS_EDITSAVEDREPORT'] = "Save changes";
|
||||
$content['LN_REPORTS_ADDSAVEDREPORTANDRETURN'] = "Add Savedreport and return to reportlist";
|
||||
$content['LN_REPORTS_EDITSAVEDREPORTANDRETURN'] = "Save changes and return to reportlist";
|
||||
$content['LN_REPORTS_SOURCE_WARNING'] = "Logstream Source Warning";
|
||||
$content['LN_REPORTS_ERROR_FAILED_SOURCE_CHECK'] = "Failed to check the datasource '%1' with error '%2'";
|
||||
$content['LN_REPORTS_'] = "";
|
||||
$content['LN_REPORTS_LINKS'] = "Enlaces Relacionados";
|
||||
$content['LN_REPORTS_INSTALLED'] = "Instalado";
|
||||
$content['LN_REPORTS_NOTINSTALLED'] = "No instalado";
|
||||
$content['LN_REPORTS_DOWNLOAD'] = "Enlace de Descarga";
|
||||
$content['LN_REPORTS_SAMPLELINK'] = "Informe de Muestra";
|
||||
$content['LN_REPORTS_DETAILSFOR'] = "Detalles para el Informe '%1'";
|
||||
$content['LN_REPORTS_PERFORMANCE_WARNING'] = "Advertencia de Rendimiento de Flujo de Registro";
|
||||
$content['LN_REPORTS_OPTIMIZE_LOGSTREAMSOURCE'] = "Sí, ¡Optimice la fuente de flujo de registro!";
|
||||
$content['LN_REPORTS_OPTIMIZE_INDEXES'] = "La fuente de datos '%1' no está optimizada para este informe. Falta al menos un ÍNDICE. Crear ÍNDICES acelerará la generación de informes.<br>
|
||||
<br>
|
||||
¿Desea que LogAnalyzer cree los ÍNDICES necesarios ahora? Esto puede llevar más de unos minutos, ¡así que tenga paciencia!";
|
||||
$content['LN_REPORTS_ERROR_FAILED_CREATE_INDEXES'] = "Error al crear ÍNDICES para el origen de datos '%1' con el código de error '%2'";
|
||||
$content['LN_REPORTS_INDEX_CREATED'] = "ÍNDICES de flujo de registros creados";
|
||||
$content['LN_REPORTS_INDEX_CREATED_SUCCESS'] = "Se crearon con éxito todos los ÍNDICES para la fuente de datos '%1'.";
|
||||
$content['LN_REPORTS_OPTIMIZE_TRIGGER'] = "La fuente de datos '%1' no tiene un TRIGGER instalado para generar automáticamente la suma de verificación del mensaje en INSERT. Crear el TRIGGER acelerará la generación de informes.<br>
|
||||
<br>
|
||||
¿Desea que LogAnalyzer cree el TRIGGER ahora?";
|
||||
$content['LN_REPORTS_TRIGGER_CREATED'] = "TRIGGER para el flujo de registro creado";
|
||||
$content['LN_REPORTS_TRIGGER_CREATED_SUCCESS'] = "TRIGGER creado con éxito para la fuente de datos '%1'.";
|
||||
$content['LN_REPORTS_ERROR_FAILED_CREATE_TRIGGER'] = "Error al crear TRIGGER para la fuente de datos '%1' con el código de error '%2'";
|
||||
$content['LN_REPORTS_CHANGE_CHECKSUM'] = "El campo CHECKSUM para el origen de datos '%1' no está establecido en UNSIGNED INT. Para que el informe funcione correctamente, ¡es necesario cambiar el campo CHECKSUM a UNSIGNED INT!<br>
|
||||
<br>
|
||||
¿Desea que LogAnalyzer cambie el campo CHECKSUM ahora? Esto puede llevar más de unos minutos, ¡así que tenga paciencia!";
|
||||
$content['LN_REPORTS_ERROR_FAILED_CHANGE_CHECKSUM'] = "Error al cambiar el campo CHECKSUM para el origen de datos '%1' con el código de error '%2'";
|
||||
$content['LN_REPORTS_CHECKSUM_CHANGED'] = "El campo CHECKSUM cambió";
|
||||
$content['LN_REPORTS_CHECKSUM_CHANGED_SUCCESS'] = "Cambió correctamente del campo CHECKSUM para el origen de datos '%1'.";
|
||||
$content['LN_REPORTS_LOGSTREAM_WARNING'] = "Advertencia de Flujo de Registro";
|
||||
$content['LN_REPORTS_ADD_MISSINGFIELDS'] = "La fuente de datos '%1' no contiene todos los campos de datos necesarios. Falta al menos un CAMPO.<br>
|
||||
<br>
|
||||
¿Desea que LogAnalyzer cree los campos de datos faltantes ahora?";
|
||||
$content['LN_REPORTS_ERROR_FAILED_ADDING_FIELDS'] = "Error al agregar los campos que faltan en la fuente de datos '%1' con el código de error '%2'";
|
||||
$content['LN_REPORTS_FIELDS_CREATED'] = "Se agregaron los campos que faltaban";
|
||||
$content['LN_REPORTS_FIELDS_CREATED_SUCCESS'] = "Se agregaron correctamente los campos que faltaban para la fuente de datos '%1'.";
|
||||
$content['LN_REPORTS_RECHECKLOGSTREAMSOURCE'] = "¿Desea verificar la fuente actual de flujo de registro nuevamente?";
|
||||
$content['LN_REPORTS_ADDSAVEDREPORT'] = "Agregar Informe y Guardar Cambios";
|
||||
$content['LN_REPORTS_EDITSAVEDREPORT'] = "Guardar Cambios";
|
||||
$content['LN_REPORTS_ADDSAVEDREPORTANDRETURN'] = "Agregar Informe y volver a la lista de Informes";
|
||||
$content['LN_REPORTS_EDITSAVEDREPORTANDRETURN'] = "Guardar cambios y volver a la lista de Informes";
|
||||
$content['LN_REPORTS_SOURCE_WARNING'] = "Advertencia de Origen de Flujo de registro";
|
||||
$content['LN_REPORTS_ERROR_FAILED_SOURCE_CHECK'] = "Error al verificar el origen de datos '%1' con el error '%2'";
|
||||
$content['LN_REPORTS_'] = "";
|
||||
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user