123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2011,2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2011 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="../../../CCLCore/prod/Resources/CCLMessageFile.xsd">
- <component name="CC" usage="This component encompasses all labels in the cognos connection pager component.">
- <section name="PST" usage="All strings in the cc pager." type="UI">
- <string id="IDS_ENTRIES" type="Control Label" usage="Entries">Entries: </string>
- <string id="IDS_ENTRIES_FROM" type="Control Label" usage="Entries">Display entries from number</string>
- <string id="IDS_ENTRIES_TO" type="Control Label" usage="Entries">Display entries to number</string>
- <string id="IDS_PAGER_GO_TO" usage="Tooltip for Go to button" type="Tooltip">Go To</string>
- <string id="IDS_PAGER_FIRST" usage="Tooltip for first page image">First Page</string>
- <string id="IDS_PAGER_LAST" usage="Tooltip for last page image">Last Page</string>
- <string id="IDS_PAGER_PAGEUP" usage="Tooltip for page up image">Previous Page</string>
- <string id="IDS_PAGER_PAGEDOWN" usage="Tooltip for page down image">Next Page</string>
- <string id="IDS_PAGER_NO_ITEMS" usage="Message in pager when there are no items to show.">No entries.</string>
- <string id="IDS_CONTROL_CHECKBOX" usage="Tooltip for pager control checkbox in header">Control checkbox</string>
- <string id="IDS_ACTION_CHECKBOX" usage="Tooltip for pager control checkbox in header">Action checkbox</string>
- <string id="IDS_ACTION_CHECKBOX_ROW" usage="Tooltip for pager control checkbox in header">Row</string>
- <string id="IDS_SORT" usage="Label for sort items">Sort</string>
- <string id="IDS_SORT_ASCENDING" usage="Label for sort ascending items">Sort Ascending</string>
- <string id="IDS_SORT_DESCENDING" usage="Label for sort descending items">Sort Descending</string>
- <string id="IDS_FILTER" usage="Label for filter control">Filter menu</string>
- <string id="IDS_LOADING" usage="Label for busy indicator">Loading...</string>
- <string id="IDS_PAGER_ENTRIES_EMPTY" usage="Message for attempting to use GoTo with empty To/From">Specify the entry numbers to show, and then click the Go to button.</string>
- <string id="IDS_DOJO_SELECTION_FOR_PAGER_ITEM" usage="label for chechboxes on pager" type="String">Selection for item <param name="pagerItemName" usage="name of related item for this checkbos" type="string"/></string>
- <string id="IDS_PAGER_COLUMN_EMPTY" usage="Accessible message for columns with no data">No content for column</string>
- </section>
- <section name="MST" usage="All stringd in the filter menu" type="UI">
- <string id="IDS_MENU_SELECTED" usage="Tooltip for selected dot">Selected</string>
- </section>
- <section name="ERR" usage="error messages" type="UI">
- <string id="IDS_PST_ERROR" type="String" usage="Error message">There was an error loading the pager.</string>
- <string id="IDS_EDG_HTTP_ERROR" type="String" usage="Error message description">An HTTP error code occurred: <param name="0" type="integer"/></string>
- <string id="IDS_EDG_ERROR_SERVER_NOT_AVAILABLE" type="String" usage="Error message">The server is not available.</string>
- <string id="IDS_EDG_ERROR_SERVER_NOT_RETURN_RESPONSE" type="String" usage="Error message">Unable to connect to server.</string>
- <string id="IDS_NAV_ERROR_SERVER_NOT_AVAILABLE" type="String" usage="Error message">Unable to retrieve results from server.</string>
- </section>
- </component>
- </stringTable>
|