diff options
Diffstat (limited to 'apps/files_external/l10n/it.php')
-rw-r--r-- | apps/files_external/l10n/it.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php index 7a3b8ff3bcd..41d650b337a 100644 --- a/apps/files_external/l10n/it.php +++ b/apps/files_external/l10n/it.php @@ -1,5 +1,7 @@ <?php $TRANSLATIONS = array( +"Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." => "Il recupero dei token di richiesta non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti.", +"Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." => "Il recupero dei token di accesso non è riuscito. Verifica che la chiave e il segreto dell'applicazione Dropbox siano corretti.", "Please provide a valid Dropbox app key and secret." => "Fornisci chiave di applicazione e segreto di Dropbox validi.", "Step 1 failed. Exception: %s" => "Fase 1 non riuscita. Eccezione: %s", "Step 2 failed. Exception: %s" => "Fase 2 non riuscita. Eccezione: %s", |