123456789101112131415161718192021222324 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2012
- 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="CCLMessageFile.xsd">
- <component name="CPG" usage="Repository Plugin Common messages">
- <section name="OPF" type="Messages" usage="Operation Failure messages">
- <string id="failedToGetConnection" errorCode="1001">Get Connection Operation Failure</string>
- <string id="failedToWriteFile" errorCode="1002">Failed to write to a file.</string>
- <string id="failedToReadAndParseFile" errorCode="1003">Failed to read or parse a file.</string>
- <string id="userHasNoWriteAccess" errorCode="1004">Check that the user has write access.</string>
- <string id="userHasNoReadAccess" errorCode="1005">Check that the user has read access.</string>
- <string id="userHasNoReadWriteAccess" errorCode="1006">Check that the user has read and write access.</string>
- <string id="resourceDoesNotExist" errorCode="1007">Resource does not exist.</string>
- </section>
- </component>
- </stringTable>
|