pse_msgs_en.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: pdfe
  5. (C) Copyright IBM Corp. 2010, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!-- COPYRIGHT_DATA {'RELEASE': ['colorado_rp1'], 'VISIBLE': 'YES', 'COMPONENT': 'pdfe'}-->
  10. <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
  11. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
  12. <component name="PS">
  13. <section name="ALL">
  14. <string name="UNKNOWN_EXCEPTION" errorCode="0000">An unknown error occurred.</string>
  15. <string name="NOT_IMPLEMENTED" errorCode="0001">Unable to implement method <param type="string" index="1"/>.</string>
  16. <string name="BAD_PARM" errorCode="0002">The data type parameter '<param type="string" index="1"/>'is not valid. </string>
  17. <string name="CAN_NOT_CREATE_CONVERTER" errorCode="0004">Unable to create a converter.</string>
  18. <string name="PREREQUISITE_METHOD_NEEDED" errorCode="0005">Prerequisite method'<param type="string" index="1"/>'needs to be called. </string>
  19. <string name="METHOD_ALREADY_CALLED" errorCode="0006">Method '<param type="string" index="1"/>'has already benn called. </string>
  20. <string name="BAD_PARM_TO_METHOD" errorCode="0007">Bad parameter passed to method ('<param type="string" index="1"/>'). </string>
  21. </section>
  22. <section name="IO">
  23. <string name="TEMP_FILE_READ_FAILED" errorCode="0050">The Read operation for the PS temporary file failed.</string>
  24. <string name="OUTPUT_FILE_READ_FAILED" errorCode="0051"> The Read operation for the PS output file failed.</string>
  25. <string name="TEMP_FILE_WRITE_FAILED" errorCode="0052">The Write operation for the PS temporary file failed.</string>
  26. <string name="OUTPUT_FILE_WRITE_FAILED" errorCode="0053">The Write operation for the PS output file failed.</string>
  27. <string name="TEMP_FILE_SEEK_FAILED" errorCode="0054">The Search operation for the PS temporary file failed.</string>
  28. <string name="OUTPUT_FILE_SEEK_FAILED" errorCode="0055">The Search operation for the PS output file failed.</string>
  29. </section>
  30. <section name="RES">
  31. <string name="NULL" errorCode="0100">NULL is not a valid resource.</string>
  32. <string name="UNKNOWN" errorCode="0101">The resource type '<param type="string" index="1"/>' is unknown.</string>
  33. </section>
  34. <section name="OBJ">
  35. <string name="CONTENT_DONE" errorCode="0150">The method cannot be called. The content of the object is in a done state.</string>
  36. <string name="CONTENT_NOT_DONE" errorCode="0151">The method cannot be called. The content of the object must be in a done state.</string>
  37. <string name="PAGE_BAD_ROTATE_VALUE" errorCode="0152">The Rotate value must be a multiple of 90.</string>
  38. <string name="BAD_PAINT_TYPE" errorCode="0155">The paint type is not valid.</string>
  39. <string name="BAD_CLIPPING_TYPE" errorCode="0156">The clipping type is not valid.</string>
  40. <string name="NOT_COLORED_TILE" errorCode="0157">The tile object passed is not colored.</string>
  41. <string name="NOT_UNCOLORED_TILE" errorCode="0158">The tile object passed must be uncolored.</string>
  42. <string name="PRE_CONDITIONS_NOT_MET" errorCode="0160">The method cannot be called. The preconditions of the object have not been met.</string>
  43. </section>
  44. </component>
  45. </stringTable>