12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- #
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: localizationkit
- # (C) Copyright IBM Corp. 2005, 2016
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ## DO NOT EDIT!
- ## Generated using CCLXmlToProperties.xslt
- ## END OF WARNING
- ##
- ## Component: CRP
- ##
- ## Description: CMIS Repository Plugin messages
- ##
- #
- # Section: REQ
- #
- # Description: Request Error messages
- #
- invalidConnectionString = CRP-REQ-1005 CMIS Repository Plugin received invalid connection string. {connectionString}
- #
- # Section: REP
- #
- # Description: Repository Error messages
- #
- failedToPerformHttpRequest = CRP-REP-1001 CMIS Repository Plugin failed To perform HTTP request. "{RootCause}".
- invalidCMISEntry = CRP-REP-1002 CMIS Repository Plugin received invalid CMIS Entry.
- noResponseToHttpRequest = CRP-REP-1003 CMIS Repository Plugin failed To perform HTTP request. No response.
- repositoryConnectionFailed = CRP-REP-1003 CMIS Repository Plugin failed to connect a socket to the host "{host}" and port "{port}".
- repositoryLocationAnavailable = CRP-REP-1004 CMIS Repository Plugin failed to connect to the repository. "{RootCause}".
- repositoryUnauthorized = CRP-REP-1005 CMIS Repository Plugin failed to authenticate into the repository. Please check username and/or password.
- repositoryUnknownHost = CRP-REP-1006 CMIS Repository Plugin failed to connect to the repository, as the IP address of the host "{host}" could not be determined.
- #
- # Section: OPF
- #
- # Description: Operation Failure messages
- #
- failedToTestConnection = CRP-OPF-2001 Test Connection Operation Failure
- failedToGetConnection = CRP-OPF-2002 Get Connection Operation Failure
- failedToQueryCMIS = CRP-OPF-2003 CMIS Query Operation Failure
- failedToQueryContent = CRP-OPF-2004 Content Query Operation Failure
- failedToAddArchive = CRP-OPF-2005 Add Archive Operation Failure
- failedToGetArchive = CRP-OPF-2006 Get Archive Operation Failure
- failedToInitializeArchive = CRP-OPF-2007 Initialize Archive Operation Failure
- failedToCreateFolder = CRP-OPF-2008 Failed to create folder in the repository
- failedToCheckoutDocument = CRP-OPF-2009 Failed to checkout a document in the repository
- failedToDeleteContent = CRP-OPF-2010 Failed to delete content from the repository
|