1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2014
- 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="PFM" usage="Strings needed for the fragment framework">
- <section name="GEN" usage="Common strings for the fragment transforms" type="UI">
- <string id="IDS_GEN_DETAILS" type="Link" usage="Link to show error details">Details</string>
- <string id="IDS_GEN_RETRY" type="Link" usage="Link to retry request on error">Retry</string>
- <string id="IDS_GEN_HIDE" type="Link" usage="Link to hide error notice">Hide this message.</string>
- <string id="IDS_GEN_PROCESSING" type="String" usage="Indicate that the server is processing the fragment">Processing your request...</string>
- <string id="IDS_GEN_ACTIONS_MORE" type="Tooltip" usage="Tooltip for the more actions fragment title bar icon">More actions - <param name="title"/></string>
- <string id="IDS_GEN_ACTIONS_REFRESH" type="Tooltip" usage="Tooltip for the refresh fragment title bar icon">Refresh - <param name="title"/></string>
- <string id="IDS_GEN_ACTIONS_EDIT" type="Tooltip" usage="Tooltip for the edit fragment title bar icon">Edit - <param name="title"/></string>
- <string id="IDS_GEN_ACTIONS_VIEW" type="Tooltip" usage="Tooltip for the view fragment title bar icon">Return - <param name="title"/></string>
- <string id="IDS_GEN_ACTIONS_MINIMIZE" type="Tooltip" usage="Tooltip for the minimize fragment title bar icon">Minimize - <param name="title"/></string>
- <string id="IDS_GEN_ACTIONS_RESTORE" type="Tooltip" usage="Tooltip for the restore fragment title bar icon">Restore - <param name="title"/></string>
- <string id="IDS_GEN_ACTIONS_MAXIMIZE" type="Tooltip" usage="Tooltip for the maximize fragment title bar icon">Maximize - <param name="title"/></string>
- <string id="IDS_GEN_ACTIONS_HELP" type="Tooltip" usage="Tooltip for the help fragment title bar icon">Help - <param name="title"/></string>
- <string id="IDS_GEN_ACTIONS_RESET" type="Tooltip" usage="Tooltip for the reset fragment title bar icon">Reset - <param name="title"/></string>
- <string id="IDS_GEN_ACTIONS_RETURN" type="Link" usage="Link to return from maximized state">Return - <param name="title"/></string>
- </section>
- <section name="JS" usage="Common javascript string for the common fragment javascript" type="UI">
- <string id="IDS_JS_DETAILS" type="String" usage="Details dialog caption and link to show details">Details</string>
- <string id="IDS_JS_RETRY" type="Link" usage="Link to retry request on error">Retry</string>
- <string id="IDS_JS_HIDE" type="Link" usage="Link to hide error notice">Hide this message.</string>
- <string id="IDS_JS_PROCESSING" type="String" usage="Indicate that the server is processing">Processing your request...</string>
- <string id="IDS_JS_BUTTON_YES" type="String" usage="Yes dialog button"> Yes </string>
- <string id="IDS_JS_BUTTON_NO" type="String" usage="No dialog button"> No </string>
- <string id="IDS_JS_BUTTON_CANCEL" type="String" usage="Cancel dialog button">Cancel</string>
- <string id="IDS_JS_BUTTON_CLOSE" type="String" usage="Close dialog button">Close</string>
- <string id="IDS_JS_BUTTON_OK" type="String" usage="OK dialog button"> OK </string>
- <string id="IDS_JS_BUTTON_APPLY" type="String" usage="Apply dialog button">Apply</string>
- <string id="IDS_JS_HELP_URL" type="String" usage="Help dialog URL">Help</string>
- <string id="IDS_JS_MODAL_CANCEL" type="String" usage="Cancel link on the modal dialog wait div">Cancel...</string>
- <string id="IDS_JS_ERROR_RETRIEVE" type="String" usage="Error message from fragment retrieve">Unable to process document, the maximum depth of levels was reached.</string>
- <string id="IDS_JS_ERROR_UNEXPECTED_RESPONSE" type="String" usage="Unexpected response error message">unexpected response</string>
- <string id="IDS_JS_NO_HELP_URL" type="String" usage="window.alert() used when no help link is available">No help is available</string>
- <string id="IDS_JS_PROMPT_REVERT" type="String" usage="Reset confirmation message">This operation will reset all your personalized preferences to their default values. Do you want to proceed?</string>
- <string id="IDS_JS_TAB_WAIT" type="String" usage="Wait message displayed on newly created tab pages">Working...</string>
- <string id="IDS_JS_TIMEOUT_SETTINGS_LOST" type="String" usage="Warning message displayed before relogin">Session timed out. Modified settings may be lost.</string>
- <string id="IDS_JS_LAYOUT_EDITMODE_TITLE" type="String" usage="Edit mode title">Set the properties - <param name="title"/></string>
- </section>
- </component>
- </stringTable>
|