Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/it.js')
-rw-r--r--core/l10n/it.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/l10n/it.js b/core/l10n/it.js
index 0a6755facb2..c235034375f 100644
--- a/core/l10n/it.js
+++ b/core/l10n/it.js
@@ -44,14 +44,10 @@ OC.L10N.register(
"Maintenance mode is kept active" : "La modalità di manutenzione è lasciata attiva",
"Updating database schema" : "Aggiornamento schema database",
"Updated database" : "Database aggiornato",
- "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
- "Checked database schema update" : "L'aggiornamento dello schema del database è stato verificato",
- "Checking updates of apps" : "Controllo degli aggiornamenti delle applicazioni",
"Checking for update of app \"%s\" in appstore" : "Controllo degli aggiornamenti dell'applicazione \"%s\" nel negozio delle applicazioni",
"Update app \"%s\" from appstore" : "Aggiorna l'applicazione \"%s\" dal negozio di applicazioni",
"Checked for update of app \"%s\" in appstore" : "Verificati aggiornamento dell'applicazione \"%s\" nel negozio delle applicazioni",
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database di %s possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
- "Checked database schema update for apps" : "L'aggiornamento dello schema del database per le applicazioni è stato verificato",
"Updated \"%1$s\" to %2$s" : "Aggiornato \"%1$s\" a %2$s",
"Set log level to debug" : "Imposta il livello del log per il debug",
"Reset log level" : "Ripristina il livello del log",
@@ -344,6 +340,10 @@ OC.L10N.register(
"This %s instance is currently in maintenance mode, which may take a while." : "Questa istanza di %s è attualmente in manutenzione, potrebbe richiedere del tempo.",
"This page will refresh itself when the instance is available again." : "Questa pagina si aggiornerà quando l'istanza sarà nuovamente disponibile.",
"Contact your system administrator if this message persists or appeared unexpectedly." : "Contatta il tuo amministratore di sistema se questo messaggio persiste o appare inaspettatamente.",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Controllo che lo schema del database possa essere aggiornato (ciò potrebbe richiedere molto tempo in base alla dimensione del database)",
+ "Checked database schema update" : "L'aggiornamento dello schema del database è stato verificato",
+ "Checking updates of apps" : "Controllo degli aggiornamenti delle applicazioni",
+ "Checked database schema update for apps" : "L'aggiornamento dello schema del database per le applicazioni è stato verificato",
"Following apps have been disabled: %s" : "Le seguenti applicazioni sono state disabilitate: %s",
"Your web server is not properly set up to resolve \"{url}\". Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "Il tuo server web non è configurato correttamente per risolvere \"{url}\". Ulteriori informazioni sono disponibili nella <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentazione</a>.",
"Your web server is not properly set up to resolve \"{url}\". This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in \".htaccess\" for Apache or the provided one in the documentation for Nginx at it's <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation page</a>. On Nginx those are typically the lines starting with \"location ~\" that need an update." : "Il tuo server non è configurato correttamente per risolvere \"{url}\". Ciò è probabilmente legato a una configurazione del server che non è stata aggiornata per fornire direttamente questa cartella. Confronta la tua configurazione con le regole di rewrite fornite in \".htaccess\" per Apache o quella fornita nella documentazione di Nginx alla sua <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">pagina</a>. Su Nginx di solito sono le righe che iniziano con \"location ~\" quelle da aggiornare.",