repositoryAPI_no.properties 2.1 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 Datalagerfeil.
  21. errorReadingConfig = REP-API-1002 Feil ved lesing av konfigurasjon "{Name}".
  22. cannotParseConnectionURL = REP-API-1003 Kan ikke analysere URL for datalagertilkobling.
  23. cannotLoadRepositoryPlugin = REP-API-1004 Kan ikke laste inn datalagerplugin-modul "{Name}".
  24. cannotParseConnectionString = REP-API-1005 Kan ikke analysere tilkoblingsstreng for datalager.
  25. cannotParseRepositoryType = REP-API-1006 Kan ikke analysere datalagertype i tilkoblingsstreng "{ConnectionString}".
  26. cannotParseUserID = REP-API-1007 Kan ikke analysere bruker-ID i tilkoblingsstrengen "{ConnectionString}".
  27. invalidOutputID = REP-API-1008 Ugyldig utdata-ID
  28. archivesuccess = REP-API-1009 Arkiverte utdata "{outputID}" fra rapport "{reportID}"
  29. archivefail = REP-API-1010 Kunne ikke arkivere utdata "{outputID}" fra rapport "{reportID}" ved hjelp av tilkobling "{connectionString}. Unntaksdetaljer: {trace}"
  30. archivefailnodata = REP-API-1011 Kunne ikke arkivere utdata. Det ble ikke sendt noen data til datalagerplugin-modulen
  31. noQueryResults = REP-API-1012 Sp\u00f8rringen fant ingen objekter.
  32. objectWithIDNotFound = REP-API-1013 Fant ingen arkiverte objekter for "{objectClass}" med ID "{objectID}"
  33. propertyNotFound = REP-API-1014 Egenskap "{propertyName}" ble ikke funnet for "{objectClass}" med ID "{objectID}"
  34. deleteSuccess = REP-API-1015 Vellykket sletting av objektet "{objectID}".
  35. writeSuccess = REP-API-1016 Vellykket skriving av objektet "{objectID}".
  36. missingRequiredParameter = REP-API-1017 Obligatorisk parameter "{parameter}" var ikke oppgitt.
  37. objectNotFound = REP-API-1018 Objekt ble ikke funnet.
  38. authenticationRequired = REP-API-1019 Autentisering kreves.