123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2012
- |
- | 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="ACM" usage="BUX Atom CM service messages." type="Messages">
- <string id="CREATE_UNTITLED_NAME" type="String">Untitled</string>
- <string id="ATOM_PERSON_USER_UNAVAILABLE" type="String">User unavailable</string>
- <string id="ATOM_PERSON_NONE" type="String">None</string>
- <string id="BUX_ACM_MY_FAVORITES" type="String">My Favorites</string>
- <string id="BUX_OPENING_DASHBOARD" type="String">Opening workspace...</string>
- <string id="BUX_SAVING_DASHBOARD" type="String">Saving workspace...</string>
- <string id="ERROR_UNEXPECTED_EXECUTION" type="String" errorCode="1500">An unexpected error occurred while executing the request.</string>
- <string id="ERROR_UNEXPECTED_PAGE_RESPONSE" type="String" errorCode="1501">The requested page object returned an unexpected result.</string>
- <string id="ERROR_RESPONSE_UPDATE_CM" type="String" errorCode="1502">Error response received when BUX was doing Content Store UPDATE operation.</string>
- <string id="ERROR_ADDING_PORTLET_INSTANCES" type="String" errorCode="1503">Error occurs when adding portlets to update a workspace.</string>
- <string id="ERROR_DELETING_CM_OBJECTS" type="String" errorCode="1504">Error occurs when deleting CM objects to update a workspace.</string>
- <string id="ERROR_RESOLVING_DASHBOARD_PORTLETS" type="String" errorCode="1505">Error occurs when resolving existing portlets of a workspace.</string>
- <string id="ERROR_PORTLET_UPGRADE" type="String" errorCode="1506">The upgrade of this portlet failed.</string>
- <string id="ERROR_INVALID_DUPLICATE_NAME" type="String" errorCode="1507">An object with the name '<param name="0" type="string"/>' already exists and cannot be replaced. Please enter another name.</string>
- <string id="ERROR_MISSING_WORKSPACE_USER_CAPABILTIES" type="String" errorCode="1508">You cannot save your workspace because a required capability is missing.</string>
- </section>
- <section name="CMV" usage="BUX Atom CM virtual feed messages." type="Messages">
- <string id="PREFERENCES_FEED_TITLE" type="String">Preferences</string>
- <string id="CM_PREFERENCES_ENTRY_TITLE" type="String">IBM Cognos User Preferences</string>
- </section>
- </component>
- </stringTable>
|