1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- #
- # 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: J2H
- ##
- ## Description: J2HTML messages
- ##
- #
- # Section: PAG
- #
- # Description: Pager strings
- #
- IDS_PAGER_ITEMS_FOUND = No entries.
- IDS_PAGER_ITEMS = Entries:
- IDS_PAGER_FROM_INVALID = The number in the first entry box is not valid. The number must be greater than 0.
- IDS_PAGER_TO_INVALID = The number in the second entry box is not valid. The number must be greater than 0.
- IDS_PAGER_ENTRIES_INVALID = The number in the first entry box cannot be greater than the number in the second entry box.
- IDS_PAGER_ENTRIES_EMPTY = Specify the entry numbers to show and then click the Go to button.
- IDS_PAGER_FIRST = First Page
- IDS_PAGER_LAST = Last Page
- IDS_PAGER_PREVIOUS = Previous
- IDS_PAGER_NEXT = Next
- IDS_PAGER_PAGEUP = Previous Page
- IDS_PAGER_PAGEDOWN = Next Page
- IDS_PAGER_GO_TO = Go to
- #
- # Section: MEN
- #
- # Description: Menu strings
- #
- IDS_MENU_EMPTY = Empty Menu{0}
- #
- # Section: GLB
- #
- # Description: General strings
- #
- IDS_LAST_REFRESH = Last refresh time: {0}
- IDS_ERROR_IN_XML_STAGE = An error occurred while processing the request
- IDS_ERROR_IN_RENDERING_STAGE = An error occurred while rendering requested data
- #
- # Section: TBL
- #
- # Description: Table strings
- #
- IDS_TABLE_SELECT_ALL = Select all items for group action
- IDS_TABLE_SELECT = Select item for group action {0}
|