1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- IBM Cognos Products: mfw
-
- (C) Copyright IBM Corp. 2003, 2010
-
- 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 usage="Message source for CCLMessageFramework" localization="Product Locale" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="MFW">
- <section name="UT">
- <string name="CONFIG_FILE_NOTFOUND" type="String" errorCode="1000">The configuration information is missing. Please check your configuration directory to ensure file '<param type="string" index="1"/>' exists and is valid.</string>
- <string name="CONFIG_INFO_NOTFOUND" type="String" errorCode="1001">The configuration information for metadata source type '<param type="string" index="1"/>' was not found. Please check configuration file ('<param type="string" index="2"/>').</string>
- <string name="INTERNAL_ERROR" type="String" errorCode="1002">An internal problem has occurred. Please contact your system administrator.</string>
- <string name="INTERNAL_ERROR_DETAIL" type="String" errorCode="1003">Details: '<param type="string" index="1"/>'</string>
- </section>
- <section name="CMN">
- <string name="MODEL_INAVLID_INDEX_PROP" type="String" errorCode="2000">The property '<param type="string" index="1"/>' is not defined as a stand-alone property. Therefore, it cannot be indexed.</string>
- <string name="INVALID_DESCENT_EXPRESSION" type="String" errorCode="2001">The expression '<param type="string" index="1"/>' contains a descendant expression that is not valid.</string>
- <string name="COMPLEX_STEP_PATTERNS_NOT_SUPPORTED" type="String" errorCode="2002">Complex step patterns for querying are not supported in expression '<param type="string" index="1"/>'.</string>
- <string name="MULTIPLE_PREDICATES_NOT_SUPPORTED" type="String" errorCode="2003">Multiple predicates for querying are not supported in expression '<param type="string" index="1"/>'.</string>
- <string name="PREDICATE_VALUE_NOT_SUPPORTED" type="String" errorCode="2004">Evaluation of the predicate must result in a boolean or integer value in expression '<param type="string" index="1"/>'.</string>
- <string name="NODE_HAS_NO_PARENT" type="String" errorCode="2005">The expression '<param type="string" index="1"/>' contains an abbreviated parent step. However, the context node has no parent.</string>
- <string name="MODEL_INAVLID_ENUM_PROP" type="String" errorCode="2006">The value '<param type="string" index="1"/>' set for the property '<param type="string" index="2"/>' is invalid.</string>
- </section>
- </component>
- <component name="XPH">
- <section name="PRS">
- <string name="PI_NOT_SUPPORTED" type="String" errorCode="3000">Processing instructions in expressions are not supported.</string>
- <string name="AXIS_SPECIFIERS_NOT_SUPPORTED" type="String" errorCode="3001">Axis specifiers in expressions are not supported. </string>
- <string name="FUNCTIONS_NOT_SUPPORTED" type="String" errorCode="3002">Functions in expressions are not supported.</string>
- <string name="VARIABLES_NOT_SUPPORTED" type="String" errorCode="3003">Variables in expressions are not supported.</string>
- <string name="RESERVED_AXIS_SPECIFIER_NOT_SUPPORTED" type="String" errorCode="3004">The reserved keyword '<param type="string" index="1"/>' is not supported in expressions.</string>
- <string name="UNARY_MINUS_NOT_SUPPORTED" type="String" errorCode="3005">Unary minus is not supported in expressions.</string>
- <string name="UNION_OPERATOR_NOT_SUPPORTED" type="String" errorCode="3006">The union operator is not supported in expressions.</string>
- <string name="COMPLEX_FILTER_EXPRESSIONS_NOT_SUPPORTED" type="String" errorCode="3007">Complex filter expressions are not supported in expressions.</string>
- <string name="FAILED_TO_PARSE_EXPRESSION" type="String" errorCode="3009">Failed to parse the given expression.</string>
- </section>
- <section name="RST">
- <string name="UNSUPPORTED_OPERANDS_TO_OR" type="String" errorCode="4000">Incompatible operands for the or operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_AND" type="String" errorCode="4001">Incompatible operands for the and operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_GREATERTHAN" type="String" errorCode="4002">Incompatible operands for the greater than operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_GREATERTHANEQUAL" type="String" errorCode="4003">Incompatible operands for the greater than or equal operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_LESSTHAN" type="String" errorCode="4004">Incompatible operands for the less than operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_LESSTHANEQUAL" type="String" errorCode="4005">Incompatible operands for the less than or equal operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_EQUAL" type="String" errorCode="4006">Incompatible operands for the equal operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_NOTEQUAL" type="String" errorCode="4007">Incompatible operands for the not equal operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_PLUS" type="String" errorCode="4008">Incompatible operands for the plus operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_MINUS" type="String" errorCode="4009">Incompatible operands for the minus operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_DIV" type="String" errorCode="4010">Incompatible operands for the divide operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_MULT" type="String" errorCode="4011">Incompatible operands for the multiply operator</string>
- <string name="UNSUPPORTED_OPERANDS_TO_MOD" type="String" errorCode="4012">Incompatible operands for the modulus operator</string>
- </section>
- </component>
- </stringTable>
|