12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: QECL
- (C) Copyright IBM Corp. 2005, 2009
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" usage="String">
- <component name="SBW">
- <section name="BW1" type="UI">
- <string id="SAPBW" type="String" usage="Do not translate: SAP BW">SAP BW</string>
- <string id="V_SAPBW" type="String">SAPBW</string>
- </section>
- <section name="OLP" type="UI">
- <string id="sapbw_olap" type="String" usage="Do not translate: SAP BW">SAP BW OLAP</string>
- <string id="olap_characteristicvalue.syntax" type="String" usage="Do not translate: characteristicValue">characteristicValue ( query_subject , query_item_value )</string>
- <string id="olap_characteristicvalue.tip" type="String" usage="Do not translate: SAP BW">Creates the unique SAP BW identifier for a query item value that represents an SAP BW key value. Useful for identifying leaf-level query item values in unbalanced hierarchies.</string>
- </section>
- <section name="TRB" type="UI">
- <string id="sapbw_trig" type="String" usage="Do not translate: SAP BW">SAP BW Trigonometry</string>
- <string id="sapbw_tanhyp.syntax" type="String" usage="Do not translate: tanhyp">tanhyp ( numeric_expression )</string>
- <string id="sapbw_tanhyp.tip" type="String">Returns the hyperbolic tangent of "numeric_expression" where "numeric_expression" is an angle expressed in radians.</string>
- <string id="sapbw_coshyp.syntax" type="String" usage="Do not translate: coshyp">coshyp ( numeric_expression )</string>
- <string id="sapbw_coshyp.tip" type="String">Returns the hyperbolic cosine of "numeric_expression" where "numeric_expression" is an angle expressed in radians.</string>
- <string id="sapbw_sinhyp.syntax" type="String" usage="Do not translate: sinhyp">sinhyp ( numeric_expression )</string>
- <string id="sapbw_sinhyp.tip" type="String">Returns the hyperbolic sine of "numeric_expression" where "numeric_expression" is an angle expressed in radians.</string>
- <string id="sapbw_tan.syntax" type="String" usage="Do not translate: tan">tan ( numeric_expression )</string>
- <string id="sapbw_tan.tip" type="String">Returns the tangent of "numeric_expression" where "numeric_expression" is an angle expressed in radians.</string>
- <string id="sapbw_cos.syntax" type="String" usage="Do not translate: cos">cos ( numeric_expression )</string>
- <string id="sapbw_cos.tip" type="String">Returns the cosine of "numeric_expression" where "numeric_expression" is an angle expressed in radians.</string>
- <string id="sapbw_sin.syntax" type="String" usage="Do not translate: sin">sin ( numeric_expression )</string>
- <string id="sapbw_sin.tip" type="String">Returns the sine of "numeric_expression" where "numeric_expression" is an angle expressed in radians.</string>
- <string id="sapbw_arctan.syntax" type="String" usage="Do not translate: arctan">arctan ( numeric_expression )</string>
- <string id="sapbw_arctan.tip" type="String">Returns the arctangent of "numeric_expression" in radians. The arctangent is the angle whose tangent is "numeric_expression".</string>
- <string id="sapbw_arccos.syntax" type="String" usage="Do not translate: arccos">arccos ( numeric_expression )</string>
- <string id="sapbw_arccos.tip" type="String">Returns the arccosine of "numeric_expression" in radians. The arccosine is the angle whose cosine is "numeric_expression".</string>
- <string id="sapbw_arcsin.syntax" type="String" usage="Do not translate: arcsin">arcsin ( numeric_expression )</string>
- <string id="sapbw_arcsin.tip" type="String">Returns the arcsine of "numeric_expression" in radians. The arcsine is the angle whose sine is "numeric_expression".</string>
- </section>
- <section name="MTH" type="UI">
- <string id="sapbw_math" type="String" usage="Do not translate: SAP BW">SAP BW Math</string>
- <string id="sapbw_log10.syntax" type="String" usage="Do not translate: log10">log10 ( numeric_expression )</string>
- <string id="sapbw_log10.tip" type="String">Returns the base ten logarithm of "numeric_expression".</string>
- </section>
- </component>
- </stringTable>
|