12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
-
- BI and PM: JSM
-
- (c) Copyright IBM Corp. 2003, 2019.
-
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
-
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="JSM" usage="JSM Messages">
- <section name="CFG" usage="Properties for CrConfig tasks" type="Messages">
- <!-- general -->
- <string id="test.cancelled" type="String">Test cancelled.</string>
- <!-- database connection -->
- <string id="task1.label" type="String">Validate notification database connection properties.</string>
- <string id="task1.desc" type="String">Testing the notification database connection.</string>
- <string id="message.task1.error" type="String">The database connection cannot be made.</string>
- <string id="message.task1.noDriver" type="String">No JDBC driver could be found in classpath.</string>
- <string id="message.task1.noDataStore" type="String">An unsupported database has been entered.</string>
- <string id="message.task1.create" type="String">The user does not have the necessary privileges to create tables.</string>
- <string id="message.task1.insert" type="String">The user does not have the necessary privileges to insert data.</string>
- <string id="message.task1.read" type="String">The user does not have the necessary privileges to read data.</string>
- <string id="message.task1.update" type="String">The user does not have the necessary privileges to update data.</string>
- <string id="message.task1.delete" type="String">The user does not have the necessary privileges to delete tables.</string>
- <string id="message.task1.createView" type="String">The user does not have the necessary privileges to create views.</string>
- <string id="message.task1.deleteView" type="String">The user does not have the necessary privileges to delete views.</string>
- <!-- smtp mail server connection -->
- <string id="task2.label" type="String">Validate mail server properties.</string>
- <string id="task2.desc" type="String">Testing the mail server connection.</string>
- <string id="message.task2.error" type="String">The mail server cannot be reached.</string>
- <string id="message.task2.authenticate.fail" type="String">Mail server authentication failed.</string>
- <string id="task2.subject" type="String">Test message from IBM Cognos Configuration.</string>
- </section>
- </component>
- </stringTable>
|