cgsmsgs_en.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cgs
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--COPYRIGHT_DATA {'COMPONENT':'cgs', 'VISIBLE':'YES', 'RELEASE':['2005', '2010']} -->
  9. <!-- generated by cogmc.py -->
  10. <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">
  11. <component name="CGS" usage="Cognos Graphics Service messages">
  12. <section name="GNR" usage="Errors that cannot be classified." type="Messages">
  13. <string name="UNKNOWN" usage="The error cannot be explained." errorCode="0000">An unknown error occurred.</string>
  14. <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>
  15. <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>
  16. </section>
  17. <section name="CFG" usage="Configuration errors." type="Messages">
  18. <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>
  19. <string name="DEFAULT_FONT_MISSING" usage="Missing font configuration information." errorCode="0102">Configuration error. Can't find font '<param type="string" index="1"/>'.</string>
  20. <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>
  21. <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>
  22. </section>
  23. <section name="DTA" usage="Client data related messages." type="Messages">
  24. <string name="EMPTY" usage="When the client gives us no data." errorCode="1001">No data was provided for the chart.</string>
  25. <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>
  26. </section>
  27. <section name="PG" usage="Graphics library related messages." type="Messages">
  28. <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>
  29. <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>
  30. <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>
  31. </section>
  32. <section name="PRP" usage="Errors of setting properties." type="Messages">
  33. <string name="PROP_NOT_FOUND" errorCode="3000">The requested property <param type="integer" index="1"/> was not found in the widget.</string>
  34. </section>
  35. </component>
  36. </stringTable>