123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541 |
- #
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: localizationkit
- # (C) Copyright IBM Corp. 2005, 2016
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ## DO NOT EDIT!
- ## Generated using CCLXmlToProperties.xslt
- ## END OF WARNING
- ##
- ## Component: ADM
- ##
- ## Description: Messages generated by Cogadmin Services
- ##
- #
- # Section: MTC
- #
- # Description: Labels and descriptions of metrics. Should follow sentence capitalizations except proper nouns. See Rule 190 in STAN.
- #
- IDS_PROP_UPTIME_CAPTION = Up time
- IDS_PROP_UPTIME_DESC = Specifies the amount of time the JVM has been running.
- IDS_PROP_HEAPSIZE_INITIAL_CAPTION = Initially requested heap size (bytes)
- IDS_PROP_HEAPSIZE_INITIAL_DESC = Specifies the initial amount of memory that the JVM requests from the operating system during startup.
- IDS_PROP_HEAPSIZE_INUSE_CAPTION = Current heap size (bytes)
- IDS_PROP_HEAPSIZE_INUSE_DESC = Specifies the current size of the JVM heap.
- IDS_PROP_HEAPSIZE_INUSE_HIGH_WATERMARK_CAPTION = Current heap size high watermark (bytes)
- IDS_PROP_HEAPSIZE_INUSE_HIGH_WATERMARK_DESC = Specifies the peak size of the JVM heap.
- IDS_PROP_HEAPSIZE_COMMITTED_CAPTION = Committed heap size (bytes)
- IDS_PROP_HEAPSIZE_COMMITTED_DESC = Specifies the amount of memory that is guaranteed to be available for use by the JVM.
- IDS_PROP_HEAPSIZE_COMMITTED_HIGH_WATERMARK_CAPTION = Committed heap size high watermark (bytes)
- IDS_PROP_HEAPSIZE_COMMITTED_HIGH_WATERMARK_DESC = Specifies the maximum amount of memory guaranteed to be available for use by the JVM.
- IDS_PROP_HEAPSIZE_MAX_CAPTION = Maximum heap size (bytes)
- IDS_PROP_HEAPSIZE_MAX_DESC = Specifies the maximum amount of memory that can be used by the JVM.
- IDS_PROP_CURRENTTIME_CAPTION = Current time
- IDS_PROP_CURRENTTIME_DESC = Specifies the current time as known by the resource.
- IDS_PROP_NUMBEROFREQUESTS_CAPTION = Number of processed requests
- IDS_PROP_NUMBEROFREQUESTS_DESC = Specifies the number of requests processed.
- IDS_PROP_NUMBEROFFAILEDREQUESTS_CAPTION = Number of failed requests
- IDS_PROP_NUMBEROFFAILEDREQUESTS_DESC = Specifies the number of requests processed where a fault was returned.
- IDS_PROP_NUMBEROFSUCCESSFULREQUESTS_CAPTION = Number of successful requests
- IDS_PROP_NUMBEROFSUCCESSFULREQUESTS_DESC = Specifies the number of requests processed where no fault was returned.
- IDS_PROP_NUMBER_OF_DEFINED_IN_MEMORY_AGGREGATES_CAPTION = Number of defined in-memory aggregates
- IDS_PROP_NUMBER_OF_DEFINED_IN_MEMORY_AGGREGATES_DESC = Specifies the number of in-memory aggregates defined (not all may be loaded).
- IDS_PROP_NUMBER_OF_LOADED_IN_MEMORY_AGGREGATES_CAPTION = Number of loaded in-memory aggregates
- IDS_PROP_NUMBER_OF_LOADED_IN_MEMORY_AGGREGATES_DESC = Specifies the number of in-memory aggregates currently loaded.
- IDS_PROP_PERCENTAGEOFFAILEDREQUESTS_CAPTION = Percentage of failed requests
- IDS_PROP_PERCENTAGEOFFAILEDREQUESTS_DESC = Specifies the percentage of requests that have failed.
- IDS_PROP_PERCENTAGEOFSUCCESSFULREQUESTS_CAPTION = Percentage of successful requests
- IDS_PROP_PERCENTAGEOFSUCCESSFULREQUESTS_DESC = Specifies the percentage of requests that have succeeded.
- IDS_PROP_SERVICETIME_CAPTION = Service time
- IDS_PROP_SERVICETIME_DESC = Specifies the time taken to process all successful and failed requests.
- IDS_PROP_SERVICETIMEFAILEDREQUESTS_CAPTION = Service time failed requests
- IDS_PROP_SERVICETIMEFAILEDREQUESTS_DESC = Specifies the time taken to process all failed requests.
- IDS_PROP_SERVICETIMESUCCESSFULREQUESTS_CAPTION = Service time successful requests
- IDS_PROP_SERVICETIMESUCCESSFULREQUESTS_DESC = Specifies the time taken to process all successful requests.
- IDS_PROP_RESPONSETIMEHIGHWATERMARK_CAPTION = Response time high watermark
- IDS_PROP_RESPONSETIMEHIGHWATERMARK_DESC = Specifies the maximum time taken for a successful or failed request.
- IDS_PROP_RESPONSETIMELOWWATERMARK_CAPTION = Response time low watermark
- IDS_PROP_RESPONSETIMELOWWATERMARK_DESC = Specifies the minimum time taken for a successful or failed request.
- IDS_PROP_LASTRESPONSETIME_CAPTION = Last response time
- IDS_PROP_LASTRESPONSETIME_DESC = Specifies the time taken for the most recent successful or failed request.
- IDS_PROP_SUCCESSFULREQUESTSPERMINUTE_CAPTION = Successful requests per minute
- IDS_PROP_SUCCESSFULREQUESTSPERMINUTE_DESC = Specifies the average number of successful requests that can be processed in one minute
- IDS_PROP_SECONDSPERSUCCESSFULREQUEST_CAPTION = Seconds per successful request
- IDS_PROP_SECONDSPERSUCCESSFULREQUEST_DESC = Specifies the average number of seconds required to process a successful request
- IDS_PROP_NUMBEROFSESSIONS_CAPTION = Number of sessions
- IDS_PROP_NUMBEROFSESSIONS_DESC = Specifies the number of currently active user sessions.
- IDS_PROP_NUMBEROFSESSIONSHIGHWATERMARK_CAPTION = Number of sessions high watermark
- IDS_PROP_NUMBEROFSESSIONSHIGHWATERMARK_DESC = Specifies the maximum number of active user sessions.
- IDS_PROP_NUMBEROFSESSIONSLOWWATERMARK_CAPTION = Number of sessions low watermark
- IDS_PROP_NUMBEROFSESSIONSLOWWATERMARK_DESC = Specifies the minimum number of active user sessions.
- IDS_PROP_NUMBEROFSUCCESSFULEXTERNALIZEDDOCUMENTS_CAPTION = Number of successful externalized documents
- IDS_PROP_NUMBEROFSUCCESSFULEXTERNALIZEDDOCUMENTS_DESC = Specifies the number of successfully externalized documents.
- IDS_PROP_NUMBEROFFAILEDEXTERNALIZEDDOCUMENTS_CAPTION = Number of failed externalized documents
- IDS_PROP_NUMBEROFFAILEDEXTERNALIZEDDOCUMENTS_DESC = Specifies the number of failed externalized documents.
- IDS_PROP_SUCCESSFULEXTERNALIZEDDOCUMENTSPERCENT_CAPTION = Percentage of successfully externalized documents
- IDS_PROP_SUCCESSFULEXTERNALIZEDDOCUMENTSPERCENT_DESC = Specifies the percentage of successfully externalized documents.
- IDS_PROP_FAILEDEXTERNALIZEDDOCUMENTSPERCENT_CAPTION = Percentage of failed externalized documents
- IDS_PROP_FAILEDEXTERNALIZEDDOCUMENTSPERCENT_DESC = Specifies the percentage of failed externalized documents.
- IDS_PROP_TIMEINQUEUEHIGHWATERMARK_CAPTION = Time in queue high watermark
- IDS_PROP_TIMEINQUEUEHIGHWATERMARK_DESC = Specifies the maximum time that a request has been in the queue.
- IDS_PROP_TIMEINQUEUELOWWATERMARK_CAPTION = Time in queue low watermark
- IDS_PROP_TIMEINQUEUELOWWATERMARK_DESC = Specifies the minimum time that a request has been in the queue.
- IDS_PROP_TIMEINQUEUE_CAPTION = Time in queue
- IDS_PROP_TIMEINQUEUE_DESC = Specifies the total amount of time that requests have been in the queue.
- IDS_PROP_LATENCY_CAPTION = Latency
- IDS_PROP_LATENCY_DESC = Specifies the average amount of time that requests have spent in the queue.
- IDS_PROP_NUMBEROFQUEUEREQUESTS_CAPTION = Number of queue requests
- IDS_PROP_NUMBEROFQUEUEREQUESTS_DESC = Specifies the number of requests that have passed through the queue.
- IDS_PROP_QUEUELENGTHHIGHWATERMARK_CAPTION = Queue length high watermark
- IDS_PROP_QUEUELENGTHHIGHWATERMARK_DESC = Specifies the maximum number of items in the queue.
- IDS_PROP_QUEUELENGTHLOWWATERMARK_CAPTION = Queue length low watermark
- IDS_PROP_QUEUELENGTHLOWWATERMARK_DESC = Specifies the minimum number of items in the queue.
- IDS_PROP_QUEUELENGTH_CAPTION = Queue length
- IDS_PROP_QUEUELENGTH_DESC = Specifies the number of items currently in the queue.
- IDS_PROP_NUMBEROFPROCESSES_CAPTION = Number of processes
- IDS_PROP_NUMBEROFPROCESSES_DESC = Specifies the number of processes currently running for the service.
- IDS_PROP_NUMBEROFCONFIGUREDPROCESSES_CAPTION = Number of configured processes
- IDS_PROP_NUMBEROFCONFIGUREDPROCESSES_DESC = Specifies the number of processes configured to run for the service.
- IDS_PROP_NUMBEROFPROCESSESHIGHWATERMARK_CAPTION = Number of processes high watermark
- IDS_PROP_NUMBEROFPROCESSESHIGHWATERMARK_DESC = Specifies the maximum number of processes running for the service.
- IDS_PROP_NUMBEROFPROCESSESLOWWATERMARK_CAPTION = Number of processes low watermark
- IDS_PROP_NUMBEROFPROCESSESLOWWATERMARK_DESC = Specifies the minimum number of processes running for the service.
- IDS_PROP_NUMBEROFCONNECTIONS_CAPTION = Number of connections
- IDS_PROP_NUMBEROFCONNECTIONS_DESC = Specifies the number of Windows connections.
- IDS_PROP_HITSPERMINUTE_CAPTION = Requests per minute
- IDS_PROP_HITSPERMINUTE_DESC = Specifies the number of PowerPlay Web requests received in the last minute
- IDS_PROP_SECONDSPERHIT_CAPTION = Average response time
- IDS_PROP_SECONDSPERHIT_DESC = Specifies the average time to process requests received in the last minute.
- IDS_PROP_NUMBEROFACTIVEPROCESSES_CAPTION = Number of active processes
- IDS_PROP_NUMBEROFACTIVEPROCESSES_DESC = Specifies the number of active processes.
- IDS_PROP_MAXNUMBEROFPROCESSES_CAPTION = Maximum number of processes
- IDS_PROP_MAXNUMBEROFPROCESSES_DESC = Specifies the maximum number of processes that are allowed at one time.
- IDS_PROP_QUEUED_CAPTION = Number of queued requests
- IDS_PROP_QUEUED_DESC = Specifies the number of requests in the queue that are waiting to be processed.
- IDS_PROP_CUBESTATE_CAPTION = Cube state
- IDS_PROP_CUBESTATE_DESC = Specifies the current cube state.
- IDS_PROP_DEPENDENT_CUBES_CAPTION = Dependent cubes
- IDS_PROP_DEPENDENT_CUBES_DESC = Specifies the list of dependent cubes.
- IDS_PROP_SOURCE_CUBES_CAPTION = Source cubes
- IDS_PROP_SOURCE_CUBES_DESC = Specifies the list of source cubes.
- IDS_PROP_COMBINED_IN_MEMORY_AGGREGATES_CAPTION = Loaded/defined in-memory aggregates
- IDS_PROP_COMBINED_IN_MEMORY_AGGREGATES_DESC = Number of loaded in-memory aggregates as a fraction of the total number defined.
- IDS_PROP_DATACACHEUSAGE_CAPTION = Used/defined size of data cache (MB)
- IDS_PROP_DATACACHEUSAGE_DESC = The amount of memory used as a fraction of the defined size of the data cache.
- IDS_PROP_INMEMORYAGGREGATECACHEUSAGE_CAPTION = Used/defined size of in-memory aggregate cache (MB)
- IDS_PROP_INMEMORYAGGREGATECACHEUSAGE_DESC = The amount of memory used as a fraction of the defined size of the in-memory aggregate cache.
- IDS_PROP_RESULTSETCACHEUSAGE_CAPTION = Used/defined size of result set cache (MB)
- IDS_PROP_RESULTSETCACHEUSAGE_DESC = The amount of disk space used as a fraction of the defined size of the result set cache.
- IDS_PROP_MEMBERSINMEMBERCACHE_CAPTION = Number of members in member cache
- IDS_PROP_MEMBERSINMEMBERCACHE_DESC = The number of members loaded into the member cache for all hierarchies in a cube.
- IDS_PROP_CUBE_UPTIME_CAPTION = Up time
- IDS_PROP_CUBE_UPTIME_DESC = Specifies the amount of time the cube has been running.
- IDS_PROP_AVG_TIME_PER_SUCCESSFUL_REQUEST_CAPTION = Average successful request time
- IDS_PROP_AVG_TIME_PER_SUCCESSFUL_REQUEST_DESC = Specifies the average number of seconds required to process a successful request.
- IDS_PROP_AVG_TIME_PER_SUCCESSFULREQUEST_IN_LAST_HOUR_CAPTION = Average successful request time in last hour
- 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.
- IDS_PROP_TIME_TO_LOAD_METADATA_CAPTION = Last metadata load time
- IDS_PROP_TIME_TO_LOAD_METADATA_DESC = Specifies the time taken for the most recent cube metadata load.
- IDS_PROP_TIME_TO_LOAD_IN_MEMORY_AGGREGATES_CAPTION = Time spent loading in-memory aggregates
- IDS_PROP_TIME_TO_LOAD_IN_MEMORY_AGGREGATES_DESC = Specifies the total time taken for loading the in-memory aggregates.
- IDS_PROP_TIDVALUEOFLATESTINCREMENT_CAPTION = TID Value of latest increment
- IDS_PROP_TIDVALUEOFLATESTINCREMENT_DESC = Specifies the TID value of the latest increment.
- IDS_PROP_TIME_LATEST_INCREMENT_AVAILABLE_CAPTION = Time latest increment became available
- IDS_PROP_TIME_LATEST_INCREMENT_AVAILABLE_DESC = Specifies the time at which new queries started using this incremental data.
- IDS_PROP_DURATION_BUILDING_LATEST_INCREMENT_CAPTION = Duration to build latest increment
- IDS_PROP_DURATION_BUILDING_LATEST_INCREMENT_DESC = Specifies the time taken to build the latest increment.
- IDS_AVE_PERCENTAGE_OF_TIME_SPENT_RETRIEVING_DATA_CAPTION = Percentage of time spent retrieving data
- IDS_AVE_PERCENTAGE_OF_TIME_SPENT_RETRIEVING_DATA_DESC = Percentage of time spent retrieving data from the underlying data source.
- IDS_AVE_PERCENTAGE_OF_TIME_SPENT_RETRIEVING_DATA_IN_LAST_HOUR_CAPTION = Percentage of time spent retrieving data in last hour
- 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.
- IDS_AVE_PERCENTAGE_OF_DATA_CACHE_HITS_CAPTION = Data cache hit rate
- IDS_AVE_PERCENTAGE_OF_DATA_CACHE_HITS_DESC = Percentage of data cache hits versus total data cache accesses.
- IDS_AVE_PERCENTAGE_OF_DATA_CACHE_HITS_IN_LAST_HOUR_CAPTION = Data cache hit rate in last hour
- 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.
- IDS_AVE_PERCENTAGE_OF_RESULTSET_CACHE_HITS_CAPTION = Result set cache hit rate
- IDS_AVE_PERCENTAGE_OF_RESULTSET_CACHE_HITS_DESC = Percentage of result set cache hits versus total result set cache accesses.
- IDS_AVE_PERCENTAGE_OF_RESULTSET_CACHE_HITS_IN_LAST_HOUR_CAPTION = Result set cache hit rate in last hour
- 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.
- IDS_AVE_PERCENTAGE_OF_AGGR_TABLE_HITS_CAPTION = Aggregate table hit rate
- IDS_AVE_PERCENTAGE_OF_AGGR_TABLE_HITS_DESC = Percentage of aggregate table hits versus total aggregate table reads.
- IDS_AVE_PERCENTAGE_OF_AGGR_TABLE_HITS_IN_LAST_HOUR_CAPTION = Aggregate table hit rate in last hour
- 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.
- IDS_AVE_PERCENTAGE_OF_IN_MEMORY_AGGREGATE_CACHE_HITS_CAPTION = In-memory aggregate cache hit rate
- IDS_AVE_PERCENTAGE_OF_IN_MEMORY_AGGREGATE_CACHE_HITS_DESC = Percentage of in-memory aggregate cache hits versus total in-memory aggregate cache accesses.
- IDS_AVE_PERCENTAGE_OF_IN_MEMORY_AGGREGATE_CACHE_HITS_IN_LAST_HOUR_CAPTION = In-memory aggregate cache hit rate in last hour
- 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.
- IDS_PROP_CUBESTATE_DISABLED = Disabled
- IDS_PROP_CUBESTATE_RUNNING = Running
- IDS_PROP_CUBESTATE_STOPPED = Stopped
- IDS_PROP_CUBESTATE_STARTING = Starting
- IDS_PROP_CUBESTATE_STOPPING = Stopping
- IDS_PROP_CUBESTATE_PAUSED = Paused
- IDS_PROP_CUBESTATE_PAUSING = Pausing
- IDS_PROP_OPERATIONALSTATUS_CAPTION = Operational status
- IDS_PROP_OPERATIONALSTATUS_DESC = Specifies the operational status of the resource.
- IDS_PROP_HEALTH_CAPTION = Score
- IDS_PROP_HEALTH_DESC = Specifies the health of the resource.
- IDS_PROP_CAPTION_SYSTEM = System
- IDS_PROP_VERSION_CAPTION = Version
- IDS_PROP_VERSION_DESC = Specifies the version of the resource.
- IDS_HEALTH_GOOD_CAPTION = Good
- IDS_HEALTH_POOR_CAPTION = Poor
- IDS_HEALTH_AVERAGE_CAPTION = Average
- IDS_HEALTH_UNKNOWN_CAPTION = Unknown
- IDS_OPST_AVAILABLE_CAPTION = Available
- IDS_OPST_PARTIALLYAVAILABLE_CAPTION = PartiallyAvailable
- IDS_OPST_UNAVAILABLE_CAPTION = Unavailable
- IDS_OPST_UNKNOWN_CAPTION = Unknown
- IDS_PROP_QUEUELENGTHPENDING_CAPTION = Pending queue length
- IDS_PROP_QUEUELENGTHPENDING_DESC = Specifies the number of pending items currently in the queue.
- IDS_PROP_QUEUELENGTHFAILED_CAPTION = Failed queue length
- IDS_PROP_QUEUELENGTHFAILED_DESC = Specifies the number of failed items currently in the queue.
- ui.defaultservergroup = Default Server Group
- IDS_PROP_FREESPACE_CAPTION = Free Space (GB)
- IDS_PROP_FREESPACE_DESC = Specifies the available free space in the External Object Store
- IDS_PROP_USEDSPACE_CAPTION = Used Space (GB)
- IDS_PROP_USEDSPACE_DESC = Specifies the storage space used by the External Object Store
- #
- # Section: MTG
- #
- # Description: Labels for metric groups. Should follow sentence capitalizations except proper nouns. See Rule 190 in STAN.
- #
- IDS_PROP_GRP_JVM_CAPTION = JVM
- IDS_PROP_GRP_JVM_DESC = Specifies metrics associated with the Java Virtual Machine.
- IDS_PROP_GRP_REQUEST_CAPTION = Request
- IDS_PROP_GRP_REQUEST_DESC = Specifies request metrics for this service.
- IDS_PROP_GRP_REQUEST_ALL_CAPTION = Request
- IDS_PROP_GRP_REQUEST_ALL_DESC = Specifies combined request metrics for all services.
- IDS_PROP_GRP_REQUEST_ADAPTIVEANALYTICSSERVICE_CAPTION = Request - Adaptive Analytics service
- IDS_PROP_GRP_REQUEST_ADAPTIVEANALYTICSSERVICE_DESC = Specifies combined request metrics for all adaptive analytics services.
- IDS_PROP_GRP_REQUEST_AGENTSERVICE_CAPTION = Request - Agent service
- IDS_PROP_GRP_REQUEST_AGENTSERVICE_DESC = Specifies combined request metrics for all agent services.
- IDS_PROP_GRP_REQUEST_ANNOTATIONSERVICE_CAPTION = Request - Annotation service
- IDS_PROP_GRP_REQUEST_ANNOTATIONSERVICE_DESC = Specifies combined request metrics for all annotation services.
- IDS_PROP_GRP_REQUEST_BATCHREPORTSERVICE_CAPTION = Request - Batch report service
- IDS_PROP_GRP_REQUEST_BATCHREPORTSERVICE_DESC = Specifies combined request metrics for all batch report services.
- IDS_PROP_GRP_REQUEST_CONTENTMANAGERCACHESERVICE_CAPTION = Request - Content Manager cache service
- IDS_PROP_GRP_REQUEST_CONTENTMANAGERCACHESERVICE_DESC = Specifies combined request metrics for all Content Manager cache services.
- IDS_PROP_GRP_REQUEST_CONTENTMANAGERSERVICE_CAPTION = Request - Content Manager service
- IDS_PROP_GRP_REQUEST_CONTENTMANAGERSERVICE_DESC = Specifies combined request metrics for all Content Manager services.
- IDS_PROP_GRP_REQUEST_DATAADVISORSERVICE_CAPTION = Request - Data advisor service
- IDS_PROP_GRP_REQUEST_DATAADVISORSERVICE_DESC = Specifies combined request metrics for all data advisor services.
- IDS_PROP_GRP_REQUEST_IDVIZSERVICE_CAPTION = Request - Interactive discovery visualization service
- IDS_PROP_GRP_REQUEST_IDVIZSERVICE_DESC = Specifies combined request metrics for all interactive discovery visualization services.
- IDS_PROP_GRP_REQUEST_DATAINTEGRATIONSERVICE_CAPTION = Request - Data integration service
- IDS_PROP_GRP_REQUEST_DATAINTEGRATIONSERVICE_DESC = Specifies combined request metrics for all data integration services.
- IDS_PROP_GRP_REQUEST_DATAMOVEMENTSERVICE_CAPTION = Request - Data movement service
- IDS_PROP_GRP_REQUEST_DATAMOVEMENTSERVICE_DESC = Specifies combined request metrics for all data movement services.
- IDS_PROP_GRP_REQUEST_DELIVERYSERVICE_CAPTION = Request - Delivery service
- IDS_PROP_GRP_REQUEST_DELIVERYSERVICE_DESC = Specifies combined request metrics for all delivery services.
- IDS_PROP_GRP_REQUEST_EVENTMANAGEMENTSERVICE_CAPTION = Request - Event management service
- IDS_PROP_GRP_REQUEST_EVENTMANAGEMENTSERVICE_DESC = Specifies combined request metrics for all event management services.
- IDS_PROP_GRP_REQUEST_EVSERVICE_CAPTION = Request - EV service
- IDS_PROP_GRP_REQUEST_EVSERVICE_DESC = Specifies combined request metrics for all EV services.
- IDS_PROP_GRP_REQUEST_GRAPHICSSERVICE_CAPTION = Request - Graphics service
- IDS_PROP_GRP_REQUEST_GRAPHICSSERVICE_DESC = Specifies combined request metrics for all graphics services.
- IDS_PROP_GRP_REQUEST_HUMANTASKSERVICE_CAPTION = Request - Human task service
- IDS_PROP_GRP_REQUEST_HUMANTASKSERVICE_DESC = Specifies combined request metrics for all human task services.
- IDS_PROP_GRP_REQUEST_INDEXDATASERVICE_CAPTION = Request - Index data service
- IDS_PROP_GRP_REQUEST_INDEXDATASERVICE_DESC = Specifies combined request metrics for all index data services.
- IDS_PROP_GRP_REQUEST_INDEXUPDATESERVICE_CAPTION = Request - Index update service
- IDS_PROP_GRP_REQUEST_INDEXUPDATESERVICE_DESC = Specifies combined request metrics for all index update services.
- IDS_PROP_GRP_REQUEST_INDEXSEARCHSERVICE_CAPTION = Request - Index search service
- IDS_PROP_GRP_REQUEST_INDEXSEARCHSERVICE_DESC = Specifies combined request metrics for all index search services.
- IDS_PROP_GRP_REQUEST_JOBSERVICE_CAPTION = Request - Job service
- IDS_PROP_GRP_REQUEST_JOBSERVICE_DESC = Specifies combined request metrics for all job services.
- IDS_PROP_GRP_REQUEST_LOGSERVICE_CAPTION = Request - Log service
- IDS_PROP_GRP_REQUEST_LOGSERVICE_DESC = Specifies combined request metrics for all log services.
- IDS_PROP_GRP_REQUEST_METADATASERVICE_CAPTION = Request - Metadata service
- IDS_PROP_GRP_REQUEST_METADATASERVICE_DESC = Specifies combined request metrics for all metadata services.
- IDS_PROP_GRP_REQUEST_METRICSMANAGERSERVICE_CAPTION = Request - Metrics Manager service
- IDS_PROP_GRP_REQUEST_METRICSMANAGERSERVICE_DESC = Specifies combined request metrics for all Metrics Manager services.
- IDS_PROP_GRP_REQUEST_MIGRATIONSERVICE_CAPTION = Request - Migration service
- IDS_PROP_GRP_REQUEST_MIGRATIONSERVICE_DESC = Specifies combined request metrics for all migration services.
- IDS_PROP_GRP_REQUEST_MOBILESERVICE_CAPTION = Request - Mobile service
- IDS_PROP_GRP_REQUEST_MOBILESERVICE_DESC = Specifies combined request metrics for all mobile services.
- IDS_PROP_GRP_REQUEST_MONITORSERVICE_CAPTION = Request - Monitor service
- IDS_PROP_GRP_REQUEST_MONITORSERVICE_DESC = Specifies combined request metrics for all monitor services.
- IDS_PROP_GRP_REQUEST_PLANNINGADMINISTRATIONCONSOLESERVICE_CAPTION = Request - Planning administration console service
- IDS_PROP_GRP_REQUEST_PLANNINGADMINISTRATIONCONSOLESERVICE_DESC = Specifies combined request metrics for all planning administration console services.
- IDS_PROP_GRP_REQUEST_PLANNINGDATASERVICE_CAPTION = Request - Planning data service
- IDS_PROP_GRP_REQUEST_PLANNINGDATASERVICE_DESC = Specifies combined request metrics for all planning data services.
- IDS_PROP_GRP_REQUEST_PLANNINGRUNTIMESERVICE_CAPTION = Request - Planning web service
- IDS_PROP_GRP_REQUEST_PLANNINGRUNTIMESERVICE_DESC = Specifies combined request metrics for all planning runtime services.
- IDS_PROP_GRP_REQUEST_PLANNINGTASKSERVICE_CAPTION = Request - Planning job service
- IDS_PROP_GRP_REQUEST_PLANNINGTASKSERVICE_DESC = Specifies combined request metrics for all planning task services.
- IDS_PROP_GRP_REQUEST_PRESENTATIONSERVICE_CAPTION = Request - Presentation service
- IDS_PROP_GRP_REQUEST_PRESENTATIONSERVICE_DESC = Specifies combined request metrics for all presentation services.
- IDS_PROP_GRP_REQUEST_QUERYSERVICE_CAPTION = Request - Query service
- IDS_PROP_GRP_REQUEST_QUERYSERVICE_DESC = Specifies combined request metrics for all query services.
- IDS_PROP_GRP_REQUEST_RELATIONALMETADATASERVICE_CAPTION = Request - Relational metadata service
- IDS_PROP_GRP_REQUEST_RELATIONALMETADATASERVICE_DESC = Specifies combined request metrics for all relational metadata services.
- IDS_PROP_GRP_REQUEST_REPORTDATASERVICE_CAPTION = Request - Report data service
- IDS_PROP_GRP_REQUEST_REPORTDATASERVICE_DESC = Specifies combined request metrics for all report data services.
- IDS_PROP_GRP_REQUEST_REPORTSERVICE_CAPTION = Request - Report service
- IDS_PROP_GRP_REQUEST_REPORTSERVICE_DESC = Specifies combined request metrics for all report services.
- IDS_PROP_GRP_REQUEST_REPOSITORYSERVICE_CAPTION = Request - Repository service
- IDS_PROP_GRP_REQUEST_REPOSITORYSERVICE_DESC = Specifies combined request metrics for all Repository services.
- IDS_PROP_GRP_REQUEST_POWERPLAYSERVICE_CAPTION = Request - PowerPlay service
- IDS_PROP_GRP_REQUEST_POWERPLAYSERVICE_DESC = Specifies combined request metrics for all PowerPlay services.
- IDS_PROP_GRP_REQUEST_SYSTEMSERVICE_CAPTION = Request - System service
- IDS_PROP_GRP_REQUEST_SYSTEMSERVICE_DESC = Specifies combined request metrics for all system services.
- IDS_PROP_GRP_QUEUE_CAPTION = Queue
- IDS_PROP_GRP_QUEUE_DESC = Specifies combined queue metrics related to SDK requests for all services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_AGENTSERVICE_CAPTION = Queue - Agent service
- IDS_PROP_GRP_QUEUE_AGENTSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all agent services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_BATCHREPORTSERVICE_CAPTION = Queue - Batch report service
- IDS_PROP_GRP_QUEUE_BATCHREPORTSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all batch report services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_DELIVERYSERVICE_CAPTION = Queue - Delivery service
- IDS_PROP_GRP_QUEUE_DELIVERYSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all delivery services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_EVENTMANAGEMENTSERVICE_CAPTION = Queue - Event management service
- IDS_PROP_GRP_QUEUE_EVENTMANAGEMENTSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all event management services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_EVSERVICE_CAPTION = Queue - EV service
- IDS_PROP_GRP_QUEUE_EVSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all EV services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_JOBSERVICE_CAPTION = Queue - Job service
- IDS_PROP_GRP_QUEUE_JOBSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all job services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_MONITORSERVICE_CAPTION = Queue - Monitor service
- IDS_PROP_GRP_QUEUE_MONITORSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all monitor services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_REPORTDATASERVICE_CAPTION = Queue - Report data service
- IDS_PROP_GRP_QUEUE_REPORTDATASERVICE_DESC = Specifies combined queue metrics related to SDK requests for all report data services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_REPORTSERVICE_CAPTION = Queue - Report service
- IDS_PROP_GRP_QUEUE_REPORTSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all report services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_POWERPLAYSERVICE_CAPTION = Queue - PowerPlay service
- IDS_PROP_GRP_QUEUE_POWERPLAYSERVICE_DESC = Specifies combined queue metrics related to SDK requests for all PowerPlay services as managed by the dispatcher.
- IDS_PROP_GRP_QUEUE_JOBQUEUE_CAPTION = Job queue
- 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.
- IDS_PROP_GRP_QUEUE_SMTPQUEUE_CAPTION = SMTP queue
- 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.
- IDS_PROP_GRP_QUEUE_TASKQUEUE_CAPTION = Task queue
- 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.
- IDS_PROP_GRP_SESSION_CAPTION = Session
- IDS_PROP_GRP_SESSION_DESC = Specifies metrics related to user sessions.
- IDS_PROP_GRP_EXTERNALIZEDDOCS_CAPTION = Externalized documents
- IDS_PROP_GRP_EXTERNALIZEDDOCS_DESC = Specifies metrics related to externalized documents.
- IDS_PROP_GRP_RS_CAPTION = Process
- IDS_PROP_GRP_RS_DESC = Specifies metrics related to how this service operates.
- IDS_PROP_GRP_RS_REPORTSERVICE_CAPTION = Process - Report service
- IDS_PROP_GRP_RS_REPORTSERVICE_DESC = Specifies combined process metrics for all report services.
- IDS_PROP_GRP_RS_BATCHREPORTSERVICE_CAPTION = Process - Batch report service
- IDS_PROP_GRP_RS_BATCHREPORTSERVICE_DESC = Specifies combined process metrics for all batch report services.
- IDS_PROP_GRP_RS_METADATASERVICE_CAPTION = Process - Metadata service
- IDS_PROP_GRP_RS_METADATASERVICE_DESC = Specifies combined process metrics for all metadata services.
- IDS_PROP_GRP_RS_POWERPLAYSERVICE_CAPTION = Process - PowerPlay service
- IDS_PROP_GRP_RS_POWERPLAYSERVICE_DESC = Specifies combined process metrics for all PowerPlay services.
- IDS_PROP_GRP_RS_GRAPHICSSERVICE_CAPTION = Process - Graphics service
- IDS_PROP_GRP_RS_GRAPHICSSERVICE_DESC = Specifies combined process metrics for all graphics services.
- IDS_PROP_GRP_HEALTH_CAPTION = Score
- IDS_PROP_GRP_EXTERNALOBJECTSTORE_CAPTION = External Object Store
- IDS_PROP_GRP_EXTERNALOBJECTSTORE_DESC = Specifies metrics associated with the External Object Store.
- #
- # Section: ACT
- #
- # Description: Labels for actions menu
- #
- IDS_PROP_START_CAPTION = Start
- IDS_PROP_START_TOOLTIP = Start
- IDS_PROP_STARTDISPATCHERS_CAPTION = Start dispatchers
- IDS_PROP_STARTSERVICES_CAPTION = Start services
- IDS_PROP_STOP_CAPTION = Stop immediately
- IDS_PROP_STOPDISPATCHERS_CAPTION = Stop dispatchers immediately
- IDS_PROP_STOPSERVICES_CAPTION = Stop services immediately
- IDS_PROP_STOP_TOOLTIP = Stop immediately
- IDS_PROP_STOPAFTERPROCESSING_CAPTION = Stop after running and queue processed
- IDS_PROP_STOPDISPATCHERSAFTERPROCESSING_CAPTION = Stop dispatchers after running and queue processed
- IDS_PROP_STOPSERVICESAFTERPROCESSING_CAPTION = Stop services after running and queue processed
- IDS_PROP_STOPAFTERPROCESSING_TOOLTIP = Stop after running and queue processed
- IDS_PROP_UNREGISTER_CAPTION = Unregister
- IDS_PROP_UNREGISTERDISPATCHERS_CAPTION = Unregister dispatchers
- IDS_PROP_UNREGISTER_TOOLTIP = Unregister
- IDS_PROP_UNREGISTER_CONFIRM = Are you sure you want to unregister the selected dispatcher(s)?
- IDS_PROP_TEST_CAPTION = Test
- IDS_PROP_TESTDISPATCHERS_CAPTION = Test dispatchers
- IDS_PROP_TEST_TOOLTIP = Test
- IDS_PROP_TESTREPOSITORYSERVICE_CAPTION = Test repository service connections
- IDS_PROP_TESTREPOSITORYSERVICE_TOOLTIP = Test repository service connections
- IDS_PROP_REFRESHCONNECTIONS_CAPTION = Refresh report service connections
- IDS_PROP_REFRESHCONNECTIONS_TOOLTIP = Refresh report service connections
- IDS_PROP_RESETMETRICGROUP_CAPTION = Reset
- IDS_PROP_RESETMETRICGROUP_TOOLTIP = Reset
- IDS_PROP_ACTIVATE_CAPTION = Activate
- IDS_PROP_ACTIVATE_TOOLTIP = Activate
- IDS_PROP_SETASDEFAULTACTIVE_CAPTION = Set as active by default
- IDS_PROP_SETASDEFAULTACTIVE_TOOLTIP = Set as active by default
- IDS_PROP_RESETALLMETRICS_CAPTION = Reset all metrics of the system
- IDS_PROP_RESETALLMETRICS_TOOLTIP = Reset all metrics of the system
- IDS_PROP_STARTCUBE_CAPTION = Start
- IDS_PROP_STARTCUBE_TOOLTIP = Start
- IDS_PROP_FORCESTARTCUBE_CAPTION = Force start
- IDS_PROP_FORCESTARTCUBE_TOOLTIP = Force start
- IDS_PROP_ROLAP_ACTION_INPROGRESS_MESSAGE = Your request was successfully submitted. For more details, select the 'View recent messages' action.
- IDS_PROP_STOPCUBE_CAPTION = Stop immediately
- IDS_PROP_STOPCUBE_TOOLTIP = Stop immediately
- IDS_PROP_STOPCUBEAFTERPROCESSING_CAPTION = Stop after active tasks complete
- IDS_PROP_STOPCUBEAFTERPROCESSING_TOOLTIP = Stop after active tasks complete
- IDS_PROP_RESTARTCUBE_CAPTION = Restart
- IDS_PROP_RESTARTCUBE_TOOLTIP = Restart
- IDS_PROP_PAUSECUBE_CAPTION = Pause
- IDS_PROP_PAUSECUBE_TOOLTIP = Pause
- IDS_PROP_INCREMENTALLYUPDATECUBEDATA_CAPTION = Incrementally update data
- IDS_PROP_INCREMENTALLYUPDATECUBEDATA_TOOLTIP = Incrementally update data
- IDS_PROP_REFRESHCUBEMEMBERCACHE_CAPTION = Refresh member cache
- IDS_PROP_REFRESHCUBEMEMBERCACHE_TOOLTIP = Refresh member cache
- IDS_PROP_REFRESHCUBEDATACACHE_CAPTION = Refresh data cache
- IDS_PROP_REFRESHCUBEDATACACHE_TOOLTIP = Refresh data cache
- IDS_PROP_REFRESHCUBESECURITY_CAPTION = Refresh security settings
- IDS_PROP_REFRESHCUBESECURITY_TOOLTIP = Refresh security settings
- IDS_PROP_CLEARCUBEAGGREGATELOG_CAPTION = Clear workload log
- IDS_PROP_CLEARCUBEAGGREGATELOG_TOOLTIP = Clear aggregate workload log to start a new workload profile
- IDS_PROP_VIEWRECENTCUBEACTIONMESSAGES_CAPTION = View recent messages
- 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?
- IDS_PROP_STARTCMBACKGROUNDACTIVITIES_CAPTION = Start background activities
- IDS_PROP_STARTCMBACKGROUNDACTIVITIES_TOOLTIP = Start background activities
- IDS_PROP_STOPCMBACKGROUNDACTIVITIES_CAPTION = Stop background activities
- IDS_PROP_STOPCMBACKGROUNDACTIVITIES_TOOLTIP = Stop background activities
- IDS_PROP_CLEARREPSCACHE_CAPTION = Clear cache
- IDS_PROP_CLEARREPSCACHE_TOOLTIP = Clear cache
- IDS_PROP_CONFIGUREQUERYSERVICES_CAPTION = Configure query services
- IDS_PROP_CONFIGUREQUERYSERVICES_TOOLTIP = Configure query services
- IDS_PROP_CLEARQUERYWORKLOADLOGS_CAPTION = Clear query workload logs
- IDS_PROP_CLEARQUERYWORKLOADLOGS_TOOLTIP = Clear query workload logs
- IDS_PROP_REMOVEDATASTOREFROMSERVERGROUP_CAPTION = Remove data store from server group
- IDS_PROP_REMOVEDATASTOREFROMSERVERGROUP_TOOLTIP = Remove data store from server group
- IDS_PROP_MOVEDATASTORETOOTHERSERVERGROUP_CAPTION = Move data store to other server group
- IDS_PROP_MOVEDATASTORETOOTHERSERVERGROUP_TOOLTIP = Move data store to other server group
- IDS_PROP_ADDTOSERVERGROUP_CAPTION = Add data store to server group
- IDS_PROP_ADDTOSERVERGROUP_TOOLTIP = Add data store to server group
- IDS_PROP_SETQUERYSERVICEPROPERTIES_CAPTION = Set properties
- IDS_PROP_SETQUERYSERVICEPROPERTIES = Set properties
- IDS_PROP_EDITACCESSACCOUNT_CAPTION = Edit access account
- IDS_PROP_EDITACCESSACCOUNT_TOOLTIP = Edit access account
- IDS_PROP_EDITPERMISSIONS_CAPTION = Edit permissions
- IDS_PROP_EDITPERMISSIONS_TOOLTIP = Edit permissions
- IDS_PROP_EDITSECURITYVIEWSPERMISSIONS_CAPTION = Edit security view permissions
- IDS_PROP_SETCUBEPROPERTIES_CAPTION = Set properties
- IDS_PROP_SETCUBEPROPERTIES_TOOLTIP = Set properties
- IDS_PROP_SETDATASOURCEPROPERTIES_CAPTION = Set properties
- IDS_PROP_SETDATASOURCEPROPERTIES_TOOLTIP = Set properties
- IDS_PROP_EDITSECURITYVIEWSPERMISSIONS_TOOLTIP = Edit security view permissions
- IDS_PROP_DELETEDATASOURCE_CAPTION = Delete
- IDS_PROP_DELETEDATASOURCE_TOOLTIP = Delete
- IDS_PROP_CONFIRM_START_CUBES = Are you sure you want to start the selected data source(s)?
- IDS_PROP_CONFIRM_STOP_CUBES = Are you sure you want to stop the selected data source(s)?
- IDS_PROP_CONFIRM_RESTART_CUBES = Are you sure you want to restart the selected data source(s)?
- IDS_PROP_CONFIRM_PAUSE_CUBES = Are you sure you want to pause the selected data source(s)?
- IDS_PROP_CONFIRM_DELETE_DATASOURCE = Are you sure you want to delete the selected data source(s)?
- #
- # Section: RLT
- #
- # Description: Labels for relationships menu in topology view. Should follow title capitalization. See Rule 261 in STAN.
- #
- relationship.servers.caption = All servers
- relationship.servergroups.caption = All server groups
- relationship.services.caption = (All)
- relationship.dispatchers.caption = All dispatchers
- relationship.servicesbytype.caption = Services
- relationship.templates.caption = Templates
- relationship.adaptiveAnalyticsService.caption = Adaptive Analytics
- relationship.agentService.caption = Agent
- relationship.annotationService.caption = Annotation
- relationship.batchReportService.caption = Batch Report
- relationship.contentManagerCacheService.caption = Content Manager Cache
- relationship.contentManagerService.caption = Content Manager
- relationship.dataAdvisorService.caption = Data Advisor
- relationship.idVizService.caption = Interactive Discovery Visualization
- relationship.dataIntegrationService.caption = Data Integration
- relationship.dataMovementService.caption = Data Movement
- relationship.deliveryService.caption = Delivery
- relationship.eventManagementService.caption = Event Management
- relationship.EVService.caption = EV
- relationship.graphicsService.caption = Graphics
- relationship.humanTaskService.caption = Human Task
- relationship.indexDataService.caption = Index Data
- relationship.indexSearchService.caption = Index Search
- relationship.indexUpdateService.caption = Index Update
- relationship.jobService.caption = Job
- relationship.logService.caption = Log
- relationship.metadataService.caption = Metadata
- relationship.metricsManagerService.caption = Metrics Manager
- relationship.mobileService.caption = Mobile
- relationship.migrationService.caption = Migration
- relationship.monitorService.caption = Monitor
- relationship.planningAdministrationConsoleService.caption = Planning Administration Console
- relationship.planningDataService.caption = Planning Data
- relationship.planningRuntimeService.caption = Planning Web
- relationship.planningTaskService.caption = Planning Job
- relationship.presentationService.caption = Presentation
- relationship.queryService.caption = Query
- relationship.relationalMetadataService.caption = Relational Metadata
- relationship.reportDataService.caption = Report Data
- relationship.reportService.caption = Report
- relationship.repositoryService.caption = Repository
- relationship.powerPlayService.caption = PowerPlay
- relationship.systemService.caption = System
- relationship.datastores.caption = Data Stores
- relationship.datasources.caption = (All)
- relationship.datasources_base.caption = Base Cubes
- relationship.datasources_virtual.caption = Virtual Cubes
- #
- # Section: TMP
- #
- # Description: Labels for resource templates. Should follow sentence capitalizations except proper nouns. See Rule 190 in STAN.
- #
- server.caption = Server
- serverGroup.caption = Server group
- dispatcher.caption = Dispatcher
- adaptiveAnalyticsService.caption = Adaptive analytics service
- agentService.caption = Agent service
- annotationService.caption = Annotation service
- batchReportService.caption = Batch report service
- contentManagerCacheService.caption = Content manager cache service
- contentManagerService.caption = Content Manager service
- dataAdvisorService.caption = Data advisor service
- idVizService.caption = Interactive discovery visualization service
- dataIntegrationService.caption = Data integration service
- dataMovementService.caption = Data movement service
- deliveryService.caption = Delivery service
- eventManagementService.caption = Event management service
- EVService.caption = EV service
- graphicsService.caption = Graphics service
- humanTaskService.caption = Human task service
- indexDataService.caption = Index data service
- indexSearchService.caption = Index search service
- indexUpdateService.caption = Index update service
- jobService.caption = Job service
- logService.caption = Log service
- metadataService.caption = Metadata service
- metricsManagerService.caption = Metrics Manager service
- mobileService.caption = Mobile service
- migrationService.caption = Migration service
- monitorService.caption = Monitor service
- package.caption = Package
- planningAdministrationConsoleService.caption = Planning administration console service
- planningDataService.caption = Planning data service
- planningRuntimeService.caption = Planning web service
- planningTaskService.caption = Planning job service
- presentationService.caption = Presentation service
- queryService.caption = Query service
- relationalMetadataService.caption = Relational metadata service
- reportDataService.caption = Report data service
- reportService.caption = Report service
- repositoryService.caption = Repository service
- powerPlayService.caption = PowerPlay service
- systemService.caption = System service
- #
- # Section: FMT
- #
- # Description: formatters for values
- #
- format.duration.days = {0}d {1}h {2}min {3}.{4}s
- format.duration.hours = {0}h {1}min {2}.{3}s
- format.duration.mins = {0}min {1}.{2}s
- format.duration.secs = {0}.{1}s
|