diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_external/l10n/it.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_external/l10n/it.js')
-rw-r--r-- | apps/files_external/l10n/it.js | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/apps/files_external/l10n/it.js b/apps/files_external/l10n/it.js new file mode 100644 index 00000000000..5834ff25f0b --- /dev/null +++ b/apps/files_external/l10n/it.js @@ -0,0 +1,74 @@ +OC.L10N.register( + "files_external", + { + "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", + "External storage" : "Archiviazione esterna", + "Local" : "Locale", + "Location" : "Posizione", + "Amazon S3" : "Amazon S3", + "Key" : "Chiave", + "Secret" : "Segreto", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 e conformi", + "Access Key" : "Chiave di accesso", + "Secret Key" : "Chiave segreta", + "Hostname" : "Nome host", + "Port" : "Porta", + "Region" : "Regione", + "Enable SSL" : "Abilita SSL", + "Enable Path Style" : "Abilita stile percorsi", + "App key" : "Chiave applicazione", + "App secret" : "Segreto applicazione", + "Host" : "Host", + "Username" : "Nome utente", + "Password" : "Password", + "Root" : "Radice", + "Secure ftps://" : "Sicuro ftps://", + "Client ID" : "ID client", + "Client secret" : "Segreto del client", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Regione (facoltativa per OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Chiave API (richiesta per Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nome tenant (richiesto per OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Password (richiesta per OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nome servizio (richiesta per OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL del servizio di identità (richiesto per OpenStack Object Storage)", + "Timeout of HTTP requests in seconds" : "Tempo massimo in secondi delle richieste HTTP", + "Share" : "Condividi", + "SMB / CIFS using OC login" : "SMB / CIFS utilizzando le credenziali di OC", + "Username as share" : "Nome utente come condivisione", + "URL" : "URL", + "Secure https://" : "Sicuro https://", + "Remote subfolder" : "Sottocartella remota", + "Access granted" : "Accesso consentito", + "Error configuring Dropbox storage" : "Errore durante la configurazione dell'archivio Dropbox", + "Grant access" : "Concedi l'accesso", + "Error configuring Google Drive storage" : "Errore durante la configurazione dell'archivio Google Drive", + "Personal" : "Personale", + "System" : "Sistema", + "All users. Type to select user or group." : "Tutti gli utenti. Digita per selezionare utente o gruppo.", + "(group)" : "(gruppo)", + "Saved" : "Salvato", + "<b>Note:</b> " : "<b>Nota:</b>", + " and " : "e", + "<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.", + "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" non è installato. Impossibile montare %s. Chiedi al tuo amministratore di sistema di installarlo.", + "You don't have any external storages" : "Non è disponibile alcuna archiviazione esterna", + "Name" : "Nome", + "Storage type" : "Tipo di archiviazione", + "Scope" : "Ambito", + "External Storage" : "Archiviazione esterna", + "Folder name" : "Nome della cartella", + "Configuration" : "Configurazione", + "Available for" : "Disponibile per", + "Add storage" : "Aggiungi archiviazione", + "Delete" : "Elimina", + "Enable User External Storage" : "Abilita la memoria esterna dell'utente", + "Allow users to mount the following external storage" : "Consenti agli utenti di montare la seguente memoria esterna" +}, +"nplurals=2; plural=(n != 1);"); |