cclibjmsgs_en.xml 1.8 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cclutils
  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. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
  9. <component name="IBJ">
  10. <section name="ANY">
  11. <string name="NOT_IMPLEMENTED" errorCode="0000">This method is not present in the current implementation.</string>
  12. <string name="WRAPPED_STREAM_ERROR" errorCode="0001">The wrapped stream reported an error: '<param type="string" index="1"/>'</string>
  13. <string name="BAD_EOF" errorCode="0002">The input is unexpectedly short.</string>
  14. <string name="UNKNOWN" errorCode="0003">An unknown error occurred while reading the input stream.</string>
  15. <string name="OPEN_FAIL" errorCode="0004">The program could not open the input file '<param type="string" index="1"/>', reason: '<param type="string" index="2"/>'</string>
  16. <string name="READ_FAIL" errorCode="0005">A read operation failed for the input file '<param type="string" index="1"/>', reason: '<param type="string" index="2"/>'</string>
  17. </section>
  18. <section name="GZP">
  19. <string name="NOT_GZIP" errorCode="0100">The input is not in gzip format (bad magic number).</string>
  20. <string name="BAD_METHOD" errorCode="0101">The input uses an unsupported gzip compression method.</string>
  21. <string name="BAD_CRC" errorCode="0102">The gzip inflater encountered a CRC error.</string>
  22. <string name="BAD_ISIZE" errorCode="0103">The gzip inflater encountered an input size error.</string>
  23. </section>
  24. </component>
  25. </stringTable>