utmsgs_en.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: QECL
  5. (C) Copyright IBM Corp. 2005, 2012
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!-- generated by cogmc.py -->
  9. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
  10. <component name="UT">
  11. <section name="DEF">
  12. <string name="kStringErrorSubstitutionParameterLoop" errorCode="0014">Unable to substitute parameters. The message substitution parameters form a reference loop. Parameter substitution was halted: <param type="string" index="1"/>
  13. </string>
  14. <string name="kStringErrorStaleAutoPtr" errorCode="0015">DEBUG: Unable to de-reference a UTAutoPtr object that does not have ownership of the embedded pointer.</string>
  15. <string name="kStringErrorVOVNullPointer" errorCode="0016">DEBUG: VerifyObjectValidity() was passed a NULL object pointer.</string>
  16. <string name="kStringErrorVOVObjectUnaddressable" errorCode="0017">DEBUG: VerifyObjectValidity() was passed an invalid object address.</string>
  17. <string name="kStringErrorVOVVTableUnaddressable" errorCode="0018">DEBUG: VerifyObjectValidity() was passed an object with an invalid vtable address.</string>
  18. <string name="kStringErrorBlackboardDataKeyNotFound" errorCode="0019">The data associated with the specified key <param type="string" index="1"/> is not on the blackboard.</string>
  19. <string name="kStringErrorCouldNotSetConfigurationValue" errorCode="0020">Unable to set the configuration value (<param type="string" index="1"/>, <param type="string" index="2"/>) to <param type="string" index="3"/>.</string>
  20. <string name="kStringErrorCouldNotDeleteConfigurationSection" errorCode="0021">Unable to delete the configuration section (<param type="string" index="1"/>). </string>
  21. <string name="kStringErrorCouldNotDeleteConfigurationEntry" errorCode="0022">Unable to delete the configuration entry (<param type="string" index="1"/>,<param type="string" index="2"/>).</string>
  22. <string name="kStringErrorCouldNotObtainConfigurationProfileKey" errorCode="0023">Unable to find or create the configuration profile (<param type="string" index="1"/>/<param type="string" index="2"/>).</string>
  23. <string name="kStringErrorCouldNotObtainConfigurationSectionKey" errorCode="0024">Unable to find or create the configuration section (<param type="string" index="1"/>).</string>
  24. <string name="kStringExceptionUserCancelled" errorCode="0025">The operation was cancelled by the user.</string>
  25. <string name="kStringLogException" errorCode="0026">Exception: <param type="string" index="1"/>
  26. </string>
  27. <string name="kStringErrorLogFileOpenFailed" errorCode="0027">Unable to instantiate the log file '<param type="string" index="1"/>'.</string>
  28. <string name="kStringErrorLogFileWriteFailed" errorCode="0028">Unable to write to the log file '<param type="string" index="1"/>'.</string>
  29. <string name="kStringErrorLogFileSetLineCountLimitInvalidValue" errorCode="0029">
  30. <param type="string" index="1"/> is an invalid value for the line count per log file setting. Choose another number between <param type="string" index="2"/> and <param type="string" index="3"/>.</string>
  31. <string name="kStringErrorLogFileSetFileCountLimitInvalidValue" errorCode="0030">
  32. <param type="string" index="1"/> is an invalid value for the log file count setting. Choose another number between <param type="string" index="2"/> and <param type="string" index="3"/>.</string>
  33. <string name="kStringErrorLogFileSetLogFileNameInvalidValue" errorCode="0031">Unable to access the path <param type="string" index="1"/>. </string>
  34. <string name="kStringErrorFileSupportErrorOccurred" errorCode="0032">A file system error has occurred <param type="string" index="1"/>.</string>
  35. <string name="kStringLogExceptionAdditionalInformation" errorCode="0033">Additional information: <param type="string" index="1"/>
  36. </string>
  37. <string name="kStringErrorMutexErrorOccurred" errorCode="0034">A mutex (mutual exclusion object) error '<param type="string" index="1"/>' has occurred.</string>
  38. <string name="kStringErrorComponentInitialize" errorCode="0035">An error <param type="string" index="1"/> occurred when component '<param type="string" index="2"/>' tried to initialize component '<param type="string" index="3"/>'.</string>
  39. <string name="kStringErrorComponentTerminate" errorCode="0036">An error <param type="string" index="1"/> occurred when component '<param type="string" index="2"/>' tried to terminate component '<param type="string" index="3"/>'.</string>
  40. <string name="kStringErrorPtrOutOfRange" errorCode="0037">azs_offset: pointer out of range.</string>
  41. <string name="kStringErrorBadAzsOffset" errorCode="0038">azs_offset offset calculated as 0.</string>
  42. <string name="kStringZBStoreStringNotSupported" errorCode="0039">Unable to save. The string type is not supported.</string>
  43. <string name="kStringErrorInvalidAzsXStringSubscript" errorCode="0040">azs_xstring: invalid subscript.</string>
  44. <string name="kStringErrorSetProperty3" errorCode="0041">Unable to set the property for class (<param type="string" index="1"/>) property (<param type="string" index="2"/>). Specified type (<param type="string" index="3"/>). Verify the metadata definition in classd.csv file.</string>
  45. <string name="kStringErrorSetProperty4" errorCode="0042">Unable to set the property for class (<param type="string" index="1"/>) for interface (<param type="string" index="2"/>) and property (<param type="string" index="3"/>). Specified type (<param type="string" index="4"/>). Verify the metadata definition in classd.csv file.</string>
  46. <string name="kStringErrorGetProperty3" errorCode="0043">Unable to get the property for class (<param type="string" index="1"/>) property (<param type="string" index="2"/>). Specified type (<param type="string" index="3"/>). Verify the metadata definition in classd.csv file.</string>
  47. <string name="kStringErrorGetProperty4" errorCode="0044">Unable to get the property for class (<param type="string" index="1"/>) for interface (<param type="string" index="2"/>) and property (<param type="string" index="3"/>). Specified type (<param type="string" index="4"/>). Verify the metadata definition in classd.csv file.</string>
  48. <string name="kStringErrorFrozenClass" errorCode="0045">Unable to add a member. The class is frozen. azb_Class::AddMember failed.</string>
  49. <string name="kStringErrorIncompatibleDBVersion" errorCode="0046">azb_Database: Incompatible database version.</string>
  50. <string name="kStringErrorDBOpenMode" errorCode="0048">azb_Database::Open () wrong open mode.</string>
  51. <string name="kStringErrorInvalidClass" errorCode="0049">Unable to build the index. The azb_Database::BuildIndex - class is invalid. .</string>
  52. <string name="kStringErrorInvalidMemberNumber" errorCode="0050">Unable to build the index. The member number azb_Database::BuildIndex - is invalid. </string>
  53. <string name="kStringErrorDuplicateMemberNumber" errorCode="0051">The azs_Class::AddMember is a duplicate: <param type="string" index="1"/> in class: <param type="string" index="2"/> member: <param type="string" index="3"/>.</string>
  54. <string name="kStringErrorInterfaceIdGT0" errorCode="0052">The azs_Class::AddMember - interfaceId: <param type="string" index="1"/> in class <param type="string" index="2"/> must be &gt;= 0.</string>
  55. <string name="kStringErrorPropIndexRange" errorCode="0053">The azs_Class::AddMember - propIndex: <param type="string" index="1"/> in class <param type="string" index="2"/> must be &gt;= 0 and &lt;= 65535.</string>
  56. <string name="kStringErrorDuplicatePropId" errorCode="0054">The azs_Class::AddMember - duplicate property iid: is a duplicate: <param type="string" index="1"/> pi: <param type="string" index="2"/> in class: <param type="string" index="3"/> member: <param type="string" index="4"/>.</string>
  57. <string name="kStringErrorPairNotAllowed" errorCode="0055">The azs_Class::AddMember - pair is allowed only for Int datatype: in class: <param type="string" index="1"/> member: <param type="string" index="2"/>.</string>
  58. <string name="kStringErrorMemberNumberLimit" errorCode="0056">Unable to add the member. The number of members exceeds 255. </string>
  59. <string name="kStringErrorNoDatatypeMatch" errorCode="0057">azs_Class::Freeze - no matching datatype.</string>
  60. <string name="kStringErrorOrdinalRange" errorCode="0058">The azs_ClassProperty::GetOrdinal - ordinal is out of the range.</string>
  61. <string name="kStringErrorStringIndexType" errorCode="0059">The azs_ClassProperty::SetIndex - stringIndex can be defined only for members of the type string.</string>
  62. <string name="kStringErrorSetIndexType" errorCode="0060">The azs_ClassProperty::SetIndex - intIndex can be defined only for members of the type int.</string>
  63. <string name="kStringErrorNullProperty" errorCode="0061">Unable to change the azs_Object::AddToObjectList - property because it is NULL.</string>
  64. <string name="kStringErrorNullProperty2" errorCode="0062">Unable to change the azs_Object::SetObjectRef - property because it is NULL.</string>
  65. <string name="kStringErrorNoSuchProperty" errorCode="0063">The azs_Object::SetParentReference - property does not exist in the parent.</string>
  66. <string name="kStringErrorSetPropertyNull" errorCode="0064">Unable to change the azs_Object::SetProperty (zstring) property because it is NULL.</string>
  67. <string name="kStringErrorMetadataFileOpen" errorCode="0065">Unable to open the metadata definition file (<param type="string" index="1"/>).</string>
  68. <string name="kStringErrorMetadataFileRead" errorCode="0066">There was an error reading the metadata definition file (<param type="string" index="1"/>). Invalid version (<param type="string" index="2"/>).</string>
  69. <string name="kStringErrorMetadataFileRead1" errorCode="0067">There is an error on line (<param type="string" index="1"/>). 4 fields expected to define the class.</string>
  70. <string name="kStringErrorDuplicateClass" errorCode="0068">There is an error on line (<param type="string" index="1"/>) The class is already defined.</string>
  71. <string name="kStringErrorNumFields" errorCode="0069">There is an error on line (<param type="string" index="1"/>). 8 fields expected to define the property.</string>
  72. <string name="kStringErrorDatatypeRead" errorCode="0070">There is an error on line (<param type="string" index="1"/>). The datatype: <param type="string" index="2"/> is invalid.</string>
  73. <string name="kStringErrorSlotRange" errorCode="0071">There is an error on line (<param type="string" index="1"/>). The slotNumber <param type="string" index="2"/> is not in the range 1..255.</string>
  74. <string name="kStringErrorPairWithInt" errorCode="0072">There is an error in line (<param type="string" index="1"/>). Tthe pair option is allowed only for Int datatype.</string>
  75. <string name="kStringErrorDuplicateRelationship" errorCode="0073">There is an error in line (<param type="string" index="1"/>). The relationship is already defined.</string>
  76. <string name="kStringErrorIncompleteWrite" errorCode="0074">Unable to complete the write operation. The error number is <param type="string" index="1"/>.</string>
  77. <string name="kStringErrorNoBidTag" errorCode="0075">Unable to find &lt;bid&gt; tag in the first 10 bytes of the object definition.</string>
  78. <string name="kStringErrorNoEndBidTag" errorCode="0076">Unable to find &lt;/bid&gt; tag in the object definition.</string>
  79. <string name="kStringErrorNoSeparator" errorCode="0077">Unable to find : separator between classNumber and sequence Number.</string>
  80. <string name="kStringErrorNoCnObj" errorCode="0078">Unable to find the parent class definition in the object marked with &lt;cn&gt; &lt;/cn&gt;.</string>
  81. <string name="kStringErrorNoPropSpec" errorCode="0079">There is an error in the property specification &lt;prop&gt; &lt;/prop&gt;.</string>
  82. <string name="kStringErrorNoPropVal" errorCode="0080">There is an error in the property, no property value &lt;pval&gt;.</string>
  83. <string name="kStringErrorNoPVal" errorCode="0081">Unable to find the property value &lt;pval&gt;, &lt;/pval&gt;.</string>
  84. <string name="kStringErrorNoPProp" errorCode="0082">There is an error in the property pair specification &lt;pprop&gt; &lt;/pprop&gt;.</string>
  85. <string name="kStringErrorNoPairPropVal" errorCode="0083">There is an error in the property pair, no property value &lt;pval&gt;.</string>
  86. <string name="kStringErrorNoPairPropPVal" errorCode="0084">Unable to find the property pair value &lt;pval&gt;, &lt;/pval&gt;.</string>
  87. <string name="kStringErrorNoPairSep" errorCode="0085">Unable to find the separater in the property pair.</string>
  88. <string name="kStringErrorNoRelTag" errorCode="0086">Unable to find &lt;rel&gt; tag in the first 10 bytes of the relationship definition.</string>
  89. <string name="kStringErrorNoPropTag" errorCode="0087">Unable to find &lt;prop&gt; tag in the first 20 bytes of the relationship definition.</string>
  90. <string name="kStringErrorNoEndPropTag" errorCode="0088">Unable to find &lt;/prop&gt; tag in the relationship definition.</string>
  91. <string name="kStringErrorNoLeftBidTag" errorCode="0089">Unable to find the left &lt;bid&gt; tag in the relationship definition.</string>
  92. <string name="kStringErrorNoLeftEndBidTag" errorCode="0090">Unable to find the left &lt;/bid&gt; tag in the relationship definition.</string>
  93. <string name="kStringErrorNoClassSep" errorCode="0091">Unable to find : separator between classNumber and sequence Number in the left bid.</string>
  94. <string name="kStringErrorNoRightBidTag" errorCode="0092">Unable to find the right &lt;bid&gt; tag in the relationship definition.</string>
  95. <string name="kStringErrorNoRightBidEndTag" errorCode="0093">Unable to find the right &lt;/bid&gt; tag in the relationship definition.</string>
  96. <string name="kStringErrorNoRightBidSep" errorCode="0094">Unable to find : separator between classNumber and sequence Number in the right bid.</string>
  97. <string name="kStringErrorCreateRelationLeftClass" errorCode="0095">The CreateRelation left class: <param type="string" index="1"/> is not found.</string>
  98. <string name="kStringErrorCreateRelationMember" errorCode="0096">Unable to find the CreateRelation member.</string>
  99. <string name="kStringErrorCreateRelationId" errorCode="0097">Unable to find the CreateRelation Id member.</string>
  100. <string name="kStringErrorNumObjects" errorCode="0098">class: <param type="string" index="1"/> objId: <param type="string" index="2"/> found <param type="string" index="3"/> objects. Expected to find only one object.</string>
  101. <string name="kStringErrorCreateRelationRightClass" errorCode="0099">Unable to find CreateRelation right class: <param type="string" index="1"/> .</string>
  102. <string name="kStringErrorCreateRelationClass" errorCode="0100">Unable to find the CreateRelation class: <param type="string" index="1"/> .</string>
  103. <string name="kStringErrorCreateRelationOwnerId" errorCode="0101">CreateRelation OwnerId member not found.</string>
  104. <string name="kStringErrorBlobChar" errorCode="0102">Unexpected character in blob field.</string>
  105. <string name="kStringErrorRepWrite" errorCode="0103">Unable to write to the repository=<param type="string" index="1"/>. The error number is <param type="string" index="2"/>.</string>
  106. <string name="kStringErrorIncompleteClassDef" errorCode="0104">There is an error on line (<param type="string" index="1"/>). 4 fields expected to define the class.</string>
  107. <string name="kStringErrorIncompletePropDef" errorCode="0105">There is an error on line (<param type="string" index="1"/>). 8 fields expected to define the property.</string>
  108. <string name="kStringErrorUndefinedClass" errorCode="0106">There is an error on line (<param type="string" index="1"/>) Class (<param type="string" index="2"/>). Class is not defined.</string>
  109. <string name="kStringErrorAddRefMember" errorCode="0107">Unable to find the AddReferenceToCollection member.</string>
  110. <string name="kStringLogExceptionFileAndLine" errorCode="0108">Exception: File: <param type="string" index="1"/> Line: <param type="string" index="2"/>
  111. <param type="string" index="3"/>
  112. </string>
  113. <string name="kStringErrorInvalidAzslistSubscript" errorCode="0109">The azs_list(T) subscript is invalid.</string>
  114. <string name="kStringErrorDBOpen" errorCode="0047">Error: <param type="string" index="1"/> occurred while opening runtime model file: '<param type="string" index="2"/>'.</string>
  115. <string name="kStringErrorInvalidSchemaVersion" errorCode="0110">The current version of your package has an internal schema version (<param type="string" index="1"/>) which is no longer supported by this version of the software. Update and republish your package before running your reports.</string>
  116. <string name="kErrorModelFileOpen" errorCode="0111">Unable to open the model file <param type="string" index="1"/>. The error number is <param type="string" index="2"/>.</string>
  117. <string name="kErrorOutOfMemory" errorCode="0112">Out of memory while creating runtime model file.</string>
  118. <string name="kQECLConfigChecksumMismatch" errorCode="0113">QECLConfig Termination Error: checksum mismatch.</string>
  119. <string name="IDS_kErrorCannotOpenLockFile" errorCode="0114">Cannot open lock file: '<param type="string" index="1"/>'. The error message is: '<param type="string" index="2"/>'</string>
  120. <string name="IDS_kErrorCannotCreateLockFile" errorCode="0115">Cannot create lock file: '<param type="string" index="1"/>'. The error message is: '<param type="string" index="2"/>'</string>
  121. <string name="kErrorOverSizeRTMFile" errorCode="0116">The runtime model file size is over limit.</string>
  122. </section>
  123. <section name="res" type="UI">
  124. <string name="kStringLeftBrace" errorCode="0000">[</string>
  125. <string name="kStringRightBrace" errorCode="0001">]</string>
  126. <string name="kStringColon" errorCode="0002">:</string>
  127. <string name="kStringSpace" errorCode="0003"/>
  128. <string name="kStringUTComponent" errorCode="0004">UT</string>
  129. <string name="kStringLogFileDefaultExtension" errorCode="0005">log</string>
  130. <string name="kStringFileNameInvalidCharacters" errorCode="0006">:'&lt;&gt;|*?\/</string>
  131. <string name="kStringSYSComponent" errorCode="0007">SYS</string>
  132. <string name="kStringDirSeparatorWin" errorCode="0008">\</string>
  133. <string name="kStringDirSeparatorUNIX" errorCode="0009">/</string>
  134. <string name="kStringComma" errorCode="0010">,</string>
  135. <string name="kStringQuote" errorCode="0011">kStringQuote '</string>
  136. <string name="kStringTrue" errorCode="0012">true</string>
  137. <string name="kStringFalse" errorCode="0013">false</string>
  138. </section>
  139. </component>
  140. </stringTable>