mfw_en.xml 6.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: mfw
  5. (C) Copyright IBM Corp. 2003, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP
  7. Schedule Contract with IBM Corp.
  8. -->
  9. <!--
  10. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  11. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  12. -->
  13. <!-- generated by cogmc.py -->
  14. <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">
  15. <component name="MFW">
  16. <section name="UT">
  17. <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>
  18. <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>
  19. <string name="INTERNAL_ERROR" type="String" errorCode="1002">An internal problem has occurred. Please contact your system administrator.</string>
  20. <string name="INTERNAL_ERROR_DETAIL" type="String" errorCode="1003">Details: '<param type="string" index="1"/>'</string>
  21. </section>
  22. <section name="CMN">
  23. <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>
  24. <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>
  25. <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>
  26. <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>
  27. <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>
  28. <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>
  29. <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>
  30. </section>
  31. </component>
  32. <component name="XPH">
  33. <section name="PRS">
  34. <string name="PI_NOT_SUPPORTED" type="String" errorCode="3000">Processing instructions in expressions are not supported.</string>
  35. <string name="AXIS_SPECIFIERS_NOT_SUPPORTED" type="String" errorCode="3001">Axis specifiers in expressions are not supported. </string>
  36. <string name="FUNCTIONS_NOT_SUPPORTED" type="String" errorCode="3002">Functions in expressions are not supported.</string>
  37. <string name="VARIABLES_NOT_SUPPORTED" type="String" errorCode="3003">Variables in expressions are not supported.</string>
  38. <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>
  39. <string name="UNARY_MINUS_NOT_SUPPORTED" type="String" errorCode="3005">Unary minus is not supported in expressions.</string>
  40. <string name="UNION_OPERATOR_NOT_SUPPORTED" type="String" errorCode="3006">The union operator is not supported in expressions.</string>
  41. <string name="COMPLEX_FILTER_EXPRESSIONS_NOT_SUPPORTED" type="String" errorCode="3007">Complex filter expressions are not supported in expressions.</string>
  42. <string name="FAILED_TO_PARSE_EXPRESSION" type="String" errorCode="3009">Failed to parse the given expression.</string>
  43. </section>
  44. <section name="RST">
  45. <string name="UNSUPPORTED_OPERANDS_TO_OR" type="String" errorCode="4000">Incompatible operands for the or operator</string>
  46. <string name="UNSUPPORTED_OPERANDS_TO_AND" type="String" errorCode="4001">Incompatible operands for the and operator</string>
  47. <string name="UNSUPPORTED_OPERANDS_TO_GREATERTHAN" type="String" errorCode="4002">Incompatible operands for the greater than operator</string>
  48. <string name="UNSUPPORTED_OPERANDS_TO_GREATERTHANEQUAL" type="String" errorCode="4003">Incompatible operands for the greater than or equal operator</string>
  49. <string name="UNSUPPORTED_OPERANDS_TO_LESSTHAN" type="String" errorCode="4004">Incompatible operands for the less than operator</string>
  50. <string name="UNSUPPORTED_OPERANDS_TO_LESSTHANEQUAL" type="String" errorCode="4005">Incompatible operands for the less than or equal operator</string>
  51. <string name="UNSUPPORTED_OPERANDS_TO_EQUAL" type="String" errorCode="4006">Incompatible operands for the equal operator</string>
  52. <string name="UNSUPPORTED_OPERANDS_TO_NOTEQUAL" type="String" errorCode="4007">Incompatible operands for the not equal operator</string>
  53. <string name="UNSUPPORTED_OPERANDS_TO_PLUS" type="String" errorCode="4008">Incompatible operands for the plus operator</string>
  54. <string name="UNSUPPORTED_OPERANDS_TO_MINUS" type="String" errorCode="4009">Incompatible operands for the minus operator</string>
  55. <string name="UNSUPPORTED_OPERANDS_TO_DIV" type="String" errorCode="4010">Incompatible operands for the divide operator</string>
  56. <string name="UNSUPPORTED_OPERANDS_TO_MULT" type="String" errorCode="4011">Incompatible operands for the multiply operator</string>
  57. <string name="UNSUPPORTED_OPERANDS_TO_MOD" type="String" errorCode="4012">Incompatible operands for the modulus operator</string>
  58. </section>
  59. </component>
  60. </stringTable>