cmcnfgTest_en.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2008, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!--
  10. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  11. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  12. -->
  13. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd">
  14. <component name="CM" usage="Content Manager messages">
  15. <section name="TS1" usage="Properties for testing CM database connection" type="Messages">
  16. <string id="task1.message.error">The database connection failed.</string>
  17. <string id="task1.label">Content Manager database connection</string>
  18. <string id="task1.desc">Testing Content Manager database connection.</string>
  19. </section>
  20. <section name="TS2" usage="Properties for testing Archive Root Path" type="Messages">
  21. <string id="task2.label">Archive Local File System Root</string>
  22. <string id="task2.desc.emptyValue">Testing the archive location.</string>
  23. <string id="task2.desc.nonEmptyValue">Testing the archive location: "<param name="path" type="string"/>".</string>
  24. <string id="task2.message.error">The Archive Root validation failed.</string>
  25. <string id="task2.message.information.emptyValue">Since the value is empty, the feature is disabled. There is nothing to test.</string>
  26. </section>
  27. <section name="TS3" usage="Properties for testing Archive Root Path" type="Messages">
  28. <string id="task3.label">Verifying Content Manager Database</string>
  29. <string id="task3.message.error">Unable to verify the database.</string>
  30. </section>
  31. <section name="TS4" usage="Properties for testing External Object Store" type="Messages">
  32. <string id="task4.label">Testing External Object Store configuration</string>
  33. <string id="task4.desc">Testing External Object Store configuration</string>
  34. <string id="task4.message.configMissing">The External Object Store is not configured.</string>
  35. <string id="task4.message.configError">The External Object Store configuration does not have the URI parameter: "<param name="paramName" type="string"/>" defined.</string>
  36. <string id="task4.message.unreachable">The following URI could not be reached: "<param name="uri" type="string"/>".</string>
  37. <string id="task4.message.readFail">Read file access permission verification failed for the following URI: "<param name="uri" type="string"/>".</string>
  38. <string id="task4.message.writeFail">Write file access permission verification failed for the following URI: "<param name="uri" type="string"/>".</string>
  39. </section>
  40. </component>
  41. </stringTable>