repositoryplugincommon_en.xml 1.2 KB

123456789101112131415161718192021222324
  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. 2012
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd">
  10. <component name="CPG" usage="Repository Plugin Common messages">
  11. <section name="OPF" type="Messages" usage="Operation Failure messages">
  12. <string id="failedToGetConnection" errorCode="1001">Get Connection Operation Failure</string>
  13. <string id="failedToWriteFile" errorCode="1002">Failed to write to a file.</string>
  14. <string id="failedToReadAndParseFile" errorCode="1003">Failed to read or parse a file.</string>
  15. <string id="userHasNoWriteAccess" errorCode="1004">Check that the user has write access.</string>
  16. <string id="userHasNoReadAccess" errorCode="1005">Check that the user has read access.</string>
  17. <string id="userHasNoReadWriteAccess" errorCode="1006">Check that the user has read and write access.</string>
  18. <string id="resourceDoesNotExist" errorCode="1007">Resource does not exist.</string>
  19. </section>
  20. </component>
  21. </stringTable>