12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- # IBM Confidential
- #
- # OCO Source Materials
- #
- # IBM Cognos Products: user-profile-service
- #
- # (C) Copyright IBM Corp. 2016, 2018
- #
- # The source code for this program is not published or otherwise
- # divested of its trade secrets, irrespective of what has been
- # deposited with the U.S. Copyright Office.
- #
- # NLS_ENCODING=UTF-8
- # NLS_MESSAGEFORMAT_ALL
- # END_OF_HEADER
- #
- # internal error
- internal_error = AAA-OIDC-0001 Internt fel
- # multiple_search_steps_not_supported
- multiple_search_steps_not_supported = AAA-OIDC-0002 Flera söksteg hanteras \
- inte för den här namnrymden.
- # configuration_error
- configuration_error = AAA-OIDC-0003 Konfigurationsfel
- # initialization_failure
- initialization_failure = AAA-OIDC-0004 Leverantörsinitieringsfel. Orsak\: {0}
- # failed_to_retrieve_identity
- failed_to_retrieve_identity = AAA-OIDC-0005 Det går inte att hämta \
- identiteten från leverantören. Orsak\: {0}
- # logon_failed
- logon_failed = AAA-OIDC-0006 Det går inte att autentisera användaren.
- # trusted_credential_issue
- trusted_credential_issue = AAA-OIDC-0007 Fel vid inloggning med \
- tillförlitliga kreditiv. Orsak\: {0}
- # authentication_required
- authentication_required = AAA-OIDC-0008 Autentisering krävs.
- # invalid_credentials
- invalid_credentials = AAA-OIDC-0009 Ogiltiga kreditiv.
- # invalid_credentials_details
- invalid_credentials_details = AAA-OIDC-0010 Ogiltiga kreditiv. Orsak\: {0}
- # failed_to_verify_identity
- failed_to_verify_identity = AAA-OIDC-0011 Det gick inte att validera \
- identitetstoken. Orsak\: {0}
- # missing_configuration
- missing_configuration = AAA-OIDC-0012 Namrymdsinitiering anropades utan \
- giltig konfiguration.
- # invalid_certificate_file
- invalid_certificate_file = AAA-OIDC-0013 Det gick inte att läsa in \
- certifikatet i {0}. Orsak\: {1}
- # missing_json_idp_resource
- missing_json_idp_resource = AAA-OIDC-0014 JSON-identitetsleverantörsresursen \
- {0} hittades inte.
- # invalid_json_idp_resource
- invalid_json_idp_resource = AAA-OIDC-0015 JSON-identitetsleverantörsresursen \
- {0} kunde inte läsas. Orsak\: {1}
- # missing_namespace_configuration
- missing_namespace_configuration = AAA_OIDC-0016 Namnrymden {0} saknar \
- konfigurationsinformation. Orsak\: {1}
- # invalid_configuration_value
- invalid_configuration_value = AAA_OIDC-0017 Ett ogiltigt värde hittades för \
- konfigurationsegenskapen {0} i namnrymden {1}
- # could_not_load_private_key
- could_not_load_private_key = AAA-OIDC-0018 Den privata nyckeln i {0} kunde \
- inte läsas in för namnrymden {1}. Orsak\: {2}
- # ask_for_credentials
- ask_for_credentials = Ange kreditiv för autentisering.
- # user_id_prompt
- user_id_prompt = Användar-ID\:
- # namespace_display
- namespace_display = Namnrymd\:
- # password_prompt
- password_prompt = Lösenord\:
- # namespace_prmopt
- namespace_prompt = Namnrymd\:
|