1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: pdfe
- (C) Copyright IBM Corp. 2007, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- COPYRIGHT_DATA {'RELEASE': ['danube', '2007', '2009', 'colorado_wave1'], 'VISIBLE': 'YES', 'COMPONENT': 'pdfe'}-->
- <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
- <component name="PDF">
- <section name="ALL">
- <string name="UNKNOWN_EXCEPTION" errorCode="0000">An unknown error occurred.</string>
- <string name="NOT_IMPLEMENTED" errorCode="0001">Unable to implement method <param type="string" index="1"/>.</string>
- <string name="BAD_PARM" errorCode="0002">The data type parameter '<param type="string" index="1"/>'is not valid. </string>
- <string name="BAD_CRC" errorCode="0003">The cyclic redundancy check '<param type="string" index="1"/>' is not valid.</string>
- <string name="CAN_NOT_CREATE_CONVERTER" errorCode="0004">Unable to create a converter.</string>
- <string name="PREREQUISITE_METHOD_NEEDED" errorCode="0005">Prerequisite method'<param type="string" index="1"/>'needs to be called. </string>
- <string name="METHOD_ALREADY_CALLED" errorCode="0006">Method '<param type="string" index="1"/>'has already benn called. </string>
- <string name="BAD_PARM_TO_METHOD" errorCode="0007">Bad parameter passed to method ('<param type="string" index="1"/>'). </string>
- <string name="ENCRYPT_OPERATION_FAILED" errorCode="0008">The encrypt operation for PDF output failed.</string>
- </section>
- <section name="IO">
- <string name="TEMP_FILE_READ_FAILED" errorCode="0050">The Read operation for the PDF temporary file failed.</string>
- <string name="OUTPUT_FILE_READ_FAILED" errorCode="0051"> The Read operation for the PDF output file failed.</string>
- <string name="TEMP_FILE_WRITE_FAILED" errorCode="0052">The Write operation for the PDF temporary file failed.</string>
- <string name="OUTPUT_FILE_WRITE_FAILED" errorCode="0053">The Write operation for the PDF output file failed.</string>
- <string name="TEMP_FILE_SEEK_FAILED" errorCode="0054">The Search operation for the PDF temporary file failed.</string>
- <string name="OUTPUT_FILE_SEEK_FAILED" errorCode="0055">The Search operation for the PDF output file failed.</string>
- </section>
- <section name="RES">
- <string name="NULL" errorCode="0100">NULL is not a valid resource.</string>
- <string name="UNKNOWN" errorCode="0101">The resource type '<param type="string" index="1"/>' is unknown.</string>
- </section>
- <section name="OBJ">
- <string name="CONTENT_DONE" errorCode="0150">The method cannot be called. The content of the object is in a done state.</string>
- <string name="CONTENT_NOT_DONE" errorCode="0151">The method cannot be called. The content of the object must be in a done state.</string>
- <string name="PAGE_BAD_ROTATE_VALUE" errorCode="0152">The Rotate value must be a multiple of 90.</string>
- <string name="IMAGE_NOT_SUPPORTED" errorCode="0153">The image format is not supported.</string>
- <string name="BAD_RENDERING_INTENT" errorCode="0154">The rendering intent is not valid.</string>
- <string name="BAD_PAINT_TYPE" errorCode="0155">The paint type is not valid.</string>
- <string name="BAD_CLIPPING_TYPE" errorCode="0156">The clipping type is not valid.</string>
- <string name="NOT_COLORED_TILE" errorCode="0157">The tile object passed is not colored.</string>
- <string name="NOT_UNCOLORED_TILE" errorCode="0158">The tile object passed must be uncolored.</string>
- <string name="MUST_SET_PATTERN_TYPE" errorCode="0159">The method cannot be called. The SetPatternType method of the pattern must be called first.</string>
- <string name="PRE_CONDITIONS_NOT_MET" errorCode="0160">The method cannot be called. The preconditions of the object have not been met.</string>
- </section>
- </component>
- </stringTable>
|