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