MoserClientResources_en.properties 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. #
  2. # IBM Confidential
  3. #
  4. # OCO Source Materials
  5. #
  6. # IBM Cognos Products: Moser
  7. #
  8. # (C) Copyright IBM Corp. 2015, 2016, 2017
  9. #
  10. # The source code for this program is not published or otherwise
  11. # divested of its trade secrets, irrespective of what has been
  12. # deposited with the U.S. Copyright Office.
  13. #
  14. #NLS_ENCODING=UTF-8
  15. #NLS_MESSAGEFORMAT_NONE
  16. # AggregateMode
  17. AggregateMode_dynamic = Dynamic
  18. AggregateMode_static = Static
  19. # CardinalityEnum
  20. CardinalityEnum_zero = Zero
  21. CardinalityEnum_one = One
  22. CardinalityEnum_many = Many
  23. # ContextMode
  24. ContextMode_warnWhenMissing = Warn When Context is Missing
  25. ContextMode_includeInQuery = Context Required in Query
  26. ContextMode_infoWhenMissing = Information When Context is Missing
  27. # FacetTypeEnabled
  28. FacetTypeEnabled_automatic = Automatic
  29. FacetTypeEnabled_true = True
  30. FacetTypeEnabled_false = False
  31. # GenerateSQL
  32. GenerateSQL_asView = All Query Items Appear in the Generated SQL
  33. GenerateSQL_minimized = Only Required Query Items Appear in the Generated SQL
  34. # HighLevelDataType
  35. HighLevelDataType_boolean = Boolean
  36. HighLevelDataType_string = Text
  37. HighLevelDataType_integer = Integer
  38. HighLevelDataType_decimal = Decimal
  39. HighLevelDataType_datetime = Timestamp
  40. HighLevelDataType_time = Time
  41. HighLevelDataType_date = Date
  42. HighLevelDataType_interval = Interval
  43. HighLevelDataType_array = Currency
  44. HighLevelDataType_object = Binary
  45. HighLevelDataType_period = Period
  46. # InstanceType
  47. InstanceType_copy = Copy
  48. InstanceType_local = Local
  49. InstanceType_missing = Missing
  50. InstanceType_reference = Reference
  51. # JoinFilterType
  52. JoinFilterType_none = None
  53. JoinFilterType_in = In
  54. JoinFilterType_between = Between
  55. JoinFilterType_table = Table
  56. # ProParameterMode
  57. ProParameterMode_in = Input
  58. ProParameterMode_out = Output
  59. ProParameterMode_inout = Overwrite
  60. # QuerySubjectUsage
  61. QuerySubjectUsage_automatic = Automatic
  62. QuerySubjectUsage_bridge = Bridge
  63. QuerySubjectUsage_summaryQuery = Summary Query
  64. # RegularAggregateType
  65. RegularAggregateType_automatic = Automatic
  66. RegularAggregateType_none = None
  67. RegularAggregateType_average = Average
  68. RegularAggregateType_calculated = Aggregate then Calculate
  69. RegularAggregateType_count = Count
  70. RegularAggregateType_countDistinct = Count Distinct
  71. RegularAggregateType_countNonZero = Count Non-Zero
  72. RegularAggregateType_minimum = Minimum
  73. RegularAggregateType_median = Median
  74. RegularAggregateType_maximum = Maximum
  75. RegularAggregateType_standardDeviation = Standard Deviation
  76. RegularAggregateType_total = Total
  77. RegularAggregateType_variance = Variance
  78. # SetOperation
  79. # these strings are translatable, the translated ones should be in capitals as well
  80. SetOperation_UNION = UNION
  81. SetOperation_INTERSECT = INTERSECT
  82. SetOperation_EXCEPT = EXCEPT
  83. # SetOperationDuplicates
  84. SetOperationDuplicates_remove = Remove
  85. SetOperationDuplicates_preserve = Preserve
  86. # SortOrder
  87. SortOrder_ascending = Ascending
  88. SortOrder_descending = Descending
  89. # SortOrderNullPlacement
  90. SortOrderNullPlacement_first = First
  91. SortOrderNullPlacement_last = Last
  92. # SourceCategoryType
  93. SourceCategoryType_calculation = Calculation
  94. SourceCategoryType_column = Column
  95. SourceCategoryType_dimension/measure = Dimension/Measure
  96. SourceCategoryType_dimension/regular = Dimension/Regular
  97. SourceCategoryType_folder = Folder
  98. SourceCategoryType_hierarchy/level = Hierarchy/Level
  99. SourceCategoryType_hierarchy/parent-child = Hierarchy/Parent-Child
  100. SourceCategoryType_level = Level
  101. SourceCategoryType_measure = Measure
  102. SourceCategoryType_namedSet = Named Set
  103. SourceCategoryType_property = Property
  104. SourceCategoryType_table = Table
  105. SourceCategoryType_variable = Variable
  106. # SplitColumnTreatment
  107. SplitColumnTreatment_show = Show
  108. SplitColumnTreatment_hide = Hide
  109. # SplitDisplay
  110. SplitDisplay_inline = Inline
  111. SplitDisplay_folder = Folder
  112. # SqlLanguageType
  113. SqlLanguageType_cognos = Cognos
  114. SqlLanguageType_native = Native
  115. SqlLanguageType_passThrough = Pass-through
  116. # TableType
  117. # these strings are translatable, the translated ones should be in capitals as well
  118. TableType_TABLE = TABLE
  119. TableType_VIEW = VIEW
  120. TableType_SYSTEM_TABLE = SYSTEM_TABLE
  121. TableType_GLOBAL_TEMPORARY = GLOBAL_TEMPORARY
  122. TableType_LOCAL_TEMPORARY = LOCAL_TEMPORARY
  123. TableType_ALIAS = ALIAS
  124. TableType_SYNONYM = SYNONYM
  125. # UsageType
  126. UsageType_automatic = Automatic
  127. UsageType_identifier = Identifier
  128. UsageType_attribute = Attribute
  129. UsageType_fact = Measure
  130. # UseSpecType
  131. UseSpecType_database = Database
  132. UseSpecType_file = File
  133. UseSpecType_module = Module
  134. UseSpecType_dataset = Dataset
  135. UseSpecType_package = Package