locale localization :)

This commit is contained in:
Michael Gerber
2015-03-02 20:11:37 +01:00
parent be397efa9e
commit 21f6384d0f
2 changed files with 7 additions and 2 deletions

View File

@@ -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.
invalidCode=Invalid code, please login again through your application.
locale_de=Deutsch
locale_en=Englisch

View File

@@ -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.
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