buxutilsmsg_en.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334
  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, 2010
  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="UTI" usage="BUX utils messages." type="Messages">
  18. <string id="DOM_DOCUMENT_BUILDER_ERROR" type="String" errorCode="1200">Error creating DOM document builder.</string>
  19. <string id="DOM_TOSTRING_PARSER_ERROR" type="String" errorCode="1201">DomUtils toString error when parsing.</string>
  20. <string id="DOM_TOSTRING_XSLT_ERROR" type="String" errorCode="1202">DomUtils toString xslt error.</string>
  21. <string id="DOM_TOSTRING_IO_ERROR" type="String" errorCode="1203">DomUtils toString I/O error.</string>
  22. <string id="INVALID_HEX_DIGIT_ERROR" type="String" errorCode="1204">Invalid hex digit: <param name="0" type="string" usage="digit"/>.</string>
  23. <string id="CONVERT_XML_HTML_PARSER_ERROR" type="String" errorCode="1205">convertXMLToHTML error when parsing.</string>
  24. <string id="CONVERT_XML_HTML_XSLT_ERROR" type="String" errorCode="1206">convertXMLToHTML xslt error.</string>
  25. <string id="CONVERT_XML_HTML_IO_ERROR" type="String" errorCode="1207">convertXMLToHTML I/O error.</string>
  26. <string id="INVALID_START_ELEMENT_ERROR" type="String" errorCode="1208">The current event is not START_ELEMENT but: <param name="0" type="string" usage="event name"/>.</string>
  27. <string id="STAX_EVENT_PROCESSING_ERROR" type="String" errorCode="1209">The current event is not START_ELEMENT but: <param name="0" type="string" usage="event name"/>.</string>
  28. <string id="STAX_EVENT_MISSING_START_ERROR" type="String" errorCode="1209">Missing START_ELEMENT event (no parent node).</string>
  29. <string id="XINCLUDE_TAG_ERROR1" type="String" errorCode="1210">Received non-all-whitespace CHARACTERS or CDATA event in nextTag().</string>
  30. <string id="XINCLUDE_TAG_ERROR2" type="String" errorCode="1211">Received event <param name="0" type="string" usage="event name"/>, instead of START_ELEMENT or END_ELEMENT: <param name="1" type="string" usage="event name"/>.</string>
  31. <string id="XINCLUDE_RESOLVE_ERROR" type="String" errorCode="1212">Error resolving href: <param name="0" type="string" usage="href"/>.</string>
  32. </section>
  33. </component>
  34. </stringTable>