mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 05:42:31 +00:00
Update messages_it.properties
This commit is contained in:
parent
a00a7dabd8
commit
e6ed4441c4
@ -16,7 +16,7 @@ AnonymousAuthenticationProvider.incorrectKey=AnonymousAuthenticationToken non co
|
|||||||
BindAuthenticator.badCredentials=Credenziali non valide
|
BindAuthenticator.badCredentials=Credenziali non valide
|
||||||
BindAuthenticator.emptyPassword=Credenziali non valide
|
BindAuthenticator.emptyPassword=Credenziali non valide
|
||||||
CasAuthenticationProvider.incorrectKey=CasAuthenticationToken non contiene la chiave prevista
|
CasAuthenticationProvider.incorrectKey=CasAuthenticationToken non contiene la chiave prevista
|
||||||
CasAuthenticationProvider.noServiceTicket=Non e' stato fornito un CAS service ticket valido
|
CasAuthenticationProvider.noServiceTicket=Non \u00E8 stato fornito un CAS service ticket valido
|
||||||
ConcurrentSessionControlStrategy.exceededAllowed=Il numero massimo delle sessioni ({0}) per questo utente sono state superate
|
ConcurrentSessionControlStrategy.exceededAllowed=Il numero massimo delle sessioni ({0}) per questo utente sono state superate
|
||||||
DigestAuthenticationFilter.incorrectRealm=Il response realm name {0} non corrisponde al realm name di sistema {1}
|
DigestAuthenticationFilter.incorrectRealm=Il response realm name {0} non corrisponde al realm name di sistema {1}
|
||||||
DigestAuthenticationFilter.incorrectResponse=Replica non corretta
|
DigestAuthenticationFilter.incorrectResponse=Replica non corretta
|
||||||
@ -28,8 +28,8 @@ DigestAuthenticationFilter.nonceExpired=Nonce scaduto/in timeout
|
|||||||
DigestAuthenticationFilter.nonceNotNumeric=Nonce token avrebbe dovuto dare un primo token numerico invece di {0}
|
DigestAuthenticationFilter.nonceNotNumeric=Nonce token avrebbe dovuto dare un primo token numerico invece di {0}
|
||||||
DigestAuthenticationFilter.nonceNotTwoTokens=Nonce avrebbe dovuto dare due token invece di {0}
|
DigestAuthenticationFilter.nonceNotTwoTokens=Nonce avrebbe dovuto dare due token invece di {0}
|
||||||
DigestAuthenticationFilter.usernameNotFound=Username {0} non trovato
|
DigestAuthenticationFilter.usernameNotFound=Username {0} non trovato
|
||||||
#JdbcDaoImpl.noAuthority=User {0} has no GrantedAuthority
|
JdbcDaoImpl.noAuthority=L'utente {0} non ha permessi
|
||||||
#JdbcDaoImpl.notFound=User {0} not found
|
JdbcDaoImpl.notFound=Utente {0} non trovato
|
||||||
LdapAuthenticationProvider.badCredentials=Credenziali non valide
|
LdapAuthenticationProvider.badCredentials=Credenziali non valide
|
||||||
LdapAuthenticationProvider.credentialsExpired=Credenziali dell'utente scadute
|
LdapAuthenticationProvider.credentialsExpired=Credenziali dell'utente scadute
|
||||||
LdapAuthenticationProvider.disabled=Utente disabilitato
|
LdapAuthenticationProvider.disabled=Utente disabilitato
|
||||||
@ -42,6 +42,6 @@ PasswordComparisonAuthenticator.badCredentials=Credenziali non valide
|
|||||||
ProviderManager.providerNotFound=Nessun Provider di autenticazione trovato per {0}
|
ProviderManager.providerNotFound=Nessun Provider di autenticazione trovato per {0}
|
||||||
RememberMeAuthenticationProvider.incorrectKey=RememberMeAuthenticationToken non contiene la chiave prevista
|
RememberMeAuthenticationProvider.incorrectKey=RememberMeAuthenticationToken non contiene la chiave prevista
|
||||||
RunAsImplAuthenticationProvider.incorrectKey=RunAsUserToken non contiene la chiave prevista
|
RunAsImplAuthenticationProvider.incorrectKey=RunAsUserToken non contiene la chiave prevista
|
||||||
SubjectDnX509PrincipalExtractor.noMatching=Non e' stato validato correttamente il subjectDN\: {0}
|
SubjectDnX509PrincipalExtractor.noMatching=Non \u00E8 stato validato correttamente il subjectDN\: {0}
|
||||||
SwitchUserFilter.noCurrentUser=Nessun utente corrente associato con questa richiesta
|
SwitchUserFilter.noCurrentUser=Nessun utente corrente associato con questa richiesta
|
||||||
SwitchUserFilter.noOriginalAuthentication=Impossibile trovare l'Authentication object originale
|
SwitchUserFilter.noOriginalAuthentication=Impossibile trovare l'Authentication object originale
|
||||||
|
Loading…
x
Reference in New Issue
Block a user