diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-28 11:14:08 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-28 11:14:08 +0000 |
commit | db50e11edf608b6225e253610f7435089824a2c2 (patch) | |
tree | dff69086a5264a8c48cfa7599df363e2c892b693 /settings/l10n/it.js | |
parent | e2047009d118adbfeba6c16547d7965b10b92894 (diff) | |
download | nextcloud-server-db50e11edf608b6225e253610f7435089824a2c2.tar.gz nextcloud-server-db50e11edf608b6225e253610f7435089824a2c2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings/l10n/it.js')
-rw-r--r-- | settings/l10n/it.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings/l10n/it.js b/settings/l10n/it.js index cb67859eb19..7cb62ee9b92 100644 --- a/settings/l10n/it.js +++ b/settings/l10n/it.js @@ -62,9 +62,6 @@ OC.L10N.register( "Not saved" : "Non salvato", "Sending…" : "Invio in corso...", "Email sent" : "Email inviata", - "Allow filesystem access" : "Consenti accesso al filesystem", - "Disconnect" : "Disconnetti", - "Revoke" : "Revoca", "Internet Explorer" : "Internet Explorer", "Edge" : "Edge", "Firefox" : "Firefox", @@ -129,6 +126,7 @@ OC.L10N.register( "Disable user" : "Disabilita utente", "Enable user" : "Abilita utente", "Resend welcome email" : "Invia nuovamente email di benvenuto", + "{size} used" : "{size} utilizzati", "Welcome mail sent!" : "Email di benvenuto inviata!", "Display name" : "Nome visualizzato", "Email" : "Posta elettronica", @@ -341,6 +339,9 @@ OC.L10N.register( "Approved" : "Approvata", "Experimental" : "Sperimentale", "No apps found for {query}" : "Nessuna applicazione trovata per {query}", + "Allow filesystem access" : "Consenti accesso al filesystem", + "Disconnect" : "Disconnetti", + "Revoke" : "Revoca", "Unable to delete {objName}" : "Impossibile eliminare {objName}", "Error creating group: {message}" : "Errore durante la creazione del gruppo: {message}", "A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo", @@ -451,7 +452,6 @@ OC.L10N.register( "Updating …" : "Aggiornamento in corso...", "Could not update app" : "Impossibile aggiornare l'applicazione", "Could not remove app" : "Impossibile rimuovere l'applicazione", - "{size} used" : "{size} utilizzati", "It's important for the security and performance of your instance that everything is configured correctly. To help you with that we are doing some automatic checks. Please see the Tips & Tricks section and the documentation for more information." : "È importante per la sicurezza e le prestazioni della tua istanza che tutto sia configurato correttamente. Per aiutarti in questo senso, stiamo eseguendo qualche controllo automatico. Vedi la sezione Suggerimenti e trucchi e la documentazione per ulteriori informazioni.", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP non sembra essere configurato correttamente per interrogare le variabili d'ambiente di sistema. Il test con getenv(\"PATH\") restituisce solo una risposta vuota.", "Please check the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">installation documentation ↗</a> for PHP configuration notes and the PHP configuration of your server, especially when using php-fpm." : "Controlla la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"%s\">documentazione di installazione ↗</a> per le note di configurazione di PHP e la configurazione PHP del tuo server, in particolare quando utilizzi php-fpm.", |