1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: crx
- (C) Copyright IBM Corp. 2003, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- COPYRIGHT_DATA { 'YEAR':[2010, 2009, 2003], 'RELEASE':['colorado_wave1'], 'VISIBLE':'YES', 'COMPONENT':'crx' }-->
- <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" usage="String">
- <component name="CRX">
- <section name="TST">
- <string id="crxSDKSample">crx sdk samples</string>
- <string id="crx_sdk_randomnumber.syntax">SDKRANDOMINT()</string>
- <string id="crx_sdk_randomnumber.tip">Returns a random integer number.</string>
- <string id="crx_sdk_area.syntax">SDKAREA(numeric_exp,numeric_exp, shape)</string>
- <string id="crx_sdk_area.tip">Returns value of the area of a Parallelepiped (P) or a Triangle (T).</string>
- <string id="crx_sdk_datetostring.syntax">SDKDATETOSTRING(date_exp)</string>
- <string id="crx_sdk_datetostring.tip">Returns a date as string in YYYY-MM-DD format.</string>
- <string id="crx_sdk_test_return_uint32.tip">ERR: Returns a test constant of type Uint32.</string>
- <string id="crx_sdk_test_return_int32.tip">Returns a test constant of type Int32.</string>
- <string id="crx_sdk_test_return_uint64.tip">ERR: Returns a test constant of type Uint64.</string>
- <string id="crx_sdk_test_return_int64.tip">Returns a test constant of type Int64.</string>
- <string id="crx_sdk_test_return_float32.tip">ERR: Returns a test constant of type Float32.</string>
- <string id="crx_sdk_test_return_float64.tip">Returns a test constant of type Float64.</string>
- </section>
- </component>
- </stringTable>
|