12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclutils
- (C) Copyright IBM Corp. 2005, 2012
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable localization="Product Locale" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLCFGAPI">
- <component name="CCL">
- <section name="CFG">
- <string name="STARTUP_FILE_NOT_FOUND" errorCode="0001">The cogstartup.xml file does not exist in the cognos_location/configuration directory. Please run IBM Cognos Configuration again.</string>
- <string name="STARTUP_FILE_PARSE_ERROR" errorCode="0003">The XML parser reported errors when parsing the cogstartup.xml file. Ensure that the file contain well-formed XML.</string>
- <string name="STARTUP_FILE_VIOLATION" errorCode="0004">Unexpected content found in the cogstartup.xml file.</string>
- <string name="RUNTIME_DOC_PARSE_ERROR" errorCode="0005">The XML parser reported errors when parsing the runtime configuration document. Ensure that the file contain well-formed XML.</string>
- <string name="INIT_CRYPTO_ERROR" errorCode="0007">The cryptographic encryption did not initialize. The cryptographic configuration may be incorrect or missing some security components. <param index="1" type="string" usage="additional error details"/></string>
- <string name="CRYPTO_DECRYPTION_ERROR" errorCode="0008">Failed to decrypt the document or values. <param index="1" type="string" usage="additional error details."/></string>
- <string name="UNKNOWN_EXCEPTION" errorCode="0009">An unexpected and/or unknown exception occurred. Please contact your administrator.</string>
- <string name="INVALID_ARGUMENTS" errorCode="0010">Invalid arguments were passed to the function.</string>
- <string name="LOCALE_FILE_NOT_FOUND" errorCode="0011">The coglocale.xml file does not exist in the cognos_location/configuration directory.</string>
- <string name="LOCALE_FILE_PARSE_ERROR" errorCode="0012">The XML parser reported errors when parsing the coglocale.xml file. Ensure that the file contain well-formed XML.</string>
- <string name="UNSUPPORTED_LOCALE_ERROR" errorCode="0013">The locale identifier is not supported: '<param index="1" type="string" usage="locale identifier"/>'.</string>
- <string name="CMPLST_FILE_NOT_FOUND" errorCode="0014">The cmplst.txt file does not exist in the cognos_location directory.</string>
- <string name="CMPLST_FILE_IO_ERROR" errorCode="0015">IO errors occurred while accessing cmplst.txt file.</string>
- <string name="I18N_ERROR" errorCode="0016">The component I18N returned an invalid value or data.</string>
- </section>
- <section name="CFM" type="UI">
- <string name="Label_Release" type="String">Release: </string>
- <string name="Label_Update" type="String">Update: </string>
- <string name="Label_Edition" type="String">Edition: </string>
- <string name="Label_Name" type="String">Name: </string>
- <string name="Label_PatchLevel" type="String">Patch Level: </string>
- <string name="Label_Vendor" type="String">Vendor: </string>
- <string name="Label_Driver" type="String">Driver: </string>
- <string name="Label_Supported" type="String">Supported version: </string>
- <string name="Label_Installed" type="String">Installed version: </string>
- <string name="Status_Supported" type="String">Supported</string>
- <string name="Status_NotSupported" type="String">Not Supported</string>
- <string name="Status_NotMatch" type="String">Exact match not found</string>
- <string name="Message_NotMatch" type="String">Your current environment setting does not match with IBM Cognos Software Environment. This version may be supported. Please see 'http://www.ibm.com/support/docview.wss?uid=swg27014432' for details.</string>
- <string name="Message_NotDetermined" type="String">Unable to determine whether the version of software is supported. The test result does not mean that the software is currently not supported. To verify support for the software, copy the output to a text file and check the supported environments web site 'http://www.ibm.com/support/docview.wss?uid=swg27014432' for details.</string>
- <string name="Message_NotSupported" type="String">Your version of software is not supported. To verify support for the software, copy the output to a text file and check the supported environments web site 'http://www.ibm.com/support/docview.wss?uid=swg27014432' for details.</string>
- <string name="Message_UnableCheck" type="String">Unable to check for supported software. </string>
- <string name="Message_Checking" type="String">Checking for supported software: </string>
- </section>
- </component>
- </stringTable>
|