12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- #
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: localizationkit
- # (C) Copyright IBM Corp. 2005, 2016
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ## DO NOT EDIT!
- ## Generated using CCLXmlToProperties.xslt
- ## END OF WARNING
- ##
- ## Component: ECS
- ##
- ## Description: Extensible Charting Service messages
- ##
- #
- # Section: VOS
- #
- # Description: This section covers visoutput service messages for errors and logging.
- #
- internalServiceError = ECS-VOS-1001 Error de servicio interno.
- visoutputServiceError = ECS-VOS-1002 Error de servicio VisOutput.
- invalidInputToVisoutputService = ECS-VOS-1003 Entrada no v\u00e1lida para VisOutputService.
- invalidChartInstanceXML = ECS-VOS-1004 XML de instancia de gr\u00e1fico no v\u00e1lida.
- invalidChartDefinitionXML = ECS-VOS-1005 XML de definici\u00f3n de gr\u00e1fico no v\u00e1lida.
- unableLoadAdapter = ECS-VOS-1006 No se puede cargar el adaptador con el ID: {0}
- #
- # Section: ADP
- #
- # Description: This section covers RAVE chart adapter messages for errors and logging.
- #
- chartAdapterError = ECS-ADP-2001 Error del adaptador del gr\u00e1fico.
- invalidDataJSON = ECS-ADP-2002 JSON de datos no v\u00e1lidos: {0}
- unableToParseChartTemplate = ECS-ADP-2003 No se puede analizar la plantilla de gr\u00e1fico.
- failedToGenerateOutput = ECS-ADP-2004 No se puede generar la salida desde RAVE.
- missingChartTemplate = ECS-ADP-2005 Falta la plantilla de gr\u00e1fico.
- formatNotSupported = ECS-ADP-2006 No se admite el formato.
- failedToGenerateImage = ECS-ADP-2007 No se puede generar la imagen.
- failedToCreateImagemapXML = ECS-ADP-2008 No se puede crear el XML para el mapa de im\u00e1genes.
- failedToGenerateImageWithImagemap = ECS-ADP-2009 No se ha podido generar imagen con el mapa de im\u00e1genes.
- dataIdMissingInChartTemplate = ECS-ADP-2010 No se ha encontrado el ID de datos en la plantilla de gr\u00e1fico:
- categoricalFieldIdMissingInChartTemplate = ECS-ADP-2011 No se ha encontrado el ID de campo categ\u00f3rico en la plantilla de gr\u00e1fico:
- valueFieldIdMissingInChartTemplate = ECS-ADP-2012 No se ha encontrado el ID de campo de valor en la plantilla de gr\u00e1fico:
- categoryIdMissingInChartTemplate = ECS-ADP-2013 No se ha encontrado el ID categor\u00eda en la plantilla de gr\u00e1fico:
- #
- # Section: GAL
- #
- # Description: This section covers gallery service messages for errors and logging.
- #
- galleryServiceError = ECS-GAL-3001 Error de servicio de la galer\u00eda.
- failedToConnectToGallery = ECS-GAL-3002 No se ha podido conectar a la galer\u00eda.
- #
- # Section: DFM
- #
- # Description: This section covers data formatting messages for errors and logging.
- #
- dataFormattingError = ECS-DFM-4001 Error del formato de datos.
- invalidDataFormatterInfo = ECS-DFM-4002 Informaci\u00f3n del formateador de datos no v\u00e1lida.
- invalidRowNumber = ECS-DFM-4003 N\u00famero de fila no v\u00e1lido.
|