rsppmsgsRL_en.xml 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: rspp
  5. (C) Copyright IBM Corp. 2005, 2020
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../cclcore/prod/Resources/CCLMessageFile.xsd" localization="Content Locale" usage="Message source for CCLMessageFramework">
  10. <component name="RSP">
  11. <section name="RPT" type="UI">
  12. <string name="REPORTFUNCTION_PARAM_SEPARATOR" type="String" whiteSpace="preserve" usage="Separator used to concatenate values that will be displayed as a result of an expression like BurstRecipients() (comma and space)">, </string>
  13. <string name="VIZ_NOT_SUPPORTED_IN_OUTPUTTTYPE" type="String" errorCode="0096">Visualization rendering is not supported for this output type.</string>
  14. <string name="LISTCONTROL_NOT_SUPPORTED_IN_OUTPUTTTYPE" type="String" errorCode="0097">Data table rendering is not supported for this output type.</string>
  15. </section>
  16. <section name="PRE" type="UI">
  17. <string name="SUPPRESS_ON_ROWS" type="String" whiteSpace="preserve" usage="'Suppression on Rows' text for title header">Suppression on Rows: </string>
  18. <string name="SUPPRESS_ON_COLUMNS" type="String" whiteSpace="preserve" usage="'Suppression on Columns' text for title header">Suppression on Columns: </string>
  19. <string name="SUPPRESS_ON_ROWS_AND_COLUMNS" type="String" whiteSpace="preserve" usage="'Suppression on Rows and Columns' text for title header">Suppression on Rows and Columns: </string>
  20. <string name="ZERO_VALUES" type="String" whiteSpace="preserve" usage="Zero Values text for suppression header">Zero values</string>
  21. <string name="DIVIDE_BY_ZERO" type="String" whiteSpace="preserve" usage="Divide by zero Values text for suppression header">Divide by Zero values</string>
  22. <string name="MISSING_VALUES" type="String" whiteSpace="preserve" usage="Missing Values text for suppression header">Missing values</string>
  23. <string name="OVERFLOW_VALUES" type="String" whiteSpace="preserve" usage="Overflow Values text for suppression header">Overflow values</string>
  24. <string name="NONE" type="String" whiteSpace="preserve" usage="Added for the suppression header when no options are selected.">None</string>
  25. <string name="FILTERTEXT_NOT_DESC" type="String" whiteSpace="preserve" usage="String used to negate a whole filter description. example: NOT Years: 2014, 2015" >NOT <param type="string" index="1" usage="filter desc"/></string>
  26. <string name="FILTERTEXT_AND_TERM" type="String" whiteSpace="preserve" usage="String used to join filter terms. example: Years: 2016 AND Products: Golf Equipment"> AND </string>
  27. <string name="FILTERTEXT_OR_TERM" type="String" whiteSpace="preserve" usage="String used to join filter term. example: Years: 2016 OR Products: Golf Equipment"> OR </string>
  28. <string name="FILTERTEXT_OR_NOT" type="String" whiteSpace="preserve" usage="String used to negate a filter term example: NOT Products: Golf Equipment">NOT </string>
  29. <string name="FILTERTEXT_CONTEXT_COLON_EXPR" type="String" whiteSpace="preserve" usage="String used to describe filter context and filter expression. example: Products: Golf Equipment"><param type="string" index="1" usage="filter context"/>: <param type="string" index="2" usage="filter expression"/></string>
  30. <string name="FILTERTEXT_CONTEXT_EXPR" type="String" whiteSpace="preserve" usage="String used to describe filter context and filter expression. example: Products starts with G"><param type="string" index="1" usage="filter context"/> <param type="string" index="2" usage="filter expression"/></string>
  31. <string name="FILTERTEXT_SUMMARY_CONTEXT" type="String" whiteSpace="preserve" usage="String used to describe summary context for a filter. example: Products summary for Years: Golf Equipment"><param type="string" index="1" usage="data context"/> summary for <param type="string" index="2" usage="summary context"/></string>
  32. <string name="FILTERTEXT_VALUE_SEPARATOR" type="String" whiteSpace="preserve" usage="Separator used to concatenate values. example: Golf Equipment, Personal Accessories">, </string>
  33. <string name="FILTERTEXT_OR_IS_MISSING" type="String" whiteSpace="preserve" usage="String used as a suffix to a filter description to describe include nulls"><param type="string" index="1" usage="filter desc"/> or the value is missing</string>
  34. <string name="FILTERTEXT_BRACKET_EXPR" type="String" whiteSpace="preserve" usage="String used to bracket a subexpression example: (Years: 2016 OR Products: Golf Equipment)">(<param type="string" index="1" usage="subexpression"/>)</string>
  35. <string name="FILTERTEXT_NOT_BRACKET_EXPR" type="String" whiteSpace="preserve" usage="String used to bracket a negatice subexpression example: NOT(Years: 2016 OR Products: Golf Equipment)">NOT(<param type="string" index="1" usage="subexpression"/>)</string>
  36. <string name="FILTERTEXT_LESSTHAN" type="String" whiteSpace="preserve" usage="example: Less than Fred">Less than <param type="string" index="1" usage="value"/></string>
  37. <string name="FILTERTEXT_LESSTHANEQUALTO" type="String" whiteSpace="preserve" usage="Less than or equal to 3">Less than or equal to <param type="string" index="1" usage="value"/></string>
  38. <string name="FILTERTEXT_GREATERTHANEQUALTO" type="String" whiteSpace="preserve" usage="Greater than or equal to Barney">Greater than or equal to <param type="string" index="1" usage="value"/></string>
  39. <string name="FILTERTEXT_GREATERTHAN" type="String" whiteSpace="preserve" usage="Greater than Fred">Greater than <param type="string" index="1" usage="value"/></string>
  40. <string name="FILTERTEXT_LESSTHAN_DATE" type="String" whiteSpace="preserve" usage="Before May 3rd, 2016">Before <param type="string" index="1" usage="date value"/></string>
  41. <string name="FILTERTEXT_LESSTHANEQUALTO_DATE" type="String" whiteSpace="preserve" usage="On or before 2016/11/15">On or before <param type="string" index="1" usage="date value"/></string>
  42. <string name="FILTERTEXT_GREATERTHANEQUALTO_DATE" type="String" whiteSpace="preserve" usage="On or after 2016/11/15">On or after <param type="string" index="1" usage="date value"/></string>
  43. <string name="FILTERTEXT_GREATERTHAN_DATE" type="String" whiteSpace="preserve" usage="After 2016/11/15">After <param type="string" index="1" usage="date value"/></string>
  44. <string name="FILTERTEXT_LESSTHAN_TIME" type="String" whiteSpace="preserve" usage="Before 13:30">Before <param type="string" index="1" usage="time value"/></string>
  45. <string name="FILTERTEXT_LESSTHANEQUALTO_TIME" type="String" whiteSpace="preserve" usage="At or before 12:00">At or before <param type="string" index="1" usage="time value"/></string>
  46. <string name="FILTERTEXT_GREATERTHANEQUALTO_TIME" type="String" whiteSpace="preserve" usage="At or after 12:00">At or after <param type="string" index="1" usage="time value"/></string>
  47. <string name="FILTERTEXT_GREATERTHAN_TIME" type="String" whiteSpace="preserve" usage="After 12:00">After <param type="string" index="1" usage="time value"/></string>
  48. <string name="FILTERTEXT_LESSTHAN_DATETIME" type="String" whiteSpace="preserve" usage="Before 2016/11/15 01:00:00">Before <param type="string" index="1" usage="datetime value"/></string>
  49. <string name="FILTERTEXT_LESSTHANEQUALTO_DATETIME" type="String" whiteSpace="preserve" usage="On or before 2016/11/15 01:00:00">On or before <param type="string" index="1" usage="datetime value"/></string>
  50. <string name="FILTERTEXT_GREATERTHANEQUALTO_DATETIME" type="String" whiteSpace="preserve" usage="On or after 2016/11/15 01:00:00">On or after <param type="string" index="1" usage="datetime value"/></string>
  51. <string name="FILTERTEXT_GREATERTHAN_DATETIME" type="String" whiteSpace="preserve" usage="After 2016/11/15 01:00:00">After <param type="string" index="1" usage="datetime value"/></string>
  52. <string name="FILTERTEXT_LESSTHAN_INTERVAL" type="String" whiteSpace="preserve" usage="Less than 23 04:59:59.999">Less than <param type="string" index="1" usage="interval value"/></string>
  53. <string name="FILTERTEXT_LESSTHANEQUALTO_INTERVAL" type="String" whiteSpace="preserve" usage="Less than or equal to 23 04:59:59.999">Less than equal to <param type="string" index="1" usage="interval value"/></string>
  54. <string name="FILTERTEXT_GREATERTHANEQUALTO_INTERVAL" type="String" whiteSpace="preserve" usage="Greater than or equal to 23 04:59:59.999">Greater than equal to <param type="string" index="1" usage="interval value"/></string>
  55. <string name="FILTERTEXT_GREATERTHAN_INTERVAL" type="String" whiteSpace="preserve" usage="Greater than 23 04:59:59.999">Greater than <param type="string" index="1" usage="interval value"/></string>
  56. <string name="FILTERTEXT_BETWEEN" type="String" whiteSpace="preserve" usage="Between 2 values, e.g. Between fromValue and toValue">Between <param type="string" index="1" usage="fromValue"/> and <param type="string" index="2" usage="toValue"/></string>
  57. <string name="FILTERTEXT_BETWEEN_DATE" type="String" whiteSpace="preserve" usage="Between 2 dates, e.g. Between May 1, 2016 and May 20, 2016">Between <param type="string" index="1" usage="fromValue"/> and <param type="string" index="2" usage="toValue"/></string>
  58. <string name="FILTERTEXT_BETWEEN_TIME" type="String" whiteSpace="preserve" usage="Between 2 times, e.g. Between 03:45 and 11:13">Between <param type="string" index="1" usage="fromValue"/> and <param type="string" index="2" usage="toValue"/></string>
  59. <string name="FILTERTEXT_BETWEEN_DATETIME" type="String" whiteSpace="preserve" usage="Between 2 date-times, e.g. Between 2016/12/31 8:00 and 2017/01/01 12:55">Between <param type="string" index="1" usage="fromValue"/> and <param type="string" index="2" usage="toValue"/></string>
  60. <string name="FILTERTEXT_BETWEEN_INTERVAL" type="String" whiteSpace="preserve" usage="Between 2 intervals, e.g. Between 1 00:0:00.000 and 23 24:59:59.999">Between <param type="string" index="1" usage="fromValue"/> and <param type="string" index="2" usage="toValue"/></string>
  61. <string name="FILTERTEXT_CONTAINS" type="String" whiteSpace="preserve" usage="example: Chicago contains go">contains <param type="string" index="1" usage="string fragment"/></string>
  62. <string name="FILTERTEXT_LIKE" type="String" whiteSpace="preserve" usage="example: Chicago like %ic%">like <param type="string" index="1" usage="string fragment"/></string>
  63. <string name="FILTERTEXT_BEGINSWITH" type="String" whiteSpace="preserve" usage="example: Chicago begins with ch">begins with <param type="string" index="1" usage="string fragment"/></string>
  64. <string name="FILTERTEXT_ENDSWITH" type="String" whiteSpace="preserve" usage="example: Chicago ends with go">ends with <param type="string" index="1" usage="string fragment"/></string>
  65. <string name="FILTERTEXT_NOMISSINGVALUES" type="String" whiteSpace="preserve" usage="example: Products: missing values">no missing values</string>
  66. <string name="FILTERTEXT_MISSINGVALUESONLY" type="String" whiteSpace="preserve" usage="example: Products: missing values only">missing values only</string>
  67. <string name="FILTERTEXT_DATAITEMSET" type="String" whiteSpace="preserve" usage="example: Set - Products">Set -<param type="string" index="1" usage="Dimension label"/></string>
  68. <string name="FILTERTEXT_DATAITEMCHILDRENSET" type="String" whiteSpace="preserve" usage="example: Children( Camping Equipment )">Children( <param type="string" index="1" usage="member label"/> )</string>
  69. <string name="FILTERTEXT_DATAITEMSUMMARY_DEFAULT" type="String" whiteSpace="preserve" usage="">Default summary ( <param type="string" index="1" usage="data item description"/> )</string>
  70. <string name="FILTERTEXT_DATAITEMSUMMARY_TOTAL" type="String" whiteSpace="preserve" usage="">Total ( <param type="string" index="1" usage="data item description"/> )</string>
  71. <string name="FILTERTEXT_DATAITEMSUMMARY_COUNT" type="String" whiteSpace="preserve" usage="">Count ( <param type="string" index="1" usage="data item description"/> )</string>
  72. <string name="FILTERTEXT_DATAITEMSUMMARY_COUNTDISTINCT" type="String" whiteSpace="preserve" usage="">Count distinct ( <param type="string" index="1" usage="data item description"/> )</string>
  73. <string name="FILTERTEXT_DATAITEMSUMMARY_AVERAGE" type="String" whiteSpace="preserve" usage="">Average ( <param type="string" index="1" usage="data item description"/> )</string>
  74. <string name="FILTERTEXT_DATAITEMSUMMARY_MINIMUM" type="String" whiteSpace="preserve" usage="">Minimum ( <param type="string" index="1" usage="data item description"/> )</string>
  75. <string name="FILTERTEXT_DATAITEMSUMMARY_MAXIUM" type="String" whiteSpace="preserve" usage="">Maxium ( <param type="string" index="1" usage="data item description"/> )</string>
  76. <string name="FILTERTEXT_DATAITEMSUMMARY_CALCULATED" type="String" whiteSpace="preserve" usage="">Calculated ( <param type="string" index="1" usage="data item description"/> )</string>
  77. <string name="FILTERTEXT_DATAITEMSUMMARY_SUMMARY" type="String" whiteSpace="preserve" usage="">Summary ( <param type="string" index="1" usage="data item description"/> )</string>
  78. <string name="FILTERTEXT_DATAITEMSUMMARY_MEDIAN" type="String" whiteSpace="preserve" usage="">Median ( <param type="string" index="1" usage="data item description"/> )</string>
  79. <string name="FILTERTEXT_DATAITEMSUMMARY_STANDARDDEVIATION" type="String" whiteSpace="preserve" usage="">Standard deviation ( <param type="string" index="1" usage="data item description"/> )</string>
  80. <string name="FILTERTEXT_DATAITEMSUMMARY_VARIANCE" type="String" whiteSpace="preserve" usage="">Variance ( <param type="string" index="1" usage="data item description"/> )</string>
  81. <string name="FILTERTEXT_DATAITEMSUMMARY_CUSTOM" type="String" whiteSpace="preserve" usage="">Custom ( <param type="string" index="1" usage="data item description"/> )</string>
  82. <string name="FILTERTEXT_DATAITEM_SET" type="String" whiteSpace="preserve" usage="text used to describe a set dataitem for a dimension"><param type="string" index="1" usage="dimension name"/> set</string>
  83. <string name="FILTERTEXT_DATAITEM_CALCULATION" type="String" whiteSpace="preserve" usage="text used to describe a calculation dataitem for a dimension"><param type="string" index="1" usage="dimension name"/> calculation</string>
  84. <string name="FILTERTEXT_DATAITEM_MEASUREPERCENTAGE_ON" type="String" whiteSpace="preserve" usage="text used to describe a measure % dataitem, e.g., Quantity (% of Summary on Order method type)"><param type="string" index="1" usage="measure data item"/> ( % of <param type="string" index="2" usage="summary type"/> on <param type="string" index="3" usage="summary context description"/> )</string>
  85. <string name="FILTERTEXT_DATAITEM_MEASUREPERCENTAGE" type="String" whiteSpace="preserve" usage="text used to describe a measure % dataitem, e.g., Quantity (% of item 1, item 2)"><param type="string" index="1" usage="measure data item"/> ( % of <param type="string" index="2" usage="summary context"/> )</string>
  86. <string name="FILTERTEXT_DATAITEM_CUSTOMGROUP" type="String" whiteSpace="preserve" usage="text used to describe a custom group data iem, e.g., Regions (Custom)"><param type="string" index="1" usage="base data item"/> (Custom)</string>
  87. <string name="FILTERTEXT_EXPRESSIONBASEDFILTERS" type="String" whiteSpace="preserve" usage="text displayed when the query contains only expression based filters">Expression based filters have been applied</string>
  88. <string name="FILTERTEXT_EXPRESSIONBASEDFILTERS_ALSO" type="String" whiteSpace="preserve" usage="text displayed when the query contains expression based filters and defintion based filters">Expression based filters have also been applied</string>
  89. <string name="FILTERTEXT_SUMMARY_DEFAULT" type="String" whiteSpace="preserve" usage="text to describe summary method">Summary</string>
  90. <string name="FILTERTEXT_SUMMARY_TOTAL" type="String" whiteSpace="preserve" usage="text to describe summary method">Total</string>
  91. <string name="FILTERTEXT_SUMMARY_COUNT" type="String" whiteSpace="preserve" usage="text to describe summary method">Count</string>
  92. <string name="FILTERTEXT_SUMMARY_COUNTDISTINCT" type="String" whiteSpace="preserve" usage="text to describe summary method">Count distinct</string>
  93. <string name="FILTERTEXT_SUMMARY_AVERAGE" type="String" whiteSpace="preserve" usage="text to describe summary method">Average</string>
  94. <string name="FILTERTEXT_SUMMARY_MINIMUM" type="String" whiteSpace="preserve" usage="text to describe summary method">Minimum</string>
  95. <string name="FILTERTEXT_SUMMARY_MAXIMUM" type="String" whiteSpace="preserve" usage="text to describe summary method">Maximum</string>
  96. <string name="FILTERTEXT_SUMMARY_CALCULATED" type="String" whiteSpace="preserve" usage="text to describe summary method">Calculated</string>
  97. <string name="FILTERTEXT_SUMMARY_SUMMARY" type="String" whiteSpace="preserve" usage="text to describe summary method">Summary</string>
  98. <string name="FILTERTEXT_SUMMARY_MEDIAN" type="String" whiteSpace="preserve" usage="text to describe summary method">Median</string>
  99. <string name="FILTERTEXT_SUMMARY_STANDARDDEVIATION" type="String" whiteSpace="preserve" usage="text to describe summary method">Standard deviation</string>
  100. <string name="FILTERTEXT_SUMMARY_VARIANCE" type="String" whiteSpace="preserve" usage="text to describe summary method">Variance</string>
  101. <string name="FILTERTEXT_SUMMARY_CUSTOM" type="String" whiteSpace="preserve" usage="text to describe summary method">Custom</string>
  102. <string name="FILTERTEXT_NOFILTER" type="String" whiteSpace="preserve" usage="text displayed when the query contains no filters">No filters</string>
  103. </section>
  104. </component>
  105. </stringTable>