diff options
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r-- | core/l10n/it.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js index c9283a339a5..c0e58b59f5f 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -119,7 +119,6 @@ OC.L10N.register( "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configurazione di sola lettura è stata abilitata. Ciò impedisce l'impostazione di alcune configurazioni tramite l'interfaccia web. Inoltre, i file devono essere resi scrivibili manualmente per ogni aggiornamento.", "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Il tuo database non è in esecuzione con il livello di isolamento delle transazioni \"READ COMMITTED\". Ciò può causare problemi quando diverse azioni sono eseguite in parallelo.", "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.", - "{name} below version {version} is installed, for stability and performance reasons it is recommended to update to a newer {name} version." : "La versione di {name} installata è anteriore alla {version}, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di {name} più recente.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione ↗</a> per ulteriori informazioni.", "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Se la tua installazione non si trova nella radice del dominio e utilizza il cron di sistema, potrebbero esserci problemi con la generazione degli URL. Per evitare questi problemi, imposta l'opzione \"overwrite.cli.url\" nel file config.php al percorso della radice del sito della tua installazione (suggerimento: \"{suggestedOverwriteCliURL}\")", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Non è stato possibile eseguire il job di cron tramite CLI. Sono apparsi i seguenti errori tecnici:", @@ -403,6 +402,7 @@ OC.L10N.register( "%s will be updated to version %s" : "%s sarà aggiornato alla versione %s", "This page will refresh itself when the %s instance is available again." : "Questa pagina si aggiornerà quando l'istanza di %s sarà nuovamente disponibile.", "Thank you for your patience." : "Grazie per la pazienza.", + "{name} below version {version} is installed, for stability and performance reasons it is recommended to update to a newer {name} version." : "La versione di {name} installata è anteriore alla {version}, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di {name} più recente.", "Copy URL" : "Copia URL", "Enable" : "Abilita", "{sharee} (conversation)" : "{sharee} (conversation)", |