cpsstringsmsgs_en.properties 11 KB

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