123456789101112131415161718192021222324252627282930313233343536 |
- <?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 localization="Product Locale" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="SDK" usage="Portlet messages">
- <section name="EDT" usage="General Configuration." type="UI">
- <string id="IDS_SDK_EDT_APP_EXEC_PARAMS" type="Pane Header">Application Parameters</string>
- <string id="IDS_SDK_EDT_GADGET_NAME" type="Pane Header">Cognos Extended Application</string>
- <string id="IDS_SDK_EDT_LABEL_NAME" type="Control Label">Application:</string>
- <string id="IDS_SDK_EDT_LABEL_NO_APP_SELECTED" type="String">None</string>
- <string id="IDS_SDK_EDT_LINK_EDIT_COMMANDS" type="Link">Customize application parameters</string>
- <string id="IDS_SDK_EDT_LINK_REMOVE_CUSTOMIZATION" type="Link">Reset the application parameters to default</string>
- <string id="IDS_SDK_EDT_LINK_SELECT_APP" type="Link">Select an application...</string>
- <string id="IDS_SDK_EDT_GROUP_VIEWING_OPTIONS" type="Group Box Label">View Options</string>
- </section>
- <section name="SEL" usage="Select application dialog" type="UI">
- <string id="IDS_SDK_SEL_ERROR_INVALID_SELECTION" type="String">Select a Cognos Extended Application.</string>
- <string id="IDS_SDK_SEL_LABEL_SELECT_APPLICATION" type="Control Label">Select an application to display.</string>
- </section>
- <section name="ERR" usage="Error messages" type="Messages">
- <string id="IDS_SDK_APPLICATION_XML_ERR" errorCode="0001" type="String">Cannot read the file 'applications.xml'. Make sure that the Cognos Extended Applications Portlet is installed and configured properly.</string>
- </section>
- </component>
- </stringTable>
|