1234567891011121314151617181920 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclcore
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted
- by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
- <component name="CCL">
- <section name="PLG">
- <string errorCode="0001" name="LOAD_LIBRARY_FAILURE">Failed to load the pluggable shared library.</string>
- <string errorCode="0002" name="UNLOAD_LIBRARY_FAILURE">Failed to unload the pluggable shared library.</string>
- </section>
- </component>
- </stringTable>
|