user_saml/l10n/it.js

61 lines
5.8 KiB
JavaScript

OC.L10N.register(
"user_saml",
{
"User attributes:" : "Attributi utente:",
"Name" : "Nome",
"Values" : "Valori",
"Attributes not found" : "Attributi non trovati",
"Saved" : "Salvato",
"Disconnect" : "Disconnetti",
"Error while loading browser sessions and device tokens" : "Errore durante il caricamento delle sessioni del browser e dei token di dispositivo",
"Error while creating device token" : "Errore durante la creazione del token",
"Error while deleting the token" : "Errore durante l'eliminazione del token",
"X.509 certificate of the Service Provider" : "Certificato X.509 del fornitore di servizi",
"Private key of the Service Provider" : "Chiave privata del fornitore di servizi",
"Indicates that the nameID of the <samlp:logoutRequest> sent by this SP will be encrypted." : "Indica che il nameID della <samlp:logoutRequest> inviata da questo SP sarà cifrato.",
"Indicates whether the <samlp:AuthnRequest> messages sent by this SP will be signed. [Metadata of the SP will offer this info]" : "Indica se i messaggi <samlp:AuthnRequest> inviati da questo SP saranno firmati. [I metadati del SP forniranno queste informazioni]",
"Indicates whether the <samlp:logoutRequest> messages sent by this SP will be signed." : "Indica se i messaggi <samlp:logoutRequest> inviati da questo SP saranno firmati.",
"Indicates whether the <samlp:logoutResponse> messages sent by this SP will be signed." : "Indica se i messaggi <samlp:logoutResponse> inviati da questo SP saranno firmati.",
"Whether the metadata should be signed." : "Decidi se firmare o meno i metadati.",
"Indicates a requirement for the <samlp:Response>, <samlp:LogoutRequest> and <samlp:LogoutResponse> elements received by this SP to be signed." : "Indica la firma come requisiti per gli elementi <samlp:Response>, <samlp:LogoutRequest> e <samlp:LogoutResponse> ricevuti da questo SP.",
"Indicates a requirement for the <saml:Assertion> elements received by this SP to be signed. [Metadata of the SP will offer this info]" : "Indica la firma come requisito per gli elementi <saml:Assertion> ricevuti da questo SP. [I metadati dello SP forniranno queste informazioni]",
"Indicates a requirement for the <saml:Assertion> elements received by this SP to be encrypted." : "Indica la cifratura come requisito per gli elementi <saml:Assertion> ricevuti da questo SP.",
" Indicates a requirement for the NameID element on the SAMLResponse received by this SP to be present." : "Indica la presenza come requisito dell'elemento NameID nella SAMLResponse ricevuta da questo SP.",
"Indicates a requirement for the NameID received by this SP to be encrypted." : "Indica ia cifratura come requisito per il NameID ricevuto da questo SP.",
"Indicates if the SP will validate all received XMLs." : "Indica se lo SP convaliderà tutti gli XML ricevuti.",
"Attribute to map the UID to." : "Attributo a cui associare l'UID.",
"Only allow authentication if an account is existent on some other backend. (e.g. LDAP)" : "Consenti l'autenticazione solo se un account esiste in un altro motore. (ad es. LDAP)",
"SAML authentication" : "Autenticazione SAML",
"SAML" : "SAML",
"General" : "Generale",
"Service Provider Data" : "Dati del fornitore di servizi",
"If your Service Provider should use certificates you can optionally specify them here." : "Se il tuo fornitore di servizi utilizza i certificati, puoi specificarli qui.",
"Show Service Provider settings ..." : "Mostra impostazioni fornitore di servizi...",
"Identity Provider Data" : "Dati del fornitore di identità",
"Configure your IdP settings here." : "Configura qui le tue impostazioni IdP.",
"Identifier of the IdP entity (must be a URI)" : "Identificatore dell'entità IdP (deve essere un URI)",
"URL Target of the IdP where the SP will send the Authentication Request Message" : "Destinazione dell'URL dell'Idp dove lo SP invierà il messaggio di richiesta di autenticazione",
"Show optional Identity Provider settings ..." : "Mostra impostazioni opzionali del fornitore di identità...",
"URL Location of the IdP where the SP will send the SLO Request" : "Posizione dell'URL dell'IdP dove lo SP invierà la richiesta SLO",
"Public X.509 certificate of the IdP" : "Certificato X.509 dell'IdP",
"Security settings" : "Impostazioni di sicurezza",
"For increased security we recommend enabling the following settings if supported by your environment." : "Per una maggiore sicurezza, consigliamo di abilitare le seguenti impostazioni, se supportate dal tuo ambiente.",
"Show security settings ..." : "Mostra impostazioni di sicurezza...",
"Signatures and encryption offered" : "Firme e cifratura offerte",
"Signatures and encryption required" : "Firme e cifratura richieste",
"Download metadata XML" : "Scarica XML metadati",
"Metadata invalid" : "Metadati non validi",
"Metadata valid" : "Metadati validi",
"Account not provisioned." : "Account non generato.",
"Your account is not provisioned, access to this service is thus not possible." : "Il tuo account non è stato generato, l'accesso a questo servizio è perciò impossibile",
"App passwords" : "Password di applicazione",
"You've linked these apps." : "Hai collegato queste applicazioni.",
"An app password is a passcode that gives an app or device permissions to access your %s account." : "Una password di applicazione è un codice di sicurezza che fornisce a un'applicazione o a un dispositivo i permessi per accedere al tuo account %s.",
"App name" : "Nome applicazione",
"Create new app password" : "Crea nuova password di applicazione",
"Use the credentials below to configure your app or device." : "Utilizza le credenziali in basso per configurare la tua applicazione o dispositivo.",
"Password" : "Password",
"Done" : "Fine"
},
"nplurals=2; plural=(n != 1);");