123456789101112131415161718192021222324252627282930313233343536 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cgs
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--COPYRIGHT_DATA {'COMPONENT':'cgs', 'VISIBLE':'YES', 'RELEASE':['2005', '2010']} -->
- <!-- generated by cogmc.py -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../CCL/CCLCore/Resources/CCLMessageFile.xsd" localization="Product Locale" usage="Message source for CCLMessageFramework">
- <component name="CGS" usage="Cognos Graphics Service messages">
- <section name="GNR" usage="Errors that cannot be classified." type="Messages">
- <string name="UNKNOWN" usage="The error cannot be explained." errorCode="0000">An unknown error occurred.</string>
- <string name="COMBINATION_NOT_SUPPORTED" usage="When the client created a combination of charts that is documented as not-supported, we throw this message." errorCode="0002">The specified combination of charts is not supported.</string>
- <string name="DRIVER_THREAD_ERROR" usage="When the test driver's running thread reports error(s), this message sums them." errorCode="0011">The driver running thread reported the following '<param type="integer" index="1"/>' error(s): '<param type="string" index="2"/>'.</string>
- </section>
- <section name="CFG" usage="Configuration errors." type="Messages">
- <string name="FONT_PATH_MISSING" usage="Missing font path configuration information." errorCode="0101">Configuration error. Missing font path information. Parameter name is '<param type="string" index="1"/>'.</string>
- <string name="DEFAULT_FONT_MISSING" usage="Missing font configuration information." errorCode="0102">Configuration error. Can't find font '<param type="string" index="1"/>'.</string>
- <string name="FONT_FILENAME_MISSING" usage="Missing font file name configuration information." errorCode="0103">Configuration error. Missing font file name for '<param type="string" index="1"/>'.</string>
- <string name="MAP_FILE_MISSING" usage="Missing a map chart data file." errorCode="0104">Configuration error. Missing map data file '<param type="string" index="1"/>'.</string>
- </section>
- <section name="DTA" usage="Client data related messages." type="Messages">
- <string name="EMPTY" usage="When the client gives us no data." errorCode="1001">No data was provided for the chart.</string>
- <string name="TOO_COMPLEX" usage="Amount of data exceeds chart capacity." errorCode="1002">Unable to create the chart. Data for the chart is too complex.</string>
- </section>
- <section name="PG" usage="Graphics library related messages." type="Messages">
- <string name="RETURNED_ERROR" usage="The graphics library we use has returned an error code that means nothing to the user." errorCode="2000">The following error occurred in the Presentation Graphics Software Development Kit: '<param type="integer" index="1"/>'.</string>
- <string name="GENERAL_ERROR_DURING" usage="The graphics library didn't return any error code, it simply blew up during the specified operation." errorCode="2001">An unknown error occurred in the Presentation Graphics Software Development Kit during the operation '<param type="string" index="1"/>'.</string>
- <string name="LOAD_TEMPLATE_FAILED" usage="The graphics library uses template files for every image it creates. The files are expected to be in the current directory. This error is reported when a template file was not found." errorCode="3001" translate="changed">Unable to load the image template file '<param type="string" index="1"/>'. Verify that the file exists or contact your administrator.</string>
- </section>
- <section name="PRP" usage="Errors of setting properties." type="Messages">
- <string name="PROP_NOT_FOUND" errorCode="3000">The requested property <param type="integer" index="1"/> was not found in the widget.</string>
- </section>
- </component>
- </stringTable>
|