12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ans
- (C) Copyright IBM Corp. 2005, 2020
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" localization="Product Locale" xsi:noNamespaceSchemaLocation="../../../CCLCore/Resources/CCLMessageFile.xsd">
- <component name="ANS" usage="About Box Messages generated by ANS">
- <section name="ABT" usage="Labels for AboutBox" type="UI">
- <string id="IDS_PROP_PRODUCT" type="String" usage="label for product name">IBM® Cognos® Analysis Studio</string>
- <string id="IDS_PROP_VERSION" type="String" usage="label for version">Version 11.1</string>
- <string id="IDS_PROP_LEGAL" type="String" usage="label for legal">Licensed Materials - Property of IBM Corp. © Copyright IBM Corporation and other(s) 2005, 2020. IBM, the IBM logo, ibm.com and Cognos are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. A current list of IBM trademarks is available on the Web at www.ibm.com/legal/copytrade.shtml. This Program is licensed under the terms of the license agreement accompanying the Program. This license agreement may be either located in a Program directory folder or library identified as "License" or "Non_IBM_License", if applicable, or provided as a printed license agreement. Please read the agreement carefully before using the Program. By using the Program you agree to these terms.</string>
- <!--
- <string id="IDS_PROP_ABOUT_BOX" type="String" usage="A11y text for AboutBox">
- <param name="prodText" type="string"/>
- <param name="versionText" type="string"/>
- <param name="legalText" type="string"/>
- </string>
- -->
- </section>
- </component>
- </stringTable>
-
|