123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- # 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 Interner Fehler.
- # multiple_search_steps_not_supported
- multiple_search_steps_not_supported = AAA-OIDC-0002 Mehrere Suchschritte \
- werden für diesen Namespace nicht unterstützt.
- # configuration_error
- configuration_error = AAA-OIDC-0003 Konfigurationsfehler.
- # initialization_failure
- initialization_failure = AAA-OIDC-0004 Fehler bei der Providerinitialisierung\
- . Ursache\: ''{0}''
- # failed_to_retrieve_identity
- failed_to_retrieve_identity = AAA-OIDC-0005 Abrufen der Identität vom \
- Identitätsprovider nicht möglich. Ursache\: ''{0}''
- # logon_failed
- logon_failed = AAA-OIDC-0006 Authentifizierung des Benutzers nicht möglich.
- # trusted_credential_issue
- trusted_credential_issue = AAA-OIDC-0007 Fehler bei der Anmeldung mit \
- vertrauenswürdigen Berechtigungsnachweisen. Ursache\: ''{0}''
- # authentication_required
- authentication_required = AAA-OIDC-0008 Authentifizierung erforderlich.
- # invalid_credentials
- invalid_credentials = AAA-OIDC-0009 Die angegebenen Berechtigungsnachweise \
- sind nicht gültig.
- # invalid_credentials_details
- invalid_credentials_details = AAA-OIDC-0010 Die angegebenen \
- Berechtigungsnachweise sind nicht gültig. Ursache\: ''{0}''
- # failed_to_verify_identity
- failed_to_verify_identity = AAA-OIDC-0011 Die Validierung des \
- Identitätstokens ist fehlgeschlagen. Ursache\: ''{0}''
- # missing_configuration
- missing_configuration = AAA-OIDC-0012 Initialisierung des Namespace ohne \
- gültige Konfiguration aufgerufen.
- # invalid_certificate_file
- invalid_certificate_file = AAA-OIDC-0013 Das Zertifikat in ''{0}'' konnte \
- nicht geladen werden. Ursache\: ''{1}''
- # missing_json_idp_resource
- missing_json_idp_resource = AAA-OIDC-0014 JSON-Identitätsproviderressource ''\
- {0}'' nicht gefunden.
- # invalid_json_idp_resource
- invalid_json_idp_resource = AAA-OIDC-0015 Lesen der \
- JSON-Identitätsproviderressource ''{0}'' nicht möglich. Ursache\: ''{1}''
- # missing_namespace_configuration
- missing_namespace_configuration = AAA_OIDC-0016 Für den Namespace ''{0}'' \
- fehlen Konfigurationsinformationen. Ursache\: ''{1}''
- # invalid_configuration_value
- invalid_configuration_value = AAA_OIDC-0017 Für die Konfigurationseigenschaft \
- ''{0}'' im Namespace ''{1}'' wurde ein ungültiger Wert gefunden.
- # could_not_load_private_key
- could_not_load_private_key = AAA-OIDC-0018 Der private Schlüssel in ''{0}'' \
- konnte für den Namespace ''{1}'' nicht geladen werden. Ursache\: ''{2}''
- # ask_for_credentials
- ask_for_credentials = Bitte geben Sie Ihre Berechtigungsnachweise zur \
- Authentifizierung ein.
- # user_id_prompt
- user_id_prompt = Benutzer-ID\:
- # namespace_display
- namespace_display = Namespace\:
- # password_prompt
- password_prompt = Kennwort\:
- # namespace_prmopt
- namespace_prompt = Namespace\:
|