diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-09-01 00:09:24 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-09-01 00:09:24 +0000 |
commit | 4a5cd74fb29b19c975f893e0289b1b34bf5e8a62 (patch) | |
tree | f97e26c7fea82aa297b82c0dc6dcc4cb1c18c0b1 /lib/l10n/it.js | |
parent | 73ff24895e3ffc275437f1325a6275c9d389e2c6 (diff) | |
download | nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.tar.gz nextcloud-server-4a5cd74fb29b19c975f893e0289b1b34bf5e8a62.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r-- | lib/l10n/it.js | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index c153483e757..5cdbec91dc4 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -3,7 +3,7 @@ OC.L10N.register( { "Cannot write into \"config\" directory!" : "Impossibile scrivere nella cartella \"config\".", "This can usually be fixed by giving the webserver write access to the config directory" : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"config\"", - "See %s" : "Vedere %s", + "See %s" : "Vedi %s", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Ciò può essere normalmente corretto %sfornendo al server web accesso in scrittura alla cartella \"config\"%s", "Sample configuration detected" : "Configurazione di esempio rilevata", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "È stato rilevato che la configurazione di esempio è stata copiata. Ciò può compromettere la tua installazione e non è supportato. Leggi la documentazione prima di modificare il file config.php", @@ -52,6 +52,14 @@ OC.L10N.register( "App can't be installed because it is not compatible with this version of the server" : "L'applicazione non può essere installata perché non è compatibile con questa versione del server", "App can't be installed because it contains the <shipped>true</shipped> tag which is not allowed for non shipped apps" : "L'applicazione non può essere installata poiché contiene l'etichetta <shipped>true<shipped> che è consentita per le applicazioni native", "App can't be installed because the version in info.xml is not the same as the version reported from the app store" : "L'applicazione non può essere installata poiché la versione nel file info.xml non è la stessa riportata dall'app store", + "APCu" : "APCu", + "Redis" : "Redis", + "Server settings" : "Impostazioni server", + "Sharing" : "Condivisione", + "Encryption" : "Cifratura", + "Logging" : "Accesso", + "Additional settings" : "Impostazioni aggiuntive", + "Tips & tricks" : "Suggerimenti e trucchi", "%s enter the database username and name." : "%s digita il nome utente e il nome del database.", "%s enter the database username." : "%s digita il nome utente del database.", "%s enter the database name." : "%s digita il nome del database.", @@ -171,6 +179,11 @@ OC.L10N.register( "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", "ownCloud %s or higher is required." : "È richiesta la versione %s o successiva di ownCloud.", "ownCloud %s or lower is required." : "È richiesta la versione %s o precedente di ownCloud.", + "App \"%s\" cannot be installed because it is not compatible with this version of Nextcloud." : "L'applicazione \"%s\" non può essere installata perché non è compatibile con questa versione di Nextcloud.", + "App can't be installed because it is not compatible with this version of Nextcloud" : "L'applicazione non può essere installata perché non è compatibile con questa versione di Nextcloud", + "App can't be installed because the version in info.xml/version is not the same as the version reported from the app store" : "L'applicazione non può essere installata poiché la versione nel file info.xml/version non è la stessa riportata dall'app store", + "Hint: You can speed up the upgrade by executing this SQL command manually: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;" : "Suggerimento: puoi eseguire più velocemente l'aggiornamento eseguendo questa istruziine SQL: ALTER TABLE %s ADD COLUMN checksum varchar(255) DEFAULT NULL AFTER permissions;", + "Running Nextcloud Server on the Microsoft Windows platform is not supported. We suggest you use a Linux server in a virtual machine if you have no option for migrating the server itself. Find Linux packages as well as easy to deploy virtual machine images on <a href=\"%s\">%s</a>. For migrating existing installations to Linux you can find some tips and a migration script in <a href=\"%s\">our documentation</a>." : "L'esecuzione del server Nextcloud sulla piattaforma Microsoft Windows non è supportato. Ti consigliamo di utilizzare un server Linux in una macchina virtuale se non hai la possibilità di migrare il server. Trovare i pacchetti per Linux è facile quanto attivare immagini di macchine virtuali su <a href=\"%s\">%s</a>. Per migrare installazioni esistenti su Linux, puoi trovare alcuni consigli e uno script di migrazione nella <a href=\"%s\">nostra documentazione</a>.", "This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." : "Ciò può essere normalmente corretto <a href=\"%s\" target=\"_blank\">fornendo al server web accesso in scrittura alla cartella radice</a>." }, "nplurals=2; plural=(n != 1);"); |