pdfe_msgs_en.xml 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. 2007, 2014
  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': ['danube', '2007', '2009', 'colorado_wave1'], '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="PDF">
  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="BAD_CRC" errorCode="0003">The cyclic redundancy check '<param type="string" index="1"/>' is not valid.</string>
  18. <string name="CAN_NOT_CREATE_CONVERTER" errorCode="0004">Unable to create a converter.</string>
  19. <string name="PREREQUISITE_METHOD_NEEDED" errorCode="0005">Prerequisite method'<param type="string" index="1"/>'needs to be called. </string>
  20. <string name="METHOD_ALREADY_CALLED" errorCode="0006">Method '<param type="string" index="1"/>'has already benn called. </string>
  21. <string name="BAD_PARM_TO_METHOD" errorCode="0007">Bad parameter passed to method ('<param type="string" index="1"/>'). </string>
  22. <string name="ENCRYPT_OPERATION_FAILED" errorCode="0008">The encrypt operation for PDF output failed.</string>
  23. </section>
  24. <section name="IO">
  25. <string name="TEMP_FILE_READ_FAILED" errorCode="0050">The Read operation for the PDF temporary file failed.</string>
  26. <string name="OUTPUT_FILE_READ_FAILED" errorCode="0051"> The Read operation for the PDF output file failed.</string>
  27. <string name="TEMP_FILE_WRITE_FAILED" errorCode="0052">The Write operation for the PDF temporary file failed.</string>
  28. <string name="OUTPUT_FILE_WRITE_FAILED" errorCode="0053">The Write operation for the PDF output file failed.</string>
  29. <string name="TEMP_FILE_SEEK_FAILED" errorCode="0054">The Search operation for the PDF temporary file failed.</string>
  30. <string name="OUTPUT_FILE_SEEK_FAILED" errorCode="0055">The Search operation for the PDF output file failed.</string>
  31. </section>
  32. <section name="RES">
  33. <string name="NULL" errorCode="0100">NULL is not a valid resource.</string>
  34. <string name="UNKNOWN" errorCode="0101">The resource type '<param type="string" index="1"/>' is unknown.</string>
  35. </section>
  36. <section name="OBJ">
  37. <string name="CONTENT_DONE" errorCode="0150">The method cannot be called. The content of the object is in a done state.</string>
  38. <string name="CONTENT_NOT_DONE" errorCode="0151">The method cannot be called. The content of the object must be in a done state.</string>
  39. <string name="PAGE_BAD_ROTATE_VALUE" errorCode="0152">The Rotate value must be a multiple of 90.</string>
  40. <string name="IMAGE_NOT_SUPPORTED" errorCode="0153">The image format is not supported.</string>
  41. <string name="BAD_RENDERING_INTENT" errorCode="0154">The rendering intent is not valid.</string>
  42. <string name="BAD_PAINT_TYPE" errorCode="0155">The paint type is not valid.</string>
  43. <string name="BAD_CLIPPING_TYPE" errorCode="0156">The clipping type is not valid.</string>
  44. <string name="NOT_COLORED_TILE" errorCode="0157">The tile object passed is not colored.</string>
  45. <string name="NOT_UNCOLORED_TILE" errorCode="0158">The tile object passed must be uncolored.</string>
  46. <string name="MUST_SET_PATTERN_TYPE" errorCode="0159">The method cannot be called. The SetPatternType method of the pattern must be called first.</string>
  47. <string name="PRE_CONDITIONS_NOT_MET" errorCode="0160">The method cannot be called. The preconditions of the object have not been met.</string>
  48. </section>
  49. </component>
  50. </stringTable>