12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2011
- 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="PFU" usage="Strings needed for the utilities fragments">
- <section name="NAV" usage="Common strings to all portlets" type="UI">
- <string id="IDS_MVC_NEXTPAGE" type="String" usage="pagination next">Next page</string>
- <string id="IDS_MVC_PREVIOUSPAGE" type="String" usage="pagination previous">Previous page</string>
- <string id="IDS_MVC_FIRSTPAGE" type="String" usage="pagination first">First page</string>
- <string id="IDS_MVC_LASTPAGE" type="String" usage="pagination last">Last page</string>
- <string id="IDS_MVC_GOTO" type="String" usage="pagination go to range">Go To</string>
- <string id="IDS_MVC_ENTRIES" type="String" usage="pagination entries range">Entries</string>
- <string id="IDS_MVC_NAME" type="String" usage="pager modified">Name</string>
- <string id="IDS_MVC_MODIFIED" type="String" usage="pager modified">Modified</string>
- <string id="IDS_MVC_SEARCH_LAST_MODIFIED_TEXT" type="String" usage="last modified">Last modified on</string>
- <string id="IDS_MVC_ACTIONS" type="String" usage="pager actions">Actions</string>
- <string id="IDS_MVC_SORT" type="String" usage="pager sort">Sort</string>
- <string id="IDS_MVC_NO_ENTRIES" type="String" usage="pager no entries">No entries.</string>
- <string id="IDS_MVC_VIEW_INVALID_CONTENT" type="String">Invalid folder path or the folder is not visible because of security restrictions.</string>
- <string id="IDS_MVC_VIRTUALROOT_NAME" type="String" usage="Name of virtual root">Cognos</string>
- <string id="IDS_MVC_ERR_FIRST_BIGGER_SECOND" type="String" usage="Javascript error dialog.">The number in the first entry box cannot be greater than the number in the second entry box.</string>
- <string id="IDS_MVC_ERR_FROM_INVALID" type="String" usage="From entry not valid">The number in the first entry box is not valid; it must be a number greater than 0.</string>
- <string id="IDS_MVC_ERR_TO_INVALID" type="String" usage="To entry not valid">The number in the second entry box is not valid; it must be a number greater than 0.</string>
- </section>
- </component>
- </stringTable>
|