123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: pdfe
- (C) Copyright IBM Corp. 2010, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- COPYRIGHT_DATA {'RELEASE': ['colorado_rp1'], '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="PS">
- <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="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>
- </section>
- <section name="IO">
- <string name="TEMP_FILE_READ_FAILED" errorCode="0050">The Read operation for the PS temporary file failed.</string>
- <string name="OUTPUT_FILE_READ_FAILED" errorCode="0051"> The Read operation for the PS output file failed.</string>
- <string name="TEMP_FILE_WRITE_FAILED" errorCode="0052">The Write operation for the PS temporary file failed.</string>
- <string name="OUTPUT_FILE_WRITE_FAILED" errorCode="0053">The Write operation for the PS output file failed.</string>
- <string name="TEMP_FILE_SEEK_FAILED" errorCode="0054">The Search operation for the PS temporary file failed.</string>
- <string name="OUTPUT_FILE_SEEK_FAILED" errorCode="0055">The Search operation for the PS 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="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="PRE_CONDITIONS_NOT_MET" errorCode="0160">The method cannot be called. The preconditions of the object have not been met.</string>
- </section>
- </component>
- </stringTable>
|