diff options
Diffstat (limited to 'apps/files_external/l10n/it.php')
-rw-r--r-- | apps/files_external/l10n/it.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/apps/files_external/l10n/it.php b/apps/files_external/l10n/it.php index f3a6f9af129..8205617e96c 100644 --- a/apps/files_external/l10n/it.php +++ b/apps/files_external/l10n/it.php @@ -1,5 +1,25 @@ <?php $TRANSLATIONS = array( +"Local" => "Locale", +"Location" => "Posizione", +"Key" => "Chiave", +"Secret" => "Segreto", +"Access Key" => "Chiave di accesso", +"Secret Key" => "Chiave segreta", +"Hostname (optional)" => "Nome host (opzionale)", +"Port (optional)" => "Porta (opzionale)", +"Region (optional)" => "Regione (opzionale)", +"Enable SSL" => "Abilita SSL", +"Enable Path Style" => "Abilita stile percorsi", +"App key" => "Chiave applicazione", +"App secret" => "Segreto applicazione", +"URL" => "URL", +"Username" => "Nome utente", +"Password" => "Password", +"Root" => "Root", +"Username (required)" => "Nome utente (obbligatorio)", +"Timeout of HTTP requests in seconds (optional)" => "Tempo massimo in secondi delle richieste HTTP (opzionale)", +"Share" => "Condividi", "Access granted" => "Accesso consentito", "Error configuring Dropbox storage" => "Errore durante la configurazione dell'archivio Dropbox", "Grant access" => "Concedi l'accesso", |