cogadminmsgs_en.properties 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: ADM
  12. ##
  13. ## Description: Messages generated by Cogadmin Services
  14. ##
  15. #
  16. # Section: MTC
  17. #
  18. # Description: Labels and descriptions of metrics. Should follow sentence capitalizations except proper nouns. See Rule 190 in STAN.
  19. #
  20. IDS_PROP_UPTIME_CAPTION = Up time
  21. IDS_PROP_UPTIME_DESC = Specifies the amount of time the JVM has been running.
  22. IDS_PROP_HEAPSIZE_INITIAL_CAPTION = Initially requested heap size (bytes)
  23. IDS_PROP_HEAPSIZE_INITIAL_DESC = Specifies the initial amount of memory that the JVM requests from the operating system during startup.
  24. IDS_PROP_HEAPSIZE_INUSE_CAPTION = Current heap size (bytes)
  25. IDS_PROP_HEAPSIZE_INUSE_DESC = Specifies the current size of the JVM heap.
  26. IDS_PROP_HEAPSIZE_INUSE_HIGH_WATERMARK_CAPTION = Current heap size high watermark (bytes)
  27. IDS_PROP_HEAPSIZE_INUSE_HIGH_WATERMARK_DESC = Specifies the peak size of the JVM heap.
  28. IDS_PROP_HEAPSIZE_COMMITTED_CAPTION = Committed heap size (bytes)
  29. IDS_PROP_HEAPSIZE_COMMITTED_DESC = Specifies the amount of memory that is guaranteed to be available for use by the JVM.
  30. IDS_PROP_HEAPSIZE_COMMITTED_HIGH_WATERMARK_CAPTION = Committed heap size high watermark (bytes)
  31. IDS_PROP_HEAPSIZE_COMMITTED_HIGH_WATERMARK_DESC = Specifies the maximum amount of memory guaranteed to be available for use by the JVM.
  32. IDS_PROP_HEAPSIZE_MAX_CAPTION = Maximum heap size (bytes)
  33. IDS_PROP_HEAPSIZE_MAX_DESC = Specifies the maximum amount of memory that can be used by the JVM.
  34. IDS_PROP_CURRENTTIME_CAPTION = Current time
  35. IDS_PROP_CURRENTTIME_DESC = Specifies the current time as known by the resource.
  36. IDS_PROP_NUMBEROFREQUESTS_CAPTION = Number of processed requests
  37. IDS_PROP_NUMBEROFREQUESTS_DESC = Specifies the number of requests processed.
  38. IDS_PROP_NUMBEROFFAILEDREQUESTS_CAPTION = Number of failed requests
  39. IDS_PROP_NUMBEROFFAILEDREQUESTS_DESC = Specifies the number of requests processed where a fault was returned.
  40. IDS_PROP_NUMBEROFSUCCESSFULREQUESTS_CAPTION = Number of successful requests
  41. IDS_PROP_NUMBEROFSUCCESSFULREQUESTS_DESC = Specifies the number of requests processed where no fault was returned.
  42. IDS_PROP_NUMBER_OF_DEFINED_IN_MEMORY_AGGREGATES_CAPTION = Number of defined in-memory aggregates
  43. IDS_PROP_NUMBER_OF_DEFINED_IN_MEMORY_AGGREGATES_DESC = Specifies the number of in-memory aggregates defined (not all may be loaded).
  44. IDS_PROP_NUMBER_OF_LOADED_IN_MEMORY_AGGREGATES_CAPTION = Number of loaded in-memory aggregates
  45. IDS_PROP_NUMBER_OF_LOADED_IN_MEMORY_AGGREGATES_DESC = Specifies the number of in-memory aggregates currently loaded.
  46. IDS_PROP_PERCENTAGEOFFAILEDREQUESTS_CAPTION = Percentage of failed requests
  47. IDS_PROP_PERCENTAGEOFFAILEDREQUESTS_DESC = Specifies the percentage of requests that have failed.
  48. IDS_PROP_PERCENTAGEOFSUCCESSFULREQUESTS_CAPTION = Percentage of successful requests
  49. IDS_PROP_PERCENTAGEOFSUCCESSFULREQUESTS_DESC = Specifies the percentage of requests that have succeeded.
  50. IDS_PROP_SERVICETIME_CAPTION = Service time
  51. IDS_PROP_SERVICETIME_DESC = Specifies the time taken to process all successful and failed requests.
  52. IDS_PROP_SERVICETIMEFAILEDREQUESTS_CAPTION = Service time failed requests
  53. IDS_PROP_SERVICETIMEFAILEDREQUESTS_DESC = Specifies the time taken to process all failed requests.
  54. IDS_PROP_SERVICETIMESUCCESSFULREQUESTS_CAPTION = Service time successful requests
  55. IDS_PROP_SERVICETIMESUCCESSFULREQUESTS_DESC = Specifies the time taken to process all successful requests.
  56. IDS_PROP_RESPONSETIMEHIGHWATERMARK_CAPTION = Response time high watermark
  57. IDS_PROP_RESPONSETIMEHIGHWATERMARK_DESC = Specifies the maximum time taken for a successful or failed request.
  58. IDS_PROP_RESPONSETIMELOWWATERMARK_CAPTION = Response time low watermark
  59. IDS_PROP_RESPONSETIMELOWWATERMARK_DESC = Specifies the minimum time taken for a successful or failed request.
  60. IDS_PROP_LASTRESPONSETIME_CAPTION = Last response time
  61. IDS_PROP_LASTRESPONSETIME_DESC = Specifies the time taken for the most recent successful or failed request.
  62. IDS_PROP_SUCCESSFULREQUESTSPERMINUTE_CAPTION = Successful requests per minute
  63. IDS_PROP_SUCCESSFULREQUESTSPERMINUTE_DESC = Specifies the average number of successful requests that can be processed in one minute
  64. IDS_PROP_SECONDSPERSUCCESSFULREQUEST_CAPTION = Seconds per successful request
  65. IDS_PROP_SECONDSPERSUCCESSFULREQUEST_DESC = Specifies the average number of seconds required to process a successful request
  66. IDS_PROP_NUMBEROFSESSIONS_CAPTION = Number of sessions
  67. IDS_PROP_NUMBEROFSESSIONS_DESC = Specifies the number of currently active user sessions.
  68. IDS_PROP_NUMBEROFSESSIONSHIGHWATERMARK_CAPTION = Number of sessions high watermark
  69. IDS_PROP_NUMBEROFSESSIONSHIGHWATERMARK_DESC = Specifies the maximum number of active user sessions.
  70. IDS_PROP_NUMBEROFSESSIONSLOWWATERMARK_CAPTION = Number of sessions low watermark
  71. IDS_PROP_NUMBEROFSESSIONSLOWWATERMARK_DESC = Specifies the minimum number of active user sessions.
  72. IDS_PROP_NUMBEROFSUCCESSFULEXTERNALIZEDDOCUMENTS_CAPTION = Number of successful externalized documents
  73. IDS_PROP_NUMBEROFSUCCESSFULEXTERNALIZEDDOCUMENTS_DESC = Specifies the number of successfully externalized documents.
  74. IDS_PROP_NUMBEROFFAILEDEXTERNALIZEDDOCUMENTS_CAPTION = Number of failed externalized documents
  75. IDS_PROP_NUMBEROFFAILEDEXTERNALIZEDDOCUMENTS_DESC = Specifies the number of failed externalized documents.
  76. IDS_PROP_SUCCESSFULEXTERNALIZEDDOCUMENTSPERCENT_CAPTION = Percentage of successfully externalized documents
  77. IDS_PROP_SUCCESSFULEXTERNALIZEDDOCUMENTSPERCENT_DESC = Specifies the percentage of successfully externalized documents.
  78. IDS_PROP_FAILEDEXTERNALIZEDDOCUMENTSPERCENT_CAPTION = Percentage of failed externalized documents
  79. IDS_PROP_FAILEDEXTERNALIZEDDOCUMENTSPERCENT_DESC = Specifies the percentage of failed externalized documents.
  80. IDS_PROP_TIMEINQUEUEHIGHWATERMARK_CAPTION = Time in queue high watermark
  81. IDS_PROP_TIMEINQUEUEHIGHWATERMARK_DESC = Specifies the maximum time that a request has been in the queue.
  82. IDS_PROP_TIMEINQUEUELOWWATERMARK_CAPTION = Time in queue low watermark
  83. IDS_PROP_TIMEINQUEUELOWWATERMARK_DESC = Specifies the minimum time that a request has been in the queue.
  84. IDS_PROP_TIMEINQUEUE_CAPTION = Time in queue
  85. IDS_PROP_TIMEINQUEUE_DESC = Specifies the total amount of time that requests have been in the queue.
  86. IDS_PROP_LATENCY_CAPTION = Latency
  87. IDS_PROP_LATENCY_DESC = Specifies the average amount of time that requests have spent in the queue.
  88. IDS_PROP_NUMBEROFQUEUEREQUESTS_CAPTION = Number of queue requests
  89. IDS_PROP_NUMBEROFQUEUEREQUESTS_DESC = Specifies the number of requests that have passed through the queue.
  90. IDS_PROP_QUEUELENGTHHIGHWATERMARK_CAPTION = Queue length high watermark
  91. IDS_PROP_QUEUELENGTHHIGHWATERMARK_DESC = Specifies the maximum number of items in the queue.
  92. IDS_PROP_QUEUELENGTHLOWWATERMARK_CAPTION = Queue length low watermark
  93. IDS_PROP_QUEUELENGTHLOWWATERMARK_DESC = Specifies the minimum number of items in the queue.
  94. IDS_PROP_QUEUELENGTH_CAPTION = Queue length
  95. IDS_PROP_QUEUELENGTH_DESC = Specifies the number of items currently in the queue.
  96. IDS_PROP_NUMBEROFPROCESSES_CAPTION = Number of processes
  97. IDS_PROP_NUMBEROFPROCESSES_DESC = Specifies the number of processes currently running for the service.
  98. IDS_PROP_NUMBEROFCONFIGUREDPROCESSES_CAPTION = Number of configured processes
  99. IDS_PROP_NUMBEROFCONFIGUREDPROCESSES_DESC = Specifies the number of processes configured to run for the service.
  100. IDS_PROP_NUMBEROFPROCESSESHIGHWATERMARK_CAPTION = Number of processes high watermark
  101. IDS_PROP_NUMBEROFPROCESSESHIGHWATERMARK_DESC = Specifies the maximum number of processes running for the service.
  102. IDS_PROP_NUMBEROFPROCESSESLOWWATERMARK_CAPTION = Number of processes low watermark
  103. IDS_PROP_NUMBEROFPROCESSESLOWWATERMARK_DESC = Specifies the minimum number of processes running for the service.
  104. IDS_PROP_NUMBEROFCONNECTIONS_CAPTION = Number of connections
  105. IDS_PROP_NUMBEROFCONNECTIONS_DESC = Specifies the number of Windows connections.
  106. IDS_PROP_HITSPERMINUTE_CAPTION = Requests per minute
  107. IDS_PROP_HITSPERMINUTE_DESC = Specifies the number of PowerPlay Web requests received in the last minute
  108. IDS_PROP_SECONDSPERHIT_CAPTION = Average response time
  109. IDS_PROP_SECONDSPERHIT_DESC = Specifies the average time to process requests received in the last minute.
  110. IDS_PROP_NUMBEROFACTIVEPROCESSES_CAPTION = Number of active processes
  111. IDS_PROP_NUMBEROFACTIVEPROCESSES_DESC = Specifies the number of active processes.
  112. IDS_PROP_MAXNUMBEROFPROCESSES_CAPTION = Maximum number of processes
  113. IDS_PROP_MAXNUMBEROFPROCESSES_DESC = Specifies the maximum number of processes that are allowed at one time.
  114. IDS_PROP_QUEUED_CAPTION = Number of queued requests
  115. IDS_PROP_QUEUED_DESC = Specifies the number of requests in the queue that are waiting to be processed.
  116. IDS_PROP_CUBESTATE_CAPTION = Cube state
  117. IDS_PROP_CUBESTATE_DESC = Specifies the current cube state.
  118. IDS_PROP_DEPENDENT_CUBES_CAPTION = Dependent cubes
  119. IDS_PROP_DEPENDENT_CUBES_DESC = Specifies the list of dependent cubes.
  120. IDS_PROP_SOURCE_CUBES_CAPTION = Source cubes
  121. IDS_PROP_SOURCE_CUBES_DESC = Specifies the list of source cubes.
  122. IDS_PROP_COMBINED_IN_MEMORY_AGGREGATES_CAPTION = Loaded/defined in-memory aggregates
  123. IDS_PROP_COMBINED_IN_MEMORY_AGGREGATES_DESC = Number of loaded in-memory aggregates as a fraction of the total number defined.
  124. IDS_PROP_DATACACHEUSAGE_CAPTION = Used/defined size of data cache (MB)
  125. IDS_PROP_DATACACHEUSAGE_DESC = The amount of memory used as a fraction of the defined size of the data cache.
  126. IDS_PROP_INMEMORYAGGREGATECACHEUSAGE_CAPTION = Used/defined size of in-memory aggregate cache (MB)
  127. IDS_PROP_INMEMORYAGGREGATECACHEUSAGE_DESC = The amount of memory used as a fraction of the defined size of the in-memory aggregate cache.
  128. IDS_PROP_RESULTSETCACHEUSAGE_CAPTION = Used/defined size of result set cache (MB)
  129. IDS_PROP_RESULTSETCACHEUSAGE_DESC = The amount of disk space used as a fraction of the defined size of the result set cache.
  130. IDS_PROP_MEMBERSINMEMBERCACHE_CAPTION = Number of members in member cache
  131. IDS_PROP_MEMBERSINMEMBERCACHE_DESC = The number of members loaded into the member cache for all hierarchies in a cube.
  132. IDS_PROP_CUBE_UPTIME_CAPTION = Up time
  133. IDS_PROP_CUBE_UPTIME_DESC = Specifies the amount of time the cube has been running.
  134. IDS_PROP_AVG_TIME_PER_SUCCESSFUL_REQUEST_CAPTION = Average successful request time
  135. IDS_PROP_AVG_TIME_PER_SUCCESSFUL_REQUEST_DESC = Specifies the average number of seconds required to process a successful request.
  136. IDS_PROP_AVG_TIME_PER_SUCCESSFULREQUEST_IN_LAST_HOUR_CAPTION = Average successful request time in last hour
  137. IDS_PROP_AVG_TIME_PER_SUCCESSFULREQUEST_IN_LAST_HOUR_DESC = Specifies the average number of seconds required to process a successful request in the last hour.
  138. IDS_PROP_TIME_TO_LOAD_METADATA_CAPTION = Last metadata load time
  139. IDS_PROP_TIME_TO_LOAD_METADATA_DESC = Specifies the time taken for the most recent cube metadata load.
  140. IDS_PROP_TIME_TO_LOAD_IN_MEMORY_AGGREGATES_CAPTION = Time spent loading in-memory aggregates
  141. IDS_PROP_TIME_TO_LOAD_IN_MEMORY_AGGREGATES_DESC = Specifies the total time taken for loading the in-memory aggregates.
  142. IDS_PROP_TIDVALUEOFLATESTINCREMENT_CAPTION = TID Value of latest increment
  143. IDS_PROP_TIDVALUEOFLATESTINCREMENT_DESC = Specifies the TID value of the latest increment.
  144. IDS_PROP_TIME_LATEST_INCREMENT_AVAILABLE_CAPTION = Time latest increment became available
  145. IDS_PROP_TIME_LATEST_INCREMENT_AVAILABLE_DESC = Specifies the time at which new queries started using this incremental data.
  146. IDS_PROP_DURATION_BUILDING_LATEST_INCREMENT_CAPTION = Duration to build latest increment
  147. IDS_PROP_DURATION_BUILDING_LATEST_INCREMENT_DESC = Specifies the time taken to build the latest increment.
  148. IDS_AVE_PERCENTAGE_OF_TIME_SPENT_RETRIEVING_DATA_CAPTION = Percentage of time spent retrieving data
  149. IDS_AVE_PERCENTAGE_OF_TIME_SPENT_RETRIEVING_DATA_DESC = Percentage of time spent retrieving data from the underlying data source.
  150. IDS_AVE_PERCENTAGE_OF_TIME_SPENT_RETRIEVING_DATA_IN_LAST_HOUR_CAPTION = Percentage of time spent retrieving data in last hour
  151. IDS_AVE_PERCENTAGE_OF_TIME_SPENT_RETRIEVING_DATA_IN_LAST_HOUR_DESC = Percentage of time spent retrieving data from the underlying data source in the last hour.
  152. IDS_AVE_PERCENTAGE_OF_DATA_CACHE_HITS_CAPTION = Data cache hit rate
  153. IDS_AVE_PERCENTAGE_OF_DATA_CACHE_HITS_DESC = Percentage of data cache hits versus total data cache accesses.
  154. IDS_AVE_PERCENTAGE_OF_DATA_CACHE_HITS_IN_LAST_HOUR_CAPTION = Data cache hit rate in last hour
  155. IDS_AVE_PERCENTAGE_OF_DATA_CACHE_HITS_IN_LAST_HOUR_DESC = Percentage of data cache hits versus total data cache accesses in the last hour.
  156. IDS_AVE_PERCENTAGE_OF_RESULTSET_CACHE_HITS_CAPTION = Result set cache hit rate
  157. IDS_AVE_PERCENTAGE_OF_RESULTSET_CACHE_HITS_DESC = Percentage of result set cache hits versus total result set cache accesses.
  158. IDS_AVE_PERCENTAGE_OF_RESULTSET_CACHE_HITS_IN_LAST_HOUR_CAPTION = Result set cache hit rate in last hour
  159. IDS_AVE_PERCENTAGE_OF_RESULTSET_CACHE_HITS_IN_LAST_HOUR_DESC = Percentage of result set cache hits versus total result set cache accesses in the last hour.
  160. IDS_AVE_PERCENTAGE_OF_AGGR_TABLE_HITS_CAPTION = Aggregate table hit rate
  161. IDS_AVE_PERCENTAGE_OF_AGGR_TABLE_HITS_DESC = Percentage of aggregate table hits versus total aggregate table reads.
  162. IDS_AVE_PERCENTAGE_OF_AGGR_TABLE_HITS_IN_LAST_HOUR_CAPTION = Aggregate table hit rate in last hour
  163. IDS_AVE_PERCENTAGE_OF_AGGR_TABLE_HITS_IN_LAST_HOUR_DESC = Percentage of aggregate table hits versus total aggregate table reads in the last hour.
  164. IDS_AVE_PERCENTAGE_OF_IN_MEMORY_AGGREGATE_CACHE_HITS_CAPTION = In-memory aggregate cache hit rate
  165. IDS_AVE_PERCENTAGE_OF_IN_MEMORY_AGGREGATE_CACHE_HITS_DESC = Percentage of in-memory aggregate cache hits versus total in-memory aggregate cache accesses.
  166. IDS_AVE_PERCENTAGE_OF_IN_MEMORY_AGGREGATE_CACHE_HITS_IN_LAST_HOUR_CAPTION = In-memory aggregate cache hit rate in last hour
  167. IDS_AVE_PERCENTAGE_OF_IN_MEMORY_AGGREGATE_CACHE_HITS_IN_LAST_HOUR_DESC = Percentage of in-memory aggregate cache hits versus total in-memory aggregate cache accesses in the last hour.
  168. IDS_PROP_CUBESTATE_DISABLED = Disabled
  169. IDS_PROP_CUBESTATE_RUNNING = Running
  170. IDS_PROP_CUBESTATE_STOPPED = Stopped
  171. IDS_PROP_CUBESTATE_STARTING = Starting
  172. IDS_PROP_CUBESTATE_STOPPING = Stopping
  173. IDS_PROP_CUBESTATE_PAUSED = Paused
  174. IDS_PROP_CUBESTATE_PAUSING = Pausing
  175. IDS_PROP_OPERATIONALSTATUS_CAPTION = Operational status
  176. IDS_PROP_OPERATIONALSTATUS_DESC = Specifies the operational status of the resource.
  177. IDS_PROP_HEALTH_CAPTION = Score
  178. IDS_PROP_HEALTH_DESC = Specifies the health of the resource.
  179. IDS_PROP_CAPTION_SYSTEM = System
  180. IDS_PROP_VERSION_CAPTION = Version
  181. IDS_PROP_VERSION_DESC = Specifies the version of the resource.
  182. IDS_HEALTH_GOOD_CAPTION = Good
  183. IDS_HEALTH_POOR_CAPTION = Poor
  184. IDS_HEALTH_AVERAGE_CAPTION = Average
  185. IDS_HEALTH_UNKNOWN_CAPTION = Unknown
  186. IDS_OPST_AVAILABLE_CAPTION = Available
  187. IDS_OPST_PARTIALLYAVAILABLE_CAPTION = PartiallyAvailable
  188. IDS_OPST_UNAVAILABLE_CAPTION = Unavailable
  189. IDS_OPST_UNKNOWN_CAPTION = Unknown
  190. IDS_PROP_QUEUELENGTHPENDING_CAPTION = Pending queue length
  191. IDS_PROP_QUEUELENGTHPENDING_DESC = Specifies the number of pending items currently in the queue.
  192. IDS_PROP_QUEUELENGTHFAILED_CAPTION = Failed queue length
  193. IDS_PROP_QUEUELENGTHFAILED_DESC = Specifies the number of failed items currently in the queue.
  194. ui.defaultservergroup = Default Server Group
  195. IDS_PROP_FREESPACE_CAPTION = Free Space (GB)
  196. IDS_PROP_FREESPACE_DESC = Specifies the available free space in the External Object Store
  197. IDS_PROP_USEDSPACE_CAPTION = Used Space (GB)
  198. IDS_PROP_USEDSPACE_DESC = Specifies the storage space used by the External Object Store
  199. #
  200. # Section: MTG
  201. #
  202. # Description: Labels for metric groups. Should follow sentence capitalizations except proper nouns. See Rule 190 in STAN.
  203. #
  204. IDS_PROP_GRP_JVM_CAPTION = JVM
  205. IDS_PROP_GRP_JVM_DESC = Specifies metrics associated with the Java Virtual Machine.
  206. IDS_PROP_GRP_REQUEST_CAPTION = Request
  207. IDS_PROP_GRP_REQUEST_DESC = Specifies request metrics for this service.
  208. IDS_PROP_GRP_REQUEST_ALL_CAPTION = Request
  209. IDS_PROP_GRP_REQUEST_ALL_DESC = Specifies combined request metrics for all services.
  210. IDS_PROP_GRP_REQUEST_ADAPTIVEANALYTICSSERVICE_CAPTION = Request - Adaptive Analytics service
  211. IDS_PROP_GRP_REQUEST_ADAPTIVEANALYTICSSERVICE_DESC = Specifies combined request metrics for all adaptive analytics services.
  212. IDS_PROP_GRP_REQUEST_AGENTSERVICE_CAPTION = Request - Agent service
  213. IDS_PROP_GRP_REQUEST_AGENTSERVICE_DESC = Specifies combined request metrics for all agent services.
  214. IDS_PROP_GRP_REQUEST_ANNOTATIONSERVICE_CAPTION = Request - Annotation service
  215. IDS_PROP_GRP_REQUEST_ANNOTATIONSERVICE_DESC = Specifies combined request metrics for all annotation services.
  216. IDS_PROP_GRP_REQUEST_BATCHREPORTSERVICE_CAPTION = Request - Batch report service
  217. IDS_PROP_GRP_REQUEST_BATCHREPORTSERVICE_DESC = Specifies combined request metrics for all batch report services.
  218. IDS_PROP_GRP_REQUEST_CONTENTMANAGERCACHESERVICE_CAPTION = Request - Content Manager cache service
  219. IDS_PROP_GRP_REQUEST_CONTENTMANAGERCACHESERVICE_DESC = Specifies combined request metrics for all Content Manager cache services.
  220. IDS_PROP_GRP_REQUEST_CONTENTMANAGERSERVICE_CAPTION = Request - Content Manager service
  221. IDS_PROP_GRP_REQUEST_CONTENTMANAGERSERVICE_DESC = Specifies combined request metrics for all Content Manager services.
  222. IDS_PROP_GRP_REQUEST_DATAADVISORSERVICE_CAPTION = Request - Data advisor service
  223. IDS_PROP_GRP_REQUEST_DATAADVISORSERVICE_DESC = Specifies combined request metrics for all data advisor services.
  224. IDS_PROP_GRP_REQUEST_IDVIZSERVICE_CAPTION = Request - Interactive discovery visualization service
  225. IDS_PROP_GRP_REQUEST_IDVIZSERVICE_DESC = Specifies combined request metrics for all interactive discovery visualization services.
  226. IDS_PROP_GRP_REQUEST_DATAINTEGRATIONSERVICE_CAPTION = Request - Data integration service
  227. IDS_PROP_GRP_REQUEST_DATAINTEGRATIONSERVICE_DESC = Specifies combined request metrics for all data integration services.
  228. IDS_PROP_GRP_REQUEST_DATAMOVEMENTSERVICE_CAPTION = Request - Data movement service
  229. IDS_PROP_GRP_REQUEST_DATAMOVEMENTSERVICE_DESC = Specifies combined request metrics for all data movement services.
  230. IDS_PROP_GRP_REQUEST_DELIVERYSERVICE_CAPTION = Request - Delivery service
  231. IDS_PROP_GRP_REQUEST_DELIVERYSERVICE_DESC = Specifies combined request metrics for all delivery services.
  232. IDS_PROP_GRP_REQUEST_EVENTMANAGEMENTSERVICE_CAPTION = Request - Event management service
  233. IDS_PROP_GRP_REQUEST_EVENTMANAGEMENTSERVICE_DESC = Specifies combined request metrics for all event management services.
  234. IDS_PROP_GRP_REQUEST_EVSERVICE_CAPTION = Request - EV service
  235. IDS_PROP_GRP_REQUEST_EVSERVICE_DESC = Specifies combined request metrics for all EV services.
  236. IDS_PROP_GRP_REQUEST_GRAPHICSSERVICE_CAPTION = Request - Graphics service
  237. IDS_PROP_GRP_REQUEST_GRAPHICSSERVICE_DESC = Specifies combined request metrics for all graphics services.
  238. IDS_PROP_GRP_REQUEST_HUMANTASKSERVICE_CAPTION = Request - Human task service
  239. IDS_PROP_GRP_REQUEST_HUMANTASKSERVICE_DESC = Specifies combined request metrics for all human task services.
  240. IDS_PROP_GRP_REQUEST_INDEXDATASERVICE_CAPTION = Request - Index data service
  241. IDS_PROP_GRP_REQUEST_INDEXDATASERVICE_DESC = Specifies combined request metrics for all index data services.
  242. IDS_PROP_GRP_REQUEST_INDEXUPDATESERVICE_CAPTION = Request - Index update service
  243. IDS_PROP_GRP_REQUEST_INDEXUPDATESERVICE_DESC = Specifies combined request metrics for all index update services.
  244. IDS_PROP_GRP_REQUEST_INDEXSEARCHSERVICE_CAPTION = Request - Index search service
  245. IDS_PROP_GRP_REQUEST_INDEXSEARCHSERVICE_DESC = Specifies combined request metrics for all index search services.
  246. IDS_PROP_GRP_REQUEST_JOBSERVICE_CAPTION = Request - Job service
  247. IDS_PROP_GRP_REQUEST_JOBSERVICE_DESC = Specifies combined request metrics for all job services.
  248. IDS_PROP_GRP_REQUEST_LOGSERVICE_CAPTION = Request - Log service
  249. IDS_PROP_GRP_REQUEST_LOGSERVICE_DESC = Specifies combined request metrics for all log services.
  250. IDS_PROP_GRP_REQUEST_METADATASERVICE_CAPTION = Request - Metadata service
  251. IDS_PROP_GRP_REQUEST_METADATASERVICE_DESC = Specifies combined request metrics for all metadata services.
  252. IDS_PROP_GRP_REQUEST_METRICSMANAGERSERVICE_CAPTION = Request - Metrics Manager service
  253. IDS_PROP_GRP_REQUEST_METRICSMANAGERSERVICE_DESC = Specifies combined request metrics for all Metrics Manager services.
  254. IDS_PROP_GRP_REQUEST_MIGRATIONSERVICE_CAPTION = Request - Migration service
  255. IDS_PROP_GRP_REQUEST_MIGRATIONSERVICE_DESC = Specifies combined request metrics for all migration services.
  256. IDS_PROP_GRP_REQUEST_MOBILESERVICE_CAPTION = Request - Mobile service
  257. IDS_PROP_GRP_REQUEST_MOBILESERVICE_DESC = Specifies combined request metrics for all mobile services.
  258. IDS_PROP_GRP_REQUEST_MONITORSERVICE_CAPTION = Request - Monitor service
  259. IDS_PROP_GRP_REQUEST_MONITORSERVICE_DESC = Specifies combined request metrics for all monitor services.
  260. IDS_PROP_GRP_REQUEST_PLANNINGADMINISTRATIONCONSOLESERVICE_CAPTION = Request - Planning administration console service
  261. IDS_PROP_GRP_REQUEST_PLANNINGADMINISTRATIONCONSOLESERVICE_DESC = Specifies combined request metrics for all planning administration console services.
  262. IDS_PROP_GRP_REQUEST_PLANNINGDATASERVICE_CAPTION = Request - Planning data service
  263. IDS_PROP_GRP_REQUEST_PLANNINGDATASERVICE_DESC = Specifies combined request metrics for all planning data services.
  264. IDS_PROP_GRP_REQUEST_PLANNINGRUNTIMESERVICE_CAPTION = Request - Planning web service
  265. IDS_PROP_GRP_REQUEST_PLANNINGRUNTIMESERVICE_DESC = Specifies combined request metrics for all planning runtime services.
  266. IDS_PROP_GRP_REQUEST_PLANNINGTASKSERVICE_CAPTION = Request - Planning job service
  267. IDS_PROP_GRP_REQUEST_PLANNINGTASKSERVICE_DESC = Specifies combined request metrics for all planning task services.
  268. IDS_PROP_GRP_REQUEST_PRESENTATIONSERVICE_CAPTION = Request - Presentation service
  269. IDS_PROP_GRP_REQUEST_PRESENTATIONSERVICE_DESC = Specifies combined request metrics for all presentation services.
  270. IDS_PROP_GRP_REQUEST_QUERYSERVICE_CAPTION = Request - Query service
  271. IDS_PROP_GRP_REQUEST_QUERYSERVICE_DESC = Specifies combined request metrics for all query services.
  272. IDS_PROP_GRP_REQUEST_RELATIONALMETADATASERVICE_CAPTION = Request - Relational metadata service
  273. IDS_PROP_GRP_REQUEST_RELATIONALMETADATASERVICE_DESC = Specifies combined request metrics for all relational metadata services.
  274. IDS_PROP_GRP_REQUEST_REPORTDATASERVICE_CAPTION = Request - Report data service
  275. IDS_PROP_GRP_REQUEST_REPORTDATASERVICE_DESC = Specifies combined request metrics for all report data services.
  276. IDS_PROP_GRP_REQUEST_REPORTSERVICE_CAPTION = Request - Report service
  277. IDS_PROP_GRP_REQUEST_REPORTSERVICE_DESC = Specifies combined request metrics for all report services.
  278. IDS_PROP_GRP_REQUEST_REPOSITORYSERVICE_CAPTION = Request - Repository service
  279. IDS_PROP_GRP_REQUEST_REPOSITORYSERVICE_DESC = Specifies combined request metrics for all Repository services.
  280. IDS_PROP_GRP_REQUEST_POWERPLAYSERVICE_CAPTION = Request - PowerPlay service
  281. IDS_PROP_GRP_REQUEST_POWERPLAYSERVICE_DESC = Specifies combined request metrics for all PowerPlay services.
  282. IDS_PROP_GRP_REQUEST_SYSTEMSERVICE_CAPTION = Request - System service
  283. IDS_PROP_GRP_REQUEST_SYSTEMSERVICE_DESC = Specifies combined request metrics for all system services.
  284. IDS_PROP_GRP_QUEUE_CAPTION = Queue
  285. IDS_PROP_GRP_QUEUE_DESC = Specifies combined queue metrics related to SDK requests for all services as managed by the dispatcher.
  286. IDS_PROP_GRP_QUEUE_AGENTSERVICE_CAPTION = Queue - Agent service
  287. IDS_PROP_GRP_QUEUE_AGENTSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all agent services as managed by the dispatcher.
  288. IDS_PROP_GRP_QUEUE_BATCHREPORTSERVICE_CAPTION = Queue - Batch report service
  289. IDS_PROP_GRP_QUEUE_BATCHREPORTSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all batch report services as managed by the dispatcher.
  290. IDS_PROP_GRP_QUEUE_DELIVERYSERVICE_CAPTION = Queue - Delivery service
  291. IDS_PROP_GRP_QUEUE_DELIVERYSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all delivery services as managed by the dispatcher.
  292. IDS_PROP_GRP_QUEUE_EVENTMANAGEMENTSERVICE_CAPTION = Queue - Event management service
  293. IDS_PROP_GRP_QUEUE_EVENTMANAGEMENTSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all event management services as managed by the dispatcher.
  294. IDS_PROP_GRP_QUEUE_EVSERVICE_CAPTION = Queue - EV service
  295. IDS_PROP_GRP_QUEUE_EVSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all EV services as managed by the dispatcher.
  296. IDS_PROP_GRP_QUEUE_JOBSERVICE_CAPTION = Queue - Job service
  297. IDS_PROP_GRP_QUEUE_JOBSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all job services as managed by the dispatcher.
  298. IDS_PROP_GRP_QUEUE_MONITORSERVICE_CAPTION = Queue - Monitor service
  299. IDS_PROP_GRP_QUEUE_MONITORSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all monitor services as managed by the dispatcher.
  300. IDS_PROP_GRP_QUEUE_REPORTDATASERVICE_CAPTION = Queue - Report data service
  301. IDS_PROP_GRP_QUEUE_REPORTDATASERVICE_DESC = Specifies combined queue metrics related to SDK requests for all report data services as managed by the dispatcher.
  302. IDS_PROP_GRP_QUEUE_REPORTSERVICE_CAPTION = Queue - Report service
  303. IDS_PROP_GRP_QUEUE_REPORTSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all report services as managed by the dispatcher.
  304. IDS_PROP_GRP_QUEUE_POWERPLAYSERVICE_CAPTION = Queue - PowerPlay service
  305. IDS_PROP_GRP_QUEUE_POWERPLAYSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all PowerPlay services as managed by the dispatcher.
  306. IDS_PROP_GRP_QUEUE_JOBQUEUE_CAPTION = Job queue
  307. IDS_PROP_GRP_QUEUE_JOBQUEUE_DESC = Specifies metrics related to the internal queue used by all event management services. This queue contains tasks that are subsequently picked up and sent to the monitor service. Currently, the event management service places tasks directly on the task queue but the job queue is retained as a notification mechanism to inform the monitor service that a task is available for processing.
  308. IDS_PROP_GRP_QUEUE_SMTPQUEUE_CAPTION = SMTP queue
  309. IDS_PROP_GRP_QUEUE_SMTPQUEUE_DESC = Specifies metrics related to the internal queue used by all delivery services. This queue contains emails until they are sent.
  310. IDS_PROP_GRP_QUEUE_TASKQUEUE_CAPTION = Task queue
  311. IDS_PROP_GRP_QUEUE_TASKQUEUE_DESC = Specifies metrics related to the internal queue used by all monitor services. This queue contains tasks until they are successfully completed.
  312. IDS_PROP_GRP_SESSION_CAPTION = Session
  313. IDS_PROP_GRP_SESSION_DESC = Specifies metrics related to user sessions.
  314. IDS_PROP_GRP_EXTERNALIZEDDOCS_CAPTION = Externalized documents
  315. IDS_PROP_GRP_EXTERNALIZEDDOCS_DESC = Specifies metrics related to externalized documents.
  316. IDS_PROP_GRP_RS_CAPTION = Process
  317. IDS_PROP_GRP_RS_DESC = Specifies metrics related to how this service operates.
  318. IDS_PROP_GRP_RS_REPORTSERVICE_CAPTION = Process - Report service
  319. IDS_PROP_GRP_RS_REPORTSERVICE_DESC = Specifies combined process metrics for all report services.
  320. IDS_PROP_GRP_RS_BATCHREPORTSERVICE_CAPTION = Process - Batch report service
  321. IDS_PROP_GRP_RS_BATCHREPORTSERVICE_DESC = Specifies combined process metrics for all batch report services.
  322. IDS_PROP_GRP_RS_METADATASERVICE_CAPTION = Process - Metadata service
  323. IDS_PROP_GRP_RS_METADATASERVICE_DESC = Specifies combined process metrics for all metadata services.
  324. IDS_PROP_GRP_RS_POWERPLAYSERVICE_CAPTION = Process - PowerPlay service
  325. IDS_PROP_GRP_RS_POWERPLAYSERVICE_DESC = Specifies combined process metrics for all PowerPlay services.
  326. IDS_PROP_GRP_RS_GRAPHICSSERVICE_CAPTION = Process - Graphics service
  327. IDS_PROP_GRP_RS_GRAPHICSSERVICE_DESC = Specifies combined process metrics for all graphics services.
  328. IDS_PROP_GRP_HEALTH_CAPTION = Score
  329. IDS_PROP_GRP_EXTERNALOBJECTSTORE_CAPTION = External Object Store
  330. IDS_PROP_GRP_EXTERNALOBJECTSTORE_DESC = Specifies metrics associated with the External Object Store.
  331. #
  332. # Section: ACT
  333. #
  334. # Description: Labels for actions menu
  335. #
  336. IDS_PROP_START_CAPTION = Start
  337. IDS_PROP_START_TOOLTIP = Start
  338. IDS_PROP_STARTDISPATCHERS_CAPTION = Start dispatchers
  339. IDS_PROP_STARTSERVICES_CAPTION = Start services
  340. IDS_PROP_STOP_CAPTION = Stop immediately
  341. IDS_PROP_STOPDISPATCHERS_CAPTION = Stop dispatchers immediately
  342. IDS_PROP_STOPSERVICES_CAPTION = Stop services immediately
  343. IDS_PROP_STOP_TOOLTIP = Stop immediately
  344. IDS_PROP_STOPAFTERPROCESSING_CAPTION = Stop after running and queue processed
  345. IDS_PROP_STOPDISPATCHERSAFTERPROCESSING_CAPTION = Stop dispatchers after running and queue processed
  346. IDS_PROP_STOPSERVICESAFTERPROCESSING_CAPTION = Stop services after running and queue processed
  347. IDS_PROP_STOPAFTERPROCESSING_TOOLTIP = Stop after running and queue processed
  348. IDS_PROP_UNREGISTER_CAPTION = Unregister
  349. IDS_PROP_UNREGISTERDISPATCHERS_CAPTION = Unregister dispatchers
  350. IDS_PROP_UNREGISTER_TOOLTIP = Unregister
  351. IDS_PROP_UNREGISTER_CONFIRM = Are you sure you want to unregister the selected dispatcher(s)?
  352. IDS_PROP_TEST_CAPTION = Test
  353. IDS_PROP_TESTDISPATCHERS_CAPTION = Test dispatchers
  354. IDS_PROP_TEST_TOOLTIP = Test
  355. IDS_PROP_TESTREPOSITORYSERVICE_CAPTION = Test repository service connections
  356. IDS_PROP_TESTREPOSITORYSERVICE_TOOLTIP = Test repository service connections
  357. IDS_PROP_REFRESHCONNECTIONS_CAPTION = Refresh report service connections
  358. IDS_PROP_REFRESHCONNECTIONS_TOOLTIP = Refresh report service connections
  359. IDS_PROP_RESETMETRICGROUP_CAPTION = Reset
  360. IDS_PROP_RESETMETRICGROUP_TOOLTIP = Reset
  361. IDS_PROP_ACTIVATE_CAPTION = Activate
  362. IDS_PROP_ACTIVATE_TOOLTIP = Activate
  363. IDS_PROP_SETASDEFAULTACTIVE_CAPTION = Set as active by default
  364. IDS_PROP_SETASDEFAULTACTIVE_TOOLTIP = Set as active by default
  365. IDS_PROP_RESETALLMETRICS_CAPTION = Reset all metrics of the system
  366. IDS_PROP_RESETALLMETRICS_TOOLTIP = Reset all metrics of the system
  367. IDS_PROP_STARTCUBE_CAPTION = Start
  368. IDS_PROP_STARTCUBE_TOOLTIP = Start
  369. IDS_PROP_FORCESTARTCUBE_CAPTION = Force start
  370. IDS_PROP_FORCESTARTCUBE_TOOLTIP = Force start
  371. IDS_PROP_ROLAP_ACTION_INPROGRESS_MESSAGE = Your request was successfully submitted. For more details, select the 'View recent messages' action.
  372. IDS_PROP_STOPCUBE_CAPTION = Stop immediately
  373. IDS_PROP_STOPCUBE_TOOLTIP = Stop immediately
  374. IDS_PROP_STOPCUBEAFTERPROCESSING_CAPTION = Stop after active tasks complete
  375. IDS_PROP_STOPCUBEAFTERPROCESSING_TOOLTIP = Stop after active tasks complete
  376. IDS_PROP_RESTARTCUBE_CAPTION = Restart
  377. IDS_PROP_RESTARTCUBE_TOOLTIP = Restart
  378. IDS_PROP_PAUSECUBE_CAPTION = Pause
  379. IDS_PROP_PAUSECUBE_TOOLTIP = Pause
  380. IDS_PROP_INCREMENTALLYUPDATECUBEDATA_CAPTION = Incrementally update data
  381. IDS_PROP_INCREMENTALLYUPDATECUBEDATA_TOOLTIP = Incrementally update data
  382. IDS_PROP_REFRESHCUBEMEMBERCACHE_CAPTION = Refresh member cache
  383. IDS_PROP_REFRESHCUBEMEMBERCACHE_TOOLTIP = Refresh member cache
  384. IDS_PROP_REFRESHCUBEDATACACHE_CAPTION = Refresh data cache
  385. IDS_PROP_REFRESHCUBEDATACACHE_TOOLTIP = Refresh data cache
  386. IDS_PROP_REFRESHCUBESECURITY_CAPTION = Refresh security settings
  387. IDS_PROP_REFRESHCUBESECURITY_TOOLTIP = Refresh security settings
  388. IDS_PROP_CLEARCUBEAGGREGATELOG_CAPTION = Clear workload log
  389. IDS_PROP_CLEARCUBEAGGREGATELOG_TOOLTIP = Clear aggregate workload log to start a new workload profile
  390. IDS_PROP_VIEWRECENTCUBEACTIONMESSAGES_CAPTION = View recent messages
  391. IDS_PROP_CONFIRM_ACTIVATE = Changing the active Content Manager service will cause all authenticated users to be logged off.\nDuring the change period, requests may fail.\n\nDo you want to continue?
  392. IDS_PROP_STARTCMBACKGROUNDACTIVITIES_CAPTION = Start background activities
  393. IDS_PROP_STARTCMBACKGROUNDACTIVITIES_TOOLTIP = Start background activities
  394. IDS_PROP_STOPCMBACKGROUNDACTIVITIES_CAPTION = Stop background activities
  395. IDS_PROP_STOPCMBACKGROUNDACTIVITIES_TOOLTIP = Stop background activities
  396. IDS_PROP_CLEARREPSCACHE_CAPTION = Clear cache
  397. IDS_PROP_CLEARREPSCACHE_TOOLTIP = Clear cache
  398. IDS_PROP_CONFIGUREQUERYSERVICES_CAPTION = Configure query services
  399. IDS_PROP_CONFIGUREQUERYSERVICES_TOOLTIP = Configure query services
  400. IDS_PROP_CLEARQUERYWORKLOADLOGS_CAPTION = Clear query workload logs
  401. IDS_PROP_CLEARQUERYWORKLOADLOGS_TOOLTIP = Clear query workload logs
  402. IDS_PROP_REMOVEDATASTOREFROMSERVERGROUP_CAPTION = Remove data store from server group
  403. IDS_PROP_REMOVEDATASTOREFROMSERVERGROUP_TOOLTIP = Remove data store from server group
  404. IDS_PROP_MOVEDATASTORETOOTHERSERVERGROUP_CAPTION = Move data store to other server group
  405. IDS_PROP_MOVEDATASTORETOOTHERSERVERGROUP_TOOLTIP = Move data store to other server group
  406. IDS_PROP_ADDTOSERVERGROUP_CAPTION = Add data store to server group
  407. IDS_PROP_ADDTOSERVERGROUP_TOOLTIP = Add data store to server group
  408. IDS_PROP_SETQUERYSERVICEPROPERTIES_CAPTION = Set properties
  409. IDS_PROP_SETQUERYSERVICEPROPERTIES = Set properties
  410. IDS_PROP_EDITACCESSACCOUNT_CAPTION = Edit access account
  411. IDS_PROP_EDITACCESSACCOUNT_TOOLTIP = Edit access account
  412. IDS_PROP_EDITPERMISSIONS_CAPTION = Edit permissions
  413. IDS_PROP_EDITPERMISSIONS_TOOLTIP = Edit permissions
  414. IDS_PROP_EDITSECURITYVIEWSPERMISSIONS_CAPTION = Edit security view permissions
  415. IDS_PROP_SETCUBEPROPERTIES_CAPTION = Set properties
  416. IDS_PROP_SETCUBEPROPERTIES_TOOLTIP = Set properties
  417. IDS_PROP_SETDATASOURCEPROPERTIES_CAPTION = Set properties
  418. IDS_PROP_SETDATASOURCEPROPERTIES_TOOLTIP = Set properties
  419. IDS_PROP_EDITSECURITYVIEWSPERMISSIONS_TOOLTIP = Edit security view permissions
  420. IDS_PROP_DELETEDATASOURCE_CAPTION = Delete
  421. IDS_PROP_DELETEDATASOURCE_TOOLTIP = Delete
  422. IDS_PROP_CONFIRM_START_CUBES = Are you sure you want to start the selected data source(s)?
  423. IDS_PROP_CONFIRM_STOP_CUBES = Are you sure you want to stop the selected data source(s)?
  424. IDS_PROP_CONFIRM_RESTART_CUBES = Are you sure you want to restart the selected data source(s)?
  425. IDS_PROP_CONFIRM_PAUSE_CUBES = Are you sure you want to pause the selected data source(s)?
  426. IDS_PROP_CONFIRM_DELETE_DATASOURCE = Are you sure you want to delete the selected data source(s)?
  427. #
  428. # Section: RLT
  429. #
  430. # Description: Labels for relationships menu in topology view. Should follow title capitalization. See Rule 261 in STAN.
  431. #
  432. relationship.servers.caption = All servers
  433. relationship.servergroups.caption = All server groups
  434. relationship.services.caption = (All)
  435. relationship.dispatchers.caption = All dispatchers
  436. relationship.servicesbytype.caption = Services
  437. relationship.templates.caption = Templates
  438. relationship.adaptiveAnalyticsService.caption = Adaptive Analytics
  439. relationship.agentService.caption = Agent
  440. relationship.annotationService.caption = Annotation
  441. relationship.batchReportService.caption = Batch Report
  442. relationship.contentManagerCacheService.caption = Content Manager Cache
  443. relationship.contentManagerService.caption = Content Manager
  444. relationship.dataAdvisorService.caption = Data Advisor
  445. relationship.idVizService.caption = Interactive Discovery Visualization
  446. relationship.dataIntegrationService.caption = Data Integration
  447. relationship.dataMovementService.caption = Data Movement
  448. relationship.deliveryService.caption = Delivery
  449. relationship.eventManagementService.caption = Event Management
  450. relationship.EVService.caption = EV
  451. relationship.graphicsService.caption = Graphics
  452. relationship.humanTaskService.caption = Human Task
  453. relationship.indexDataService.caption = Index Data
  454. relationship.indexSearchService.caption = Index Search
  455. relationship.indexUpdateService.caption = Index Update
  456. relationship.jobService.caption = Job
  457. relationship.logService.caption = Log
  458. relationship.metadataService.caption = Metadata
  459. relationship.metricsManagerService.caption = Metrics Manager
  460. relationship.mobileService.caption = Mobile
  461. relationship.migrationService.caption = Migration
  462. relationship.monitorService.caption = Monitor
  463. relationship.planningAdministrationConsoleService.caption = Planning Administration Console
  464. relationship.planningDataService.caption = Planning Data
  465. relationship.planningRuntimeService.caption = Planning Web
  466. relationship.planningTaskService.caption = Planning Job
  467. relationship.presentationService.caption = Presentation
  468. relationship.queryService.caption = Query
  469. relationship.relationalMetadataService.caption = Relational Metadata
  470. relationship.reportDataService.caption = Report Data
  471. relationship.reportService.caption = Report
  472. relationship.repositoryService.caption = Repository
  473. relationship.powerPlayService.caption = PowerPlay
  474. relationship.systemService.caption = System
  475. relationship.datastores.caption = Data Stores
  476. relationship.datasources.caption = (All)
  477. relationship.datasources_base.caption = Base Cubes
  478. relationship.datasources_virtual.caption = Virtual Cubes
  479. #
  480. # Section: TMP
  481. #
  482. # Description: Labels for resource templates. Should follow sentence capitalizations except proper nouns. See Rule 190 in STAN.
  483. #
  484. server.caption = Server
  485. serverGroup.caption = Server group
  486. dispatcher.caption = Dispatcher
  487. adaptiveAnalyticsService.caption = Adaptive analytics service
  488. agentService.caption = Agent service
  489. annotationService.caption = Annotation service
  490. batchReportService.caption = Batch report service
  491. contentManagerCacheService.caption = Content manager cache service
  492. contentManagerService.caption = Content Manager service
  493. dataAdvisorService.caption = Data advisor service
  494. idVizService.caption = Interactive discovery visualization service
  495. dataIntegrationService.caption = Data integration service
  496. dataMovementService.caption = Data movement service
  497. deliveryService.caption = Delivery service
  498. eventManagementService.caption = Event management service
  499. EVService.caption = EV service
  500. graphicsService.caption = Graphics service
  501. humanTaskService.caption = Human task service
  502. indexDataService.caption = Index data service
  503. indexSearchService.caption = Index search service
  504. indexUpdateService.caption = Index update service
  505. jobService.caption = Job service
  506. logService.caption = Log service
  507. metadataService.caption = Metadata service
  508. metricsManagerService.caption = Metrics Manager service
  509. mobileService.caption = Mobile service
  510. migrationService.caption = Migration service
  511. monitorService.caption = Monitor service
  512. package.caption = Package
  513. planningAdministrationConsoleService.caption = Planning administration console service
  514. planningDataService.caption = Planning data service
  515. planningRuntimeService.caption = Planning web service
  516. planningTaskService.caption = Planning job service
  517. presentationService.caption = Presentation service
  518. queryService.caption = Query service
  519. relationalMetadataService.caption = Relational metadata service
  520. reportDataService.caption = Report data service
  521. reportService.caption = Report service
  522. repositoryService.caption = Repository service
  523. powerPlayService.caption = PowerPlay service
  524. systemService.caption = System service
  525. #
  526. # Section: FMT
  527. #
  528. # Description: formatters for values
  529. #
  530. format.duration.days = {0}d {1}h {2}min {3}.{4}s
  531. format.duration.hours = {0}h {1}min {2}.{3}s
  532. format.duration.mins = {0}min {1}.{2}s
  533. format.duration.secs = {0}.{1}s