12345678910111213141516171819202122232425262728293031323334 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2013
- 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="../../../../../../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="PS1" usage="Strings needed for the Getting Started sample app">
- <section name="CON" usage="Top level page strings" type="UI">
- <string id="TITLE" type="String" usage="Application title">Getting Started</string>
- <string id="DESCRIPTION" type="String" usage="Description of the application">Show content from the getting started page</string>
- </section>
- <section name="SET" usage="Settings page strings" type="UI">
- <string id="SETTINGSTITLE" type="String" usage="Title header for settings">Basic Settings</string>
- <string id="SETTINGSDESC" type="String" usage="Settings description">Basic settings for the getting started content</string>
- <string id="CONTENTDISP" type="String" usage="Content display section heading">Select the content to display</string>
- <string id="SHOWHEADER" type="String" usage="Show header checkbox label">Show header and search</string>
- <string id="SHOWAREA" type="String" usage="Show area checkbox label">Show my area</string>
- <string id="SHOWAPPS" type="String" usage="Show applications checkbox label">Show my applications</string>
- <string id="SHOWPOPULAR" type="String" usage="Show most popular checkbox label">Show most popular and recommended</string>
- <string id="HEIGHT" type="String" usage="Portlet height label">Set the portlet height:</string>
- <string id="ISMAXFRAME" type="String" usage="Is Maximized window checkbox label">Maximize actions window</string>
- </section>
- </component>
- </stringTable>
|