1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2008, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd">
- <component name="CM" usage="Content Manager messages">
- <section name="TS1" usage="Properties for testing CM database connection" type="Messages">
- <string id="task1.message.error">The database connection failed.</string>
- <string id="task1.label">Content Manager database connection</string>
- <string id="task1.desc">Testing Content Manager database connection.</string>
- </section>
- <section name="TS2" usage="Properties for testing Archive Root Path" type="Messages">
- <string id="task2.label">Archive Local File System Root</string>
- <string id="task2.desc.emptyValue">Testing the archive location.</string>
- <string id="task2.desc.nonEmptyValue">Testing the archive location: "<param name="path" type="string"/>".</string>
- <string id="task2.message.error">The Archive Root validation failed.</string>
- <string id="task2.message.information.emptyValue">Since the value is empty, the feature is disabled. There is nothing to test.</string>
- </section>
- <section name="TS3" usage="Properties for testing Archive Root Path" type="Messages">
- <string id="task3.label">Verifying Content Manager Database</string>
- <string id="task3.message.error">Unable to verify the database.</string>
- </section>
- <section name="TS4" usage="Properties for testing External Object Store" type="Messages">
- <string id="task4.label">Testing External Object Store configuration</string>
- <string id="task4.desc">Testing External Object Store configuration</string>
- <string id="task4.message.configMissing">The External Object Store is not configured.</string>
- <string id="task4.message.configError">The External Object Store configuration does not have the URI parameter: "<param name="paramName" type="string"/>" defined.</string>
- <string id="task4.message.unreachable">The following URI could not be reached: "<param name="uri" type="string"/>".</string>
- <string id="task4.message.readFail">Read file access permission verification failed for the following URI: "<param name="uri" type="string"/>".</string>
- <string id="task4.message.writeFail">Write file access permission verification failed for the following URI: "<param name="uri" type="string"/>".</string>
- </section>
- </component>
- </stringTable>
|