diff options
Diffstat (limited to 'apps/files_external/l10n/it.json')
-rw-r--r-- | apps/files_external/l10n/it.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/files_external/l10n/it.json b/apps/files_external/l10n/it.json index f59787e3cef..27e33f9adad 100644 --- a/apps/files_external/l10n/it.json +++ b/apps/files_external/l10n/it.json @@ -1,4 +1,7 @@ { "translations": { + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione siano corretti.", + "Please provide a valid app key and secret." : "Fornisci chiave e segreto dell'applicazione validi.", "Step 1 failed. Exception: %s" : "Fase 1 non riuscita. Eccezione: %s", "Step 2 failed. Exception: %s" : "Fase 2 non riuscita. Eccezione: %s", "External storage" : "Archiviazione esterna", @@ -20,12 +23,17 @@ "SFTP with secret key login" : "SFTP con accesso a chiave segreta", "Public key" : "Chiave pubblica", "Storage with id \"%i\" not found" : "Archiviazione con ID \"%i\" non trovata", + "Invalid backend or authentication mechanism class" : "Motore o classe del meccanismo di autenticazione non valido", "Invalid mount point" : "Punto di mount non valido", "Invalid storage backend \"%s\"" : "Motore di archiviazione \"%s\" non valido", + "Unsatisfied backend parameters" : "Parametri del motore non soddisfatti", + "Unsatisfied authentication mechanism parameters" : "Parametri del meccanismo di autenticazione non soddisfatti", "Personal" : "Personale", "System" : "Sistema", "Grant access" : "Concedi l'accesso", "Access granted" : "Accesso consentito", + "Error configuring OAuth1" : "Errore di configurazione OAuth1", + "Error configuring OAuth2" : "Errore di configurazione OAuth2", "Enable encryption" : "Abilita cifratura", "Enable previews" : "Abilita le anteprime", "Check for changes" : "Controlla le modifiche", @@ -37,12 +45,19 @@ "Saved" : "Salvato", "Generate keys" : "Genera la chiavi", "Error generating key pair" : "Errore durante la generazione della coppia di chiavi", + "Access key" : "Chiave di accesso", + "Secret key" : "Chiave segreta", + "Builtin" : "Integrata", "None" : "Nessuno", + "OAuth1" : "OAuth1", "App key" : "Chiave applicazione", "App secret" : "Segreto applicazione", + "OAuth2" : "OAuth2", "Client ID" : "ID client", "Client secret" : "Segreto del client", + "Username and password" : "Nome utente e password", "Password" : "Password", + "Session credentials" : "Credenziali di sessione", "Amazon S3" : "Amazon S3", "Hostname" : "Nome host", "Port" : "Porta", @@ -53,11 +68,15 @@ "URL" : "URL", "Secure https://" : "Sicuro https://", "Dropbox" : "Dropbox", + "FTP" : "FTP", "Secure ftps://" : "Sicuro ftps://", + "Google Drive" : "Google Drive", "Local" : "Locale", "Location" : "Posizione", "ownCloud" : "ownCloud", + "SFTP" : "SFTP", "Root" : "Radice", + "SMB / CIFS" : "SMB / CIFS", "<b>Note:</b> " : "<b>Nota:</b>", "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> il supporto a cURL di PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> il supporto a FTP in PHP non è abilitato o installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", @@ -69,6 +88,7 @@ "Scope" : "Ambito", "External Storage" : "Archiviazione esterna", "Folder name" : "Nome della cartella", + "Authentication" : "Autenticazione", "Configuration" : "Configurazione", "Available for" : "Disponibile per", "Advanced settings" : "Impostazioni avanzate", |