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 modtog en ugyldig forbindelsesstreng. {connectionString}
- #
- # Section: REP
- #
- # Description: Repository Error messages
- #
- failedToPerformHttpRequest = CRP-REP-1001 CMIS Repository Plugin kunne ikke udf\u00f8re HTTP-anmodning. "{RootCause}".
- invalidCMISEntry = CRP-REP-1002 CMIS Repository Plugin modtog ugyldig CMIS-indgang.
- noResponseToHttpRequest = CRP-REP-1003 CMIS Repository Plugin kunne ikke udf\u00f8re HTTP-anmodning. Intet svar.
- repositoryConnectionFailed = CRP-REP-1003 CMIS Repository Plugin kan ikke oprette forbindelse mellem en socket og v\u00e6rten "{host}" og port "{port}".
- repositoryLocationAnavailable = CRP-REP-1004 CMIS Repository Plugin kan ikke oprette forbindelse til lageret. "{RootCause}".
- repositoryUnauthorized = CRP-REP-1005 CMIS Repository Plugin kan ikke validere til lageret. Kontroll\u00e9r brugernavn og/eller kodeord.
- repositoryUnknownHost = CRP-REP-1006 CMIS Repository Plugin kan ikke oprette forbindelse til lageret, fordi IP-adressen p\u00e5 v\u00e6rten "{host}" ikke kan bestemmes.
- #
- # Section: OPF
- #
- # Description: Operation Failure messages
- #
- failedToTestConnection = CRP-OPF-2001 Fejl i test af forbindelse
- failedToGetConnection = CRP-OPF-2002 Fejl i hentning af forbindelse
- failedToQueryCMIS = CRP-OPF-2003 Fejl i CMIS-foresp\u00f8rgselsfunktion
- failedToQueryContent = CRP-OPF-2004 Fejl i indholdsforesp\u00f8rgselsfunktion
- failedToAddArchive = CRP-OPF-2005 Fejl i tilf\u00f8jelse af arkiv
- failedToGetArchive = CRP-OPF-2006 Fejl i hentning af arkiv
- failedToInitializeArchive = CRP-OPF-2007 Fejl i initialisering af arkiv
- failedToCreateFolder = CRP-OPF-2008 Kan ikke oprette folder i lageret
- failedToCheckoutDocument = CRP-OPF-2009 Kan ikke tjekke i dokument i lageret ud
- failedToDeleteContent = CRP-OPF-2010 Kan ikke slette indhold fra lageret
|