123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cogadmin
- (C) Copyright IBM Corp. 2005, 2014
- 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).
- -->
- <!--
- DO NOT EDIT!
- Generated using:
- $Id: //lockit/main/source/localizationkit/msgsdk/CCLInputSource.xslt#2 $
- $Change: 43397 $
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" localization="Product Locale" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="J2H" usage="J2HTML messages">
- <section name="PAG" usage="Pager strings" type="UI">
- <string id="IDS_PAGER_ITEMS_FOUND" type="String" usage="When there is no content to display">No entries.</string>
- <string id="IDS_PAGER_ITEMS" type="String" usage="Display how many entries are shown">Entries:</string>
- <string id="IDS_PAGER_FROM_INVALID" type="String" usage="From entry not valid">The number in the first entry box is not valid. The number must be greater than 0.</string>
- <string id="IDS_PAGER_TO_INVALID" type="String" usage="To entry not valid">The number in the second entry box is not valid. The number must be greater than 0.</string>
- <string id="IDS_PAGER_ENTRIES_INVALID" type="String" usage="To is less than from">The number in the first entry box cannot be greater than the number in the second entry box.</string>
- <string id="IDS_PAGER_ENTRIES_EMPTY" type="String" usage="To and from are blank">Specify the entry numbers to show and then click the Go to button.</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_PREVIOUS" usage="Previous hyperlink in list control">Previous</string>
- <string id="IDS_PAGER_NEXT" usage="Next hyperlink in list control">Next</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_GO_TO" type="Tooltip" usage="Tooltip for Go to button">Go to</string>
- </section>
- <section name="MEN" usage="Menu strings" type="UI">
- <string id="IDS_MENU_EMPTY" usage="Message on the controlled component footer">Empty Menu<param name="0" type="string"/></string>
- </section>
- <section name="GLB" usage="General strings" type="UI">
- <string id="IDS_LAST_REFRESH" usage="Message on the controlled component footer">Last refresh time: <param name="0" type="string"/></string>
- <string id="IDS_ERROR_IN_XML_STAGE" usage="Global error message used for XML process stage">An error occurred while processing the request</string>
- <string id="IDS_ERROR_IN_RENDERING_STAGE" usage="Global error message used for rendering stage">An error occurred while rendering requested data</string>
- </section>
- <section name="TBL" usage="Table strings" type="UI">
- <string id="IDS_TABLE_SELECT_ALL" usage="Message on the select all check box">Select all items for group action</string>
- <string id="IDS_TABLE_SELECT" usage="Message on the select check box">Select item for group action <param name="0" type="string"/></string>
- </section>
- </component>
- </stringTable>
|