pfmvcmsgs_en.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated)
  11. -->
  12. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
  13. <component name="PFU" usage="Strings needed for the utilities fragments">
  14. <section name="NAV" usage="Common strings to all portlets" type="UI">
  15. <string id="IDS_MVC_NEXTPAGE" type="String" usage="pagination next">Next page</string>
  16. <string id="IDS_MVC_PREVIOUSPAGE" type="String" usage="pagination previous">Previous page</string>
  17. <string id="IDS_MVC_FIRSTPAGE" type="String" usage="pagination first">First page</string>
  18. <string id="IDS_MVC_LASTPAGE" type="String" usage="pagination last">Last page</string>
  19. <string id="IDS_MVC_GOTO" type="String" usage="pagination go to range">Go To</string>
  20. <string id="IDS_MVC_ENTRIES" type="String" usage="pagination entries range">Entries</string>
  21. <string id="IDS_MVC_NAME" type="String" usage="pager modified">Name</string>
  22. <string id="IDS_MVC_MODIFIED" type="String" usage="pager modified">Modified</string>
  23. <string id="IDS_MVC_SEARCH_LAST_MODIFIED_TEXT" type="String" usage="last modified">Last modified on</string>
  24. <string id="IDS_MVC_ACTIONS" type="String" usage="pager actions">Actions</string>
  25. <string id="IDS_MVC_SORT" type="String" usage="pager sort">Sort</string>
  26. <string id="IDS_MVC_NO_ENTRIES" type="String" usage="pager no entries">No entries.</string>
  27. <string id="IDS_MVC_VIEW_INVALID_CONTENT" type="String">Invalid folder path or the folder is not visible because of security restrictions.</string>
  28. <string id="IDS_MVC_VIRTUALROOT_NAME" type="String" usage="Name of virtual root">Cognos</string>
  29. <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>
  30. <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>
  31. <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>
  32. </section>
  33. </component>
  34. </stringTable>