crxSDKSampleStrings_en.xml 1.9 KB

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