cpsstringsmsgs_en.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
  13. <component name="CPS" usage="Cognos Portal Services common (standalone component)">
  14. <section name="RES" usage="CPS error messages generated by repository api." type="Messages">
  15. <string id="protocol.repositoryconnectionFailed" type="String" errorCode="5000">A connection to the repository could not be made. Details: "<param name="0" type="string" usage="error message"/>".</string>
  16. <string id="protocol.repositoryInstructionInitFailed" type="String" errorCode="5001">Failed to initialize repository instruction.</string>
  17. <string id="protocol.repositoryInstructionReadFailed" type="String" errorCode="5002">Failed to read repository instruction.</string>
  18. <string id="protocol.repositoryqueryObjectsFailed" type="String" errorCode="5003">Failed to read repository results.</string>
  19. <string id="protocol.repositoryExecutionFailed" type="String" errorCode="5004">Failed to execute repository request. Details: "<param name="0" type="string" usage="error message"/>".</string>
  20. <string id="protocol.repositoryconnectionInvalidDate" type="String" errorCode="5005">Query parameter named: "<param name="0" type="string" usage="identifier"/>" had an invalid date value: "<param name="1" type="string" usage="identifier"/>".</string>
  21. <string id="protocol.repositoryFailedLoadResource" type="String" errorCode="5006">Failed to retrieve resource with path: "<param name="0" type="string" usage="identifier"/>".</string>
  22. <string id="protocol.repositoryFailedGetDataSource" type="String" errorCode="5007">Failed to retrieve datasource information. Content Manager returned an error. Details: "<param name="0" type="string" usage="error message"/>".</string>
  23. <string id="protocol.repositoryFailedGetDataSourceCredentialFailed" type="String" errorCode="5008">Failed to retrieve datasource information. Client error. Your credentials are not valid.</string>
  24. <string id="protocol.repositoryFailedGetDataSourceGeneralError" type="String" errorCode="5009">Failed to retrieve datasource information.</string>
  25. <string id="protocol.repositoryFailedGetDataSourceParseError" type="String" errorCode="5010">Parse error occured while reading the error information. Details: "<param name="0" type="string" usage="error message"/>" </string>
  26. </section>
  27. <section name="ATO" usage="CPS error messages generated by atom feed." type="Messages">
  28. <string id="atomfeed.transform.json" type="String" errorCode="5500">Failed to transform atom feed to JSON format.</string>
  29. <string id="atomfeed.buildresponse.failed" type="String" errorCode="5501">Failed to build an atom response.</string>
  30. <string id="atomfeed.request.failed" type="String" errorCode="5502">Failed to process an atom request.</string>
  31. <string id="atomfeed.request.parseerror" type="String" errorCode="5503">Error encounterred parsing the atom request</string>
  32. <string id="atomfeed.request.parseerror.goto" type="String" errorCode="5504">The from value cannot be greater than the to value</string>
  33. <string id="atomfeed.request.insufficient.capability" type="String" errorCode="5505">You do not have sufficient privileges to view archived outputs.</string>
  34. </section>
  35. <section name="WRP" usage="CPS error messages generated by WSRP package." type="Messages">
  36. <string id="cps.wsrp.consumer.rewriteioerror" type="String" errorCode="4000">The WSRP consumer URL rewriter is unable to process the result because of an Input/Output error.</string>
  37. </section>
  38. <section name="TRS" usage="CPS error messages generated by the CPS XTS Transform instructions." type="Messages">
  39. <string id="cps.transform.missingparam" type="String" errorCode="4100">The "<param name="0" type="string" usage="identifier"/>" transform instruction is missing the parameter "<param name="1" type="string" usage="attribute name"/>".</string>
  40. <string id="cps.transform.urlrewritefailed" type="String" errorCode="4101">The "<param name="0" type="string" usage="identifier"/>" transform instruction is unable perform the URL rewriting on the specified content.</string>
  41. <string id="cps.transform.openfilefailed" type="String" errorCode="4102">The "<param name="0" type="string" usage="identifier"/>" transform instruction is unable to open the file "<param name="1" type="string" usage="file name"/>".</string>
  42. <string id="cps.transform.parsefilefailed" type="String" errorCode="4103">The "<param name="0" type="string" usage="identifier"/>" transform instruction is unable to interpret the contents of the file "<param name="1" type="string" usage="file name"/>".</string>
  43. <string id="cps.transform.invalidfilerootelement" type="String" errorCode="4104">The "<param name="0" type="string" usage="identifier"/>" transform instruction is unable to interpret the contents of the file "<param name="1" type="string" usage="id"/>". The root element must be "<param name="2" type="string" usage="element type"/>". "<param name="3" type="string" usage="name"/>" is not valid.</string>
  44. <string id="cps.transform.bodyreadioerror" type="String" errorCode="4105">The "<param name="0" type="string" usage="identifier"/>" transform instruction is unable to read the contents of a Java Reader object.</string>
  45. <string id="cps.transform.classsubstitutionfailed" type="String" errorCode="4106">The "<param name="0" type="string" usage="identifier"/>" transform instruction is unable to perform the CSS class substitution on the specified content. </string>
  46. <string id="cps.transform.parse.error" type="String" errorCode="4107">The "<param name="0" type="string" usage="identifier"/>" transform instruction encountered an error while parsing the content.</string>
  47. <string id="cps.transform.invalid.input" type="String" errorCode="4108">The "<param name="0" type="string" usage="identifier"/>" transform instruction has an undefined input.</string>
  48. <string id="cps.transform.invalid.state" type="String" errorCode="4109">The "<param name="0" type="string" usage="identifier"/>" transform instruction is unable to decode the state.</string>
  49. <string id="cps.transform.writecopyto.error" type="String" errorCode="4110">The "<param name="0" type="string" usage="identifier"/>" transform instruction encountered an input/output exception error while copying the results.</string>
  50. <string id="cps.transform.missing.element" type="String" errorCode="4111">The content of the "<param name="0" type="string" usage="identifier"/>" transform instruction is missing a "<param name="1" type="string" usage="identifier"/>" element.</string>
  51. </section>
  52. <section name="REQ" usage="CPS error messages generated by the FILEWRITE XTS request instructions." type="Messages">
  53. <string id="cps.request.createpathfailed" type="String" errorCode="4200">The "<param name="0" type="string" usage="identifier"/>" request is unable to create a folder path "<param name="1" type="string" usage="folder path"/>".</string>
  54. <string id="cps.request.ioexception" type="String" errorCode="4201">The "<param name="0" type="string" usage="identifier"/>" request encountered an Input/Output exception error when accessing the file "<param type="string" name="1" usage="file path"/>".</string>
  55. </section>
  56. <section name="FNC" usage="CPS error messages for XTS functions" type="Messages">
  57. <string id="cps.function.emptyparameter" type="String" errorCode="4300">The parameter "<param name="0" type="string" usage="parameter identifier"/>" provided for the function "<param name="1" type="string" usage="function identifier"/>" cannot be empty.</string>
  58. </section>
  59. <section name="COM" usage="CPS common error messages" type="Messages">
  60. <string id="cps.common.bodyread.error" type="String" errorCode="4400">The "<param name="0" type="string" usage="identifier"/>" request encountered an Input/Output exception error while reading the request body.</string>
  61. <string id="cps.common.missingparameter.error" type="String" errorCode="4401">The "<param name="0" type="string" usage="identifier"/>" request is missing a "<param name="1" type="string" usage="identifier"/>" parameter.</string>
  62. <string id="cps.common.parse.error" type="String" errorCode="4402">The "<param name="0" type="string" usage="identifier"/>" request encountered an error while parsing the content.</string>
  63. <string id="cps.common.parse.io.error" type="String" errorCode="4403">The "<param name="0" type="string" usage="identifier"/>" request encountered an Input/Output exception error while parsing the content.</string>
  64. <string id="cps.common.parse.sax.error" type="String" errorCode="4404">The "<param name="0" type="string" usage="identifier"/>" request encountered a SAX exception error while parsing the content.</string>
  65. <string id="cps.common.undefinedmethod.error" type="String" errorCode="4405">The "<param name="0" type="string" usage="identifier"/>" request has an undefined method "<param name="1" type="string" usage="method"/>".</string>
  66. <string id="cps.common.writecopyto.error" type="String" errorCode="4406">The request encountered an Input/Output exception error while copying the results.</string>
  67. <string id="cps.common.serialize.io.error" type="String" errorCode="4407">Unable to serialize the object named "<param name="0" type="string" usage="identifer"/>" to an XML buffer.</string>
  68. <string id="cps.common.init.error" type="String" errorCode="4408">The "<param name="0" type="string" usage="identifier"/>" request encountered an error while initializing.</string>
  69. <string id="cps.common.getresource.error" type="String" errorCode="4409">The "<param name="0" type="string" usage="identifier"/>" request encountered an error while reading a resource.</string>
  70. <string id="cps.common.deserializeundefinedobject.error" type="String" errorCode="4410">Unable to deserialize XML named "<param name="0" type="string" usage="identifier"/>" to objects.</string>
  71. <string id="cps.common.data.conversion.error" type="String" errorCode="4411">There has been a data conversion error.</string>
  72. </section>
  73. <section name="SES" usage="CPS messages generated by the SESSION XTS request instructions." type="Messages">
  74. <string id="cps.session.invalidparam.error" type="String" errorCode="4500">The "<param name="0" type="string" usage="identifier"/>" request has an invalid parameter value "<param name="1" type="string" usage="param"/>".</string>
  75. <string id="cps.session.noparam.error" type="String" errorCode="4501">The "<param name="0" type="string" usage="identifier"/>" request is missing the "<param name="1" type="string" usage="param"/>" parameter.</string>
  76. <string id="cps.session.request.error" type="String" errorCode="4502">The "<param name="0" type="string" usage="identifier"/>" request encountered an error while sending a request to the content manager.</string>
  77. </section>
  78. <section name="CCH" usage="CPS messages for the CACHE component">
  79. <string id="cps.cache.cacheexception" type="String" errorCode="4602">An unknown exception was caught in the cache component.</string>
  80. <string id="cps.cache.creatingencryptorerror" type="String" errorCode="4603">Unable to create the encrypted cache object.</string>
  81. <string id="cps.cache.crypto.decryptfailed" type="String" errorCode="4604">Unable to decrypt. Details: "<param name="0" type="string" usage="error message"/>".</string>
  82. <string id="cps.cache.crypto.encryptfailed" type="String" errorCode="4605">Unable to encrypt. Details: "<param name="0" type="string" usage="error message"/>".</string>
  83. <string id="cps.cache.undefinedtempdir" type="String" errorCode="4606">The temporary directory for cache control is not defined.</string>
  84. <string id="cps.cache.block.getfailed" type="String" errorCode="4607">Unable to complete the request. Details: "<param name="0" type="string" usage="error message"/>".</string>
  85. </section>
  86. <section name="SAX" usage="CPS error messages for SAX handling">
  87. <string id="cps.sax.deserializeunknownobject.error" type="String" errorCode="4700">Deserialization error in method "<param name="0" type="string" usage="identifier"/>".</string>
  88. <string id="cps.sax.deserializeunexpected.error" type="String" errorCode="4701">An unexpected error occurred in the method "<param name="0" type="string" usage="identifier"/>" during deserialization.</string>
  89. </section>
  90. <section name="PAG" usage="CPS error messages for pagelet components">
  91. <string id="cps.pagelet.processor.layout.tooltip.return" type="Tooltip" usage="Return button icon">Return</string>
  92. <string id="cps.pagelet.processor.layout.tooltip.reset" type="Tooltip" usage="Reset button icon">Reset to default values</string>
  93. <string id="cps.pagelet.processor.layout.tooltip.normal" type="Tooltip" usage="Normal button icon">Normal</string>
  94. <string id="cps.pagelet.processor.layout.tooltip.minimize" type="Tooltip" usage="Minimize button icon">Minimize</string>
  95. <string id="cps.pagelet.processor.layout.tooltip.maximize" type="Tooltip" usage="Maximize button icon">Maximize</string>
  96. <string id="cps.pagelet.processor.layout.tooltip.help" type="Tooltip" usage="Help button icon">Help</string>
  97. <string id="cps.pagelet.processor.layout.tooltip.edit" type="Tooltip" usage="Edit button icon">Edit</string>
  98. <string id="cps.pagelet.processor.layout.tooltip.close" type="Tooltip" usage="Close button icon">Close</string>
  99. <string id="cps.pagelet.processor.layout.editmode.title" type="String" usage="Edit mode caption title">Set the properties - <param name="0" type="string" usage="title"/>
  100. </string>
  101. <string id="cps.pagelet.processor.layout.emptypage" type="String" usage="there's no portlet in the page">No content.</string>
  102. <string id="cps.pagelet.processor.layout.pageunavailable" type="String" usage="page was deleted or security restrictions">This page cannot be displayed. It may be deleted or you may not have sufficient privileges to see it.</string>
  103. <string id="cps.pagelet.processor.layout.portletdisabled" type="String" usage="portlet content message">This portlet cannot be displayed because it is disabled.</string>
  104. <string id="cps.pagelet.processor.layout.portletunavailable" type="String" usage="portlet content message">This portlet cannot be displayed. It may be deleted or you may not have sufficient privileges to see it.</string>
  105. <string id="cps.pagelet.processor.layout.resetportlet" type="String" usage="javascript's confirm() prompt">This operation will reset all your personalized preferences to their default values. Do you want to proceed?</string>
  106. <string id="cps.pagelet.processor.layout.titleunavailable" type="String" usage="portlet title caption">Unavailable</string>
  107. <string id="cps.pagelet.assembler.operation.failed" type="String" errorCode="4800">Operation failed in the assembler component.</string>
  108. <string id="cps.pagelet.consumer.operation.failed" type="String" errorCode="4801">Operation failed in the consumer component.</string>
  109. <string id="cps.pagelet.processor.operation.failed" type="String" errorCode="4802">Operation failed in the processor component.</string>
  110. <string id="cps.pagelet.storage.operation.failed" type="String" errorCode="4803">Operation failed in the storage component.</string>
  111. <string id="cps.pagelet.consumer.threadnotready" type="String" errorCode="4804">The thread "<param name="0" type="string" usage="thread identifier"/>" is not ready to be executed.</string>
  112. <string id="cps.pagelet.consumer.threadinstantiation.error" type="String" errorCode="4805">Unable to create the thread "<param name="0" type="string" usage="thread name"/>".</string>
  113. <string id="cps.pagelet.consumer.unsupportedencoding" type="String" errorCode="4806">Unsupported encoding.</string>
  114. <string id="cps.pagelet.consumer.rewrite.error" type="String" errorCode="4807">Rewrite error.</string>
  115. <string id="cps.pagelet.consumer.invalidpik.error" type="String" errorCode="4808">The portlet instance key is invalid.</string>
  116. <string id="cps.pagelet.storage.noparam.failed" type="String" errorCode="4810">The request "<param name="0" type="string" usage="request name"/>" requires a missing parameter "<param name="1" type="string" usage="parameter name"/>".</string>
  117. <string id="cps.pagelet.storage.nopermission.failed" type="String" errorCode="4811">You do not have sufficient privileges for this request "<param name="0" type="string" usage="request name"/>".</string>
  118. <string id="cps.pagelet.storage.invalidpath.failed" type="String" errorCode="4812">The specified path "<param name="0" type="string" usage="path"/>" is invalid.</string>
  119. <string id="cps.pagelet.storage.create.duplicate.failed" type="String" errorCode="4813">The object cannot be created. A duplicate name already exists in the same location.</string>
  120. <string id="cps.pagelet.storage.create.failed" type="String" errorCode="4814">The object cannot be created in the specified location.</string>
  121. <string id="cps.pagelet.storage.cm.failed" type="String" errorCode="4815">Content Manager returned an error. Details: "<param name="0" type="string" usage="error message"/>".</string>
  122. <string id="cps.pagelet.storage.invalidparam.failed" type="String" errorCode="4816">The parameter "<param name="0" type="string" usage="parameter name"/>" has an invalid value.</string>
  123. <string id="cps.pagelet.storage.client.failed" type="String" errorCode="4817">Client error. Your credentials are not valid.</string>
  124. <string id="cps.pagelet.common.missingparameter.error" type="String" errorCode="4850">The parameter "<param name="0" type="string" usage="identifier"/>" is missing.</string>
  125. </section>
  126. <section name="SSO" usage="CPS error messages for SSO">
  127. <string id="cps.sso.failed.caption" type="String" usage="error page caption">The authentication failed.</string>
  128. <string id="cps.sso.missingcredential.caption" type="String" usage="error page caption">The trusted signon token is missing.</string>
  129. <string id="cps.sso.configerror.caption" type="String" usage="error page caption">There has been a configuration error.</string>
  130. <string id="cps.sso.failed.error" type="String" errorCode="4900">The request contains a trusted signon token that is not valid.</string>
  131. <string id="cps.sso.missingcredential.error" type="String" errorCode="4901">The request does not contain a trusted signon token.</string>
  132. <string id="cps.sso.configerror.error" type="String" errorCode="4902">The trusted signon namespace id is not configured. Please contact your administrator</string>
  133. </section>
  134. </component>
  135. </stringTable>