pfmsgs_en.xml 9.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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, 2017
  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="PF" usage="Portal frameworks components">
  14. <section name="PRO" usage="Fragments producer error messages" type="Messages">
  15. <string id="pf.fragment.producer.executionfailed" type="String" errorCode="6100">Unable to run the fragment producer.</string>
  16. </section>
  17. <section name="SRV" usage="Fragments server error messages" type="Messages">
  18. <string id="pf.fragment.server.executionfailed" type="String" errorCode="6110">Run failed.</string>
  19. <string id="pf.fragment.server.invalidconfiguration" type="String" errorCode="6111">Configuration is not valid.</string>
  20. <string id="pf.fragment.server.invaliddocument" type="String" errorCode="6112">Unrecognizable XML document starting with the element '<param name="0" type="string"/>'.</string>
  21. <string id="pf.fragment.server.rewritefailed" type="String" errorCode="6113">Unable to rewrite URLs in received markup.</string>
  22. <string id="pf.fragment.server.unsupporteddocument" type="String" errorCode="6114">The document type is not supported.</string>
  23. <string id="pf.fragment.server.expectingxmldocument" type="String" errorCode="6115">XML document was expected. Received '<param name="0" type="string"/>' document.</string>
  24. <string id="pf.fragment.server.notargetdocument" type="String" errorCode="6116">Unable to process the document, target is not valid or the target was not received.</string>
  25. <string id="pf.fragment.server.invalidxmldocument.details" type="String" errorCode="6117">XML parsing error in received document (at line <param name="0" type="integer"/>, column <param name="1" type="integer"/>, offset <param name="2" type="integer"/>).</string>
  26. <string id="pf.fragment.server.invalidxmldocument" type="String" errorCode="6118">XML parsing error.</string>
  27. <string id="pf.fragment.server.receivedfault" type="String" errorCode="6119">Received remote fault: <param name="0" type="string" usage="remote message text"/></string>
  28. <string id="pf.fragment.server.circularreference" type="String" errorCode="6120">The content of this portlet cannot be displayed because of a recursive reference.</string>
  29. <string id="pf.fragment.server.maxdepthreached" type="String" errorCode="6121">Unable to process document, the maximum depth of <param name="0" type="integer"/> levels was reached.</string>
  30. <string id="pf.fragment.server.invalidcredentials" type="String" errorCode="6122">The user credentials are not valid.</string>
  31. <string id="pf.fragment.server.notsufficientcapabilities_portlet" type="String" errorCode="6123">You do not have sufficient capabilities to access this portlet.</string>
  32. <string id="pf.fragment.server.notsufficientcapabilities_page" type="String" errorCode="6124">You do not have sufficient capabilities to access this page.</string>
  33. <string id="pf.fragment.server.sessioncapabilityviolation" type="String" errorCode="6125">A security violation occurred. The session capability information failed to verify.</string>
  34. </section>
  35. <section name="BRG" usage="WSRP bridge error messages" type="Messages">
  36. <string id="pf.fragment.bridge.executionfailed" type="String" errorCode="6140">Not able to run the request.</string>
  37. <string id="pf.fragment.bridge.wsrp.operationfailed" type="String" errorCode="6141">The operation did not run.</string>
  38. <string id="pf.fragment.bridge.io.error" type="String" errorCode="6142">The request encountered an Input/Output error.</string>
  39. <string id="pf.fragment.bridge.xml.error" type="String" errorCode="6143">The request encountered an error while processing XML content.</string>
  40. </section>
  41. <section name="LOC" usage="Localization error message" type="Messages">
  42. <string id="pf.fragment.loc.message.invalid" type="String" errorCode="6150">The message file '<param name="filename" type="string" usage="error message"/>' is not valid.</string>
  43. <string id="pf.fragment.loc.xmlfailed" type="String" errorCode="6151">An error occurred while localizing an XML input.</string>
  44. </section>
  45. <section name="CMP" usage="CM Provider error messages" type="Messages">
  46. <string id="pf.fragment.cmprovider.page.empty" type="String">No content.</string>
  47. <string id="pf.fragment.cmprovider.page.insufficient.permissions" type="String">This page cannot be displayed. It may be deleted or you may not have sufficient privileges to see it.</string>
  48. <string id="pf.fragment.cmprovider.fragment.insufficient.permissions" type="String">This portlet cannot be displayed. It may be deleted or you may not have sufficient privileges to see it.</string>
  49. <string id="pf.fragment.cmprovider.fragment.disabled" type="String">This portlet cannot be displayed because it is not enabled.</string>
  50. </section>
  51. <section name="VAL" usage="Validation Provider error messages" type="Messages">
  52. <string id="pf.fragment.validation.initfailed" type="String" errorCode="6160">Failed initializing validation.</string>
  53. <string id="pf.fragment.validation.initgeneralerror" type="String" errorCode="6161">General exception during initializing.</string>
  54. <string id="pf.fragment.validation.compilefailed" type="String" errorCode="6162">Compile failed.</string>
  55. <string id="pf.fragment.validation.compilegeneralerror" type="String" errorCode="6163">General exception during compile.</string>
  56. <string id="pf.fragment.validation.compileconversionfailed" type="String" errorCode="6164">General exception during compile array conversion.</string>
  57. <string id="pf.fragment.validation.verifyfailed" type="String" errorCode="6165">Security Rejection. Your request was rejected because it failed the fragment input validation.\nRejection details are available in the log. Please contact your administrator.</string>
  58. <string id="pf.fragment.validation.verifyerror" type="String" errorCode="6166">Verification failed.</string>
  59. <string id="pf.fragment.validation.verifygeneralerror" type="String" errorCode="6167">General exception during verification.</string>
  60. <string id="pf.fragment.validation.signerror" type="String" errorCode="6168">Parameter signing failed.</string>
  61. <string id="pf.fragment.validation.signgeneralerror" type="String" errorCode="6169">General exception during parameter signing.</string>
  62. <string id="pf.fragment.validation.filereaderror" type="String" errorCode="6170">Error reading static validation document file.</string>
  63. <string id="pf.fragment.validation.metaretrievalerror" type="String" errorCode="6171">Error retrieving metadata for the target fragment.</string>
  64. <string id="pf.fragment.validation.unsignerror" type="String" errorCode="6172">Parameter unsigning failed.</string>
  65. </section>
  66. <section name="COM" usage="Common error messages" type="Messages">
  67. <string id="pf.common.xslt.notfound" type="String" errorCode="6200">The stylesheet '<param name="0" type="string" usage="error message"/>' could not be found.</string>
  68. <string id="pf.common.xslt.loaderror" type="String" errorCode="6201">An error occurred while loading the stylesheet '<param name="0" type="string" usage="error message"/>'.</string>
  69. <string id="pf.common.soapfault.parse.error" type="String" errorCode="6202">An error occurred while parsing a soap fault.</string>
  70. <string id="pf.common.securelog.errormsg" type="String" errorCode="6203">The complete error has been logged by CAF with SecureErrorID: <param name="0" type="string" usage="secure log id"/></string>
  71. <string id="pf.common.securelog.errormsg.noid" type="String" errorCode="6204">The complete error has been logged.</string>
  72. </section>
  73. <section name="PIP" usage="Common pipeline error messages" type="Messages">
  74. <string id="pf.pipeline.process.init.failed" type="String" errorCode="6300">The process with name '<param name="0" type="string" usage="process name"/>' failed to initialize.</string>
  75. <string id="pf.pipeline.process.error" type="String" errorCode="6301">The process with name '<param name="0" type="string" usage="process name"/>' failed to execute. A more detailed error message will be logged.</string>
  76. <string id="pf.pipeline.process.io.error" type="String" errorCode="6302">The process with name '<param name="0" type="string" usage="process name"/>' encountered an Input/Output error.</string>
  77. <string id="pf.pipeline.process.xml.error" type="String" errorCode="6303">The process with name '<param name="0" type="string" usage="process name"/>' encountered an error while processing XML content.</string>
  78. </section>
  79. <section name="SKN" usage="Skin service error messages" type="Messages">
  80. <string id="pf.skin.upgrade.error" type="String" errorCode="6400">An exception occurred while upgrading the skin from version '<param name="0" type="string" usage="version"/>' to '<param name="1" type="string" usage="target version"/>'.</string>
  81. <string id="pf.skin.read.error" type="String" errorCode="6401">An exception occurred while reading the skin specification.</string>
  82. <string id="pf.skin.upgrade.spec.read.error" type="String" errorCode="6402">An exception occurred while reading the skin upgrade specification.</string>
  83. <string id="pf.skin.upgrade.baseskin.read.error" type="String" errorCode="6403">An exception occurred while reading the upgrade base skin.</string>
  84. <string id="pf.skin.upgrade.invalid.spec" type="String" errorCode="6404">Invalid skin upgrade specification. The element with name '<param name="0" type="string" usage="element name"/>' is missing</string>
  85. </section>
  86. </component>
  87. </stringTable>