123456789101112131415161718192021222324252627282930313233 |
- <?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="PS2" usage="Strings needed for the Navigator sample app">
- <section name="CON" usage="Top level page strings" type="UI">
- <string id="TITLE" type="String" usage="Application title">Content Navigation</string>
- <string id="DESCRIPTION" type="String" usage="Description of the application">Navigate and launch the IBM Cognos Content</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="SETTINGSDESCRIPTION" type="string" usage="Description of the settings page">Basic settings for the Cognos Connection application</string>
- <string id="DEFAULTURL" type="String" usage="default content url">Default entry url:</string>
- <string id="WIDTH" type="string" usage="Portlet width property label">Portlet width:</string>
- <string id="SHOWTOOLBAR" type="string" usage="Toolbar toggle label">Show toolbar</string>
- <string id="SHOWACTIONS" type="string" usage="Show actions toggle label">Show actions</string>
- <string id="HIDEBREADCRUMB" type="string" usage="Hide breadcrumb toggle label">Hide the breadcrumb</string>
- <string id="SUBSCRIBETOENTRYURL" type="string" usage="Subscribe to entry toggle label">Shows the entry selected in another navigator</string>
- </section>
- </component>
- </stringTable>
|