repositoryAPI_nl.properties 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: REP
  12. ##
  13. ## Description: Repository API messages
  14. ##
  15. #
  16. # Section: API
  17. #
  18. # Description: API messages
  19. #
  20. repositoryError = REP-API-1001 Fout in repository.
  21. errorReadingConfig = REP-API-1002 Fout bij lezen van configuratie "{Name}".
  22. cannotParseConnectionURL = REP-API-1003 URL voor verbinding met repository kan niet worden ontleed.
  23. cannotLoadRepositoryPlugin = REP-API-1004 Repositoryplugin "{Name}" kan niet worden geladen.
  24. cannotParseConnectionString = REP-API-1005 Reeks voor verbinding met repository kan niet worden ontleed.
  25. cannotParseRepositoryType = REP-API-1006 Type repository in verbindingsreeks "{ConnectionString}" kan niet worden ontleed.
  26. cannotParseUserID = REP-API-1007 userID in verbindingsreeks "{ConnectionString}" kan niet worden ontleed.
  27. invalidOutputID = REP-API-1008 Ongeldig uitvoer-ID
  28. archivesuccess = REP-API-1009 De uitvoer "{outputID}" van rapport "{reportID}" is gearchiveerd
  29. archivefail = REP-API-1010 De uitvoer van "{outputID}" uit rapport "{reportID}" is niet gearchiveerd via verbinding "{connectionString}. Details van de uitzondering: {trace}"
  30. archivefailnodata = REP-API-1011 De uitvoer is niet gearchiveerd. Er zijn geen gegevens verzonden naar de repositoryplugin
  31. noQueryResults = REP-API-1012 Er zijn geen objecten gevonden met de query.
  32. objectWithIDNotFound = REP-API-1013 Er is geen gearchiveerd object gevonden voor "{objectClass}" met ID "{objectID}"
  33. propertyNotFound = REP-API-1014 Eigenschap "{propertyName}" is niet gevonden voor "{objectClass}" met ID "{objectID}"
  34. deleteSuccess = REP-API-1015 Object "{objectID}" is gewist.
  35. writeSuccess = REP-API-1016 Object "{objectID}" is geschreven.
  36. missingRequiredParameter = REP-API-1017 De verplichte parameter "{parameter}" is niet opgegeven.
  37. objectNotFound = REP-API-1018 Object is niet gevonden.
  38. authenticationRequired = REP-API-1019 Verificatie is vereist.