123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2011
- |
- | The source code for this program is not published or otherwise
- | divested of its trade secrets, irrespective of what has been deposited
- | with the U.S. Copyright Office.
- +========================================================================+
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="BUX" usage="BUX messages">
- <section name="SCH" usage="BUX schemas messages." type="Messages">
- <string id="EXPECTING_ELEMENT_ERROR" type="String" errorCode="1100">Expecting element: <param name="0" type="string" usage="element name"/>.</string>
- <string id="UNEXPECTED_ELEMENT_ERROR" type="String" errorCode="1101">unexpected element: <param name="0" type="string" usage="element name"/>.</string>
- <string id="CANNOT_BE_NULL_ERROR" type="String" errorCode="1102">cannot be null: <param name="0" type="string" usage="name"/>.</string>
- <string id="CHOICES_CANNOT_BE_NULL_ERROR" type="String" errorCode="1103">choices cannot be null.</string>
- </section>
- </component>
- </stringTable>
|