123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: qs
- (C) Copyright IBM Corp. 2001, 2017
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved. -->
- <!-- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated). -->
- <!-- generated by cogmc.py -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../CCL/CCLCore/Resources/CCLMessageFile.xsd" localization="Product Locale" usage="Message source for CCLMessageFramework">
- <component name="RSV">
- <section name="CMD" type="Messages">
- <string name="FILTER_FAILED" type="String" errorCode="0003">Unable to filter on the selected column.</string>
- <string name="SUMMARIZE_FAILED" type="String" errorCode="0005">Unable to summarize the selected column.</string>
- <string name="BEFORE_COL_NOT_FOUND" type="String" errorCode="0006">Unable to find the column before which to insert.</string>
- <string name="COMMAND_NOT_SUPPORTED" type="String" errorCode="0012">The command '<param type="string" index="1"/>' is not supported.</string>
- <string name="NEW_REPORT_MUST_HAVE_MAJOR_MINOR_VERSION" type="String" errorCode="0021">You cannot open this report because it was created with a previous version of the application. You must first upgrade the report.</string>
- </section>
- <section name="SRV" type="Messages">
- <string name="REPORT_NO_LONGER_SUPPORTED" type="String" errorCode="0039">Unable to open this report. It was created by a version of the product prior to 1.0. This version of the product can only open reports created with version 1.0 or later.</string>
- </section>
- <section name="CM" type="Messages" usage="This section contains messages used by the WPContentMgr component of the Report Server.">
- <string name="NO_OBJECT_RETURNED_BY_CM" type="String" errorCode="0005">Content Manager did not return an object for the requested search path '<param type="string" index="1"/>'.</string>
- </section>
- </component>
- </stringTable>
|