diff --git a/forms/common-themes/src/main/resources/theme/login/base/messages/messages_de.properties b/forms/common-themes/src/main/resources/theme/login/base/messages/messages_de.properties index 22aec521852..02ffa70efe8 100644 --- a/forms/common-themes/src/main/resources/theme/login/base/messages/messages_de.properties +++ b/forms/common-themes/src/main/resources/theme/login/base/messages/messages_de.properties @@ -159,4 +159,7 @@ unexpectedErrorHandlingRequest=Unexpected error when handling authentication req invalidAccessCode=Invalid access code. sessionNotActive=Session not active. unknownCode=Unknown code, please login again through your application. -invalidCode=Invalid code, please login again through your application. \ No newline at end of file +invalidCode=Invalid code, please login again through your application. + +locale_de=Deutsch +locale_en=Englisch \ No newline at end of file diff --git a/forms/common-themes/src/main/resources/theme/login/base/messages/messages_en.properties b/forms/common-themes/src/main/resources/theme/login/base/messages/messages_en.properties index e74339b8b73..9c8841f60bd 100755 --- a/forms/common-themes/src/main/resources/theme/login/base/messages/messages_en.properties +++ b/forms/common-themes/src/main/resources/theme/login/base/messages/messages_en.properties @@ -158,4 +158,6 @@ identityProviderUnexpectedError=Unexpected error when authenticating with identi identityProviderNotFound=Could not find an identity provider with the identifier [{0}]. identityProviderNoToken=Could not obtain token from identity provider [{0}]. realmSupportsNoCredentials=Realm [{0}] does not support any credential type. -identityProviderNotUnique=Realm [{0}] supports multiple identity providers. Could not determine which identity provider should be used to authenticate with. \ No newline at end of file +identityProviderNotUnique=Realm [{0}] supports multiple identity providers. Could not determine which identity provider should be used to authenticate with. +locale_de=German +locale_en=English \ No newline at end of file