buxatommsg_en.xml 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. +========================================================================+
  4. | Licensed Materials - Property of IBM
  5. |
  6. | IBM Cognos Products: BUX
  7. |
  8. | (C) Copyright IBM Corp. 2009, 2012
  9. |
  10. | The source code for this program is not published or otherwise
  11. | divested of its trade secrets, irrespective of what has been deposited
  12. | with the U.S. Copyright Office.
  13. +========================================================================+
  14. -->
  15. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
  16. <component name="BUX" usage="Bux messages">
  17. <section name="ATM" usage="BUX service messages." type="Messages">
  18. <string id="ERROR_BAD_REQUEST" type="String" errorCode="1400">Bad request</string>
  19. <string id="ERROR_METHOD_NOT_ALLOWED" type="String" errorCode="1401">The requested method is not allowed.</string>
  20. <string id="ERROR_PAGE_NOT_FOUND" type="String" errorCode="1402">The requested page was not found.</string>
  21. <string id="ERROR_UNEXPECTED_RESPONSE" type="String" errorCode="1403">The request provider returned an unexpected response.</string>
  22. <string id="REDIRECTED_PAGE" type="String" errorCode="1404">The response to the request can be found under a different URI.</string>
  23. <string id="REDIRECTED_NOT_MODIFIED" type="String" errorCode="1405">The requested document has not been modified.</string>
  24. <string id="ERROR_BAD_URL_PATHINFO" type="String" errorCode="1406">The request service can not be found due to bad configuration</string>
  25. <string id="ERROR_COVERTING_TO_FEEDS_OR_ENTRIES" type="String" errorCode="1407">Error occurs when converting response to Atom Feeds or Entries.</string>
  26. <string id="ERROR_APPLYING_DYNAMIC_CONTRIBUTORS" type="String" errorCode="1408">Error occurs when applying dynamic contributors for purpose: <param name="0" type="string" usage="contributor's purpose"/></string>
  27. <string id="ERROR_DSX_ATOM_PROVIDER" type="String" errorCode="1409">Error occurs when searching through Dictionary Service Extension Provider.</string>
  28. <string id="ERROR_INDEXSERVICE" type="String" errorCode="1410">Error occurs when searching through IBM Cognos Search.</string>
  29. <string id="ERROR_INDEXSERVICE_RETURNS_NULL" type="String" errorCode="1411">Cognos IndexService returns NULL.</string>
  30. <string id="ERROR_INDEXSERVICE_RETURNS_NON_FEED" type="String" errorCode="1412">Cognos IndexService did not return an ATOM feed.</string>
  31. <string id="ERROR_INDEXSERVICE_RETURNS_ZERO_ITEMS" type="String" errorCode="1413">Cognos IndexService found 0 items.</string>
  32. <string id="ERROR_PARAMETER_VALIDATION_FAILED" type="String" errorCode="1414">Parameter validation failed.</string>
  33. <string id="ERROR_INVALID_SELECTION" type="String" errorCode="1415">Invalid required resource selection.</string>
  34. <string id="ERROR_APPLYING_WIDGET_PROCESSORS" type="String" errorCode="1416">Error occurs when applying widget processors for stage: <param name="0" type="string" usage="contributor's stage"/></string>
  35. </section>
  36. </component>
  37. </stringTable>