12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cogadmin
- (C) Copyright IBM Corp. 2005, 2016
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="ADM" usage="Strings needed for the cogadmin based on fragment framework">
- <section name="MET" usage="Metrics Fragment" type="UI">
- <string id="IDS_ADM_SECTION_EXPAND_ALL" type="Tooltip" usage="Tooltip for the expand all image in expanding sections.">Expand all</string>
- <string id="IDS_ADM_SECTION_COLLAPSE_ALL" type="Tooltip" usage="Tooltip for the collapse all image in expanding sections.">Collapse all</string>
- <string id="IDS_ADM_SECTION_EXPAND" type="Tooltip" usage="Tooltip for the expand image in expanding sections.">Expand</string>
- <string id="IDS_ADM_SECTION_COLLAPSE" type="Tooltip" usage="Tooltip for the collapse image in expanding sections.">Collapse</string>
- </section>
- <section name="THR" usage="Thresholds Dialog" type="UI">
- <string id="IDS_ADMNEW_THR_NONE" type="String" usage="Radio button string" translate="new">None</string>
- <string id="IDS_ADMNEW_THR_HIGH_VALUE" type="String" usage="Radio button string" translate="new">High values are good</string>
- <string id="IDS_ADMNEW_THR_MIDDLE_VALUE" type="String" usage="Radio button string" translate="new">Middle values are good</string>
- <string id="IDS_ADMNEW_THR_LOW_VALUE" type="String" usage="Radio button string" translate="new">Low values are good</string>
- <string id="IDS_ADMNEW_THR_PERF_PATTERN" type="String" usage="Performance pattern threshold " translate="new">Performance pattern:</string>
- <string id="IDS_ADMNEW_THR_DIALOG_TIP" type="String" usage="Used in the Threshold dialog" translate="new">Select the performance pattern and specify the threshold values to calculate the score for this metric.</string>
- <string id="IDS_ADMNEW_THR_SCORE_CALC" type="String" usage="Threshold Values Title" translate="new">Threshold values</string>
- </section>
- <section name="CHT" usage="Activities Chart" type="UI">
- <string id="IDS_ADMJS_CHT_AM" type="String" usage="Chart label" translate="new">AM</string>
- <string id="IDS_ADMJS_CHT_PM" type="String" usage="Chart label" translate="new">PM</string>
- <string id="IDS_ADMJS_CHT_TOTAL" type="String" usage="Chart legend text" translate="new">Total</string>
- <string id="IDS_ADMJS_CHT_SCHEDULED" type="String" usage="Chart legend text" translate="new">Scheduled</string>
- <string id="IDS_ADMJS_CHT_CANCELLED" type="String" usage="Chart legend text" translate="new">Canceled</string>
- <string id="IDS_ADMJS_CHT_SUSPENDED" type="String" usage="Chart legend text" translate="new">Suspended</string>
- </section>
- <section name="CAP" usage="Package Capabilities" type="UI">
- <string id="IDS_ADMNEW_CAP_GRANT" type="String" usage="Tooltip caption" translate="new"><param name="0"/>Grant</string>
- <string id="IDS_ADMNEW_CAP_DENY" type="String" usage="Tooltip caption" translate="new"><param name="0"/>Deny</string>
- <string id="IDS_ADMNEW_CAP_NOT_SET" type="String" usage="Tooltip caption" translate="new">Not set</string>
- <string id="IDS_ADMNEW_CAP_ALREADY_EXIST" type="String" usage="Alert message" translate="new">Some of the entries you selected are already included. Duplicate entries were not added.</string>
- </section>
- <section name="SCH" usage="Schedule Dialog" type="UI">
- <string id="IDS_PROP_SCHED_INVALID_START_DATE">The start date is not valid. Make sure that you have entered a valid date.</string>
- <string id="IDS_PROP_SCHED_INVALID_END_DATE">The end date is not valid. Make sure that you have entered a valid date.</string>
- <string id="IDS_PROP_SCHED_PAGE_NOT_LOADED">Please wait until the page is loaded before clicking OK.</string>
- <string id="IDS_PROP_SCHED_NO_SUBTYPE_SELECTION">You must make a 'subtype' selection.</string>
- <string id="IDS_PROP_SCHED_NO_DAY_SELECTION">You must make at least one 'day of the week' selection.</string>
- <string id="IDS_PROP_SCHED_INCOMPATIBLE_DATES">The 'end' date must be later than the 'start' date.</string>
- <string id="IDS_PROP_SCHED_BAD_END_DATE">The 'end' date is not valid. Make sure that the value is not empty.</string>
- <string id="IDS_PROP_SCHED_BAD_START_DATE">The start date is not valid. Ensure that a value has been specified.</string>
- <string id="IDS_PROP_SCHED_DIFF_INIT_TIME_ZONE">If you click OK, the time zone for the schedule changes to your time zone. To close the schedule without changing it, click Cancel.</string>
- </section>
- <section name="DSC" usage="Data Source Credentials" type="UI">
- <string id="IDS_NO_SELECTED_ENTRY_FOR_DELETE">Please select at least one data source credential to delete.</string>
- </section>
- <section name="RLP" usage="ROLAP" type="UI">
- <string id="IDS_PROP_CONFIRM_DELETE_SERVERGROUP_CUBE_CONFIGURATION" type="String" usage="pop up confirmation dialog for action named 'Delete ServerGroup'">Are you sure you want to delete the configuration for the selected server group?</string>
- <string id="IDS_PROP_SELECTED_ITEMS" type="String" usage="Dialog Label">Selected items</string>
- </section>
- </component>
- </stringTable>
|