diff options
Diffstat (limited to 'apps/oauth2/l10n/it.js')
-rw-r--r-- | apps/oauth2/l10n/it.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/it.js b/apps/oauth2/l10n/it.js index 7702a9fdf53..7bcc7a08f6a 100644 --- a/apps/oauth2/l10n/it.js +++ b/apps/oauth2/l10n/it.js @@ -2,12 +2,21 @@ OC.L10N.register( "oauth2", { "OAuth 2.0 clients" : "Client OAuth 2.0", + "OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 consente a servizi esterni di richiedere accesso a {instanceName}.", "Name" : "Nome", + "_headerName_::_col_" : ["headerName","col"], "Redirection URI" : "URI di redirezione", + "_headerRedirectUri_::_col_" : ["headerRedirectUri","col"], "Client Identifier" : "Identificatore client", + "_headerClientIdentifier_::_col_" : ["headerClientIdentifier","col"], "Secret" : "Segreto", + "_headerSecret_::_col_" : ["headerSecret","col"], "Add client" : "Aggiungi client", "Add" : "Aggiungi", + "_button_::_submit_" : ["button","submit"], + "_section_::_oauth2_" : ["section","oauth2"], + "Show client secret" : "Mostra segreto del client", + "Delete" : "Elimina", "OAuth 2.0" : "OAuth 2.0", "Allows OAuth2 compatible authentication from other web applications." : "Consente l'autenticazione compatibile con OAuth2 da altre applicazioni web.", "The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "L'applicazione OAuth2 consente agli amministratori di configurare la procedura di autenticazione per consentire anche l'autenticazione compatibile con OAuth2 da altre applicazioni web.", |