12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2014
- |
- | The source code for this program is not published or otherwise
- | divested of its trade secrets, irrespective of what has been deposited
- | with the U.S. Copyright Office.
- +========================================================================+
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="BUX" usage="Bux messages">
- <section name="TBX" usage="BUX service messages." type="Messages">
- <string id="WEBPAGE_TOOLBOX_TITLE" type="String">Web Page</string>
- <string id="WEBPAGE_TOOLBOX_SUMMARY" type="String">Use the Web Page widget to display HTML based content on this workspace.</string>
- <string id="RSS_TOOLBOX_TITLE" type="String">RSS Feed</string>
- <string id="RSS_TOOLBOX_SUMMARY" type="String">Use the RSS Feed widget to display Really Simple Syndication (RSS) news feeds on this workspace.</string>
- <string id="IMAGE_TOOLBOX_TITLE" type="String" >Image</string>
- <string id="IMAGE_TOOLBOX_SUMMARY" type="String">Use the Image widget to display images on this workspace.</string>
- <string id="ACTIONBUTTON_TOOLBOX_TITLE" type="String" >Action Button</string>
- <string id="ACTIONBUTTON_TOOLBOX_SUMMARY" type="String">Use the action button to navigate between tabs on this workspace.</string>
- <string id="TEXT_TOOLBOX_TITLE" type="String" >Text</string>
- <string id="TEXT_TOOLBOX_SUMMARY" type="String" >Use the Text widget to display rich formatted text on this workspace.</string>
- <string id="INBOX_TOOLBOX_TITLE" type="String">My Inbox</string>
- <string id="INBOX_TOOLBOX_SUMMARY" type="String">Use the My Inbox widget to view your tasks and notifications.</string>
- <string id="SELECT_VALUE_FILTER_TITLE">Select Value Filter</string>
- <string id="SELECT_VALUE_FILTER_SUMMARY">Use the Select Value Filter widget to filter the data on this workspace.</string>
- <string id="SLIDER_FILTER_TITLE">Slider Filter</string>
- <string id="SLIDER_FILTER_SUMMARY">Use the Slider Filter widget to filter the data on this workspace.</string>
- <string id="REPORT_TOOLBOX_TITLE">Report</string>
- <string id="REPORT_TOOLBOX_SUMMARY">Use the Report widget to create and display a new report on this workspace.</string>
- <string id="BUTTON_FILTER_TITLE">Button Filter</string>
- <string id="BUTTON_FILTER_SUMMARY">Use the Button Filter widget to filter the data on this workspace.</string>
- </section>
- </component>
- </stringTable>
|