Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-06-27 13:06:12 +0300
committerNextcloud bot <bot@nextcloud.com>2018-06-27 13:06:12 +0300
commit46b62ff579035818fe01a136157c533d69efd0b1 (patch)
treeeea53e026efe0e4919641473a193476edf5fa38f /apps/oauth2/l10n/it.js
parent81ad19b4e235f4ee12b10ec2a6f0c434f8b861fb (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n/it.js')
-rw-r--r--apps/oauth2/l10n/it.js24
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);");