diff options
Diffstat (limited to 'apps/oauth2/l10n/it.js')
-rw-r--r-- | apps/oauth2/l10n/it.js | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/apps/oauth2/l10n/it.js b/apps/oauth2/l10n/it.js index 7bcc7a08f6a..083837a1db1 100644 --- a/apps/oauth2/l10n/it.js +++ b/apps/oauth2/l10n/it.js @@ -1,25 +1,17 @@ OC.L10N.register( "oauth2", { + "Your redirect url needs to be a full url for example: https://yourdomain.com/path" : "Il tuo URL di redirezione deve essere un URL completo, ad esempio: https://tuodominio.com/percorso", + "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.", "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.", - "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s." + "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 consente a servizi esterni di richiedere accesso al tuo %s.", + "Redirection URI" : "URI di redirezione", + "Secret" : "Segreto", + "Add" : "Aggiungi" }, "nplurals=2; plural=(n != 1);"); |