cnfgtest_en.xml 2.6 KB

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