buxsrvmsg_en.xml 1.4 KB

123456789101112131415161718192021222324
  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, 2011
  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="SRV" usage="BUX service messages." type="Messages">
  18. <string id="CANNOT_SET_BUNDLE_ERROR" type="String" errorCode="1000">Bundle cannot be set: <param name="0" type="string" usage="bundle name"/>.</string>
  19. <string id="CANNOT_SET_SERVICE_REFERENCE_ERROR" type="String" errorCode="1001">Bundle cannot be set: <param name="0" type="string" usage="bundle name"/>.</string>
  20. <string id="VIEW_NOT_FOUND_ERROR" type="String" errorCode="1002">View not found: <param name="0" type="string" usage="view name"/>.</string>
  21. <string id="STARTING_SERVICE" type="String">Starting service: <param name="0" type="string" usage="service name"/>.</string>
  22. </section>
  23. </component>
  24. </stringTable>