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 'lib/l10n/it.js')
-rw-r--r--lib/l10n/it.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js
index 9bf1e324133..fc4a976df3a 100644
--- a/lib/l10n/it.js
+++ b/lib/l10n/it.js
@@ -195,7 +195,6 @@ 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. See %s" : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella di configurazione. Vedi %s",
"Cannot write into \"apps\" directory" : "Impossibile scrivere nella cartella \"apps\"",
- "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Questo può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"apps\" o disabilitando il negozio delle applicazioni nel file di configurazione.",
"Cannot create \"data\" directory" : "Impossibile creare la cartella \"data\"",
"This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Ciò può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella radice. Vedi %s",
"Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "I permessi possono essere normalmente corretti fornendo al server web accesso in scrittura alla cartella radice. Vedi %s.",
@@ -240,6 +239,7 @@ OC.L10N.register(
"Files can’t be shared with delete permissions" : "I file non possono essere condivisi con permessi di eliminazione",
"Files can’t be shared with create permissions" : "I file non possono essere condivisi con permessi di creazione",
"Can’t set expiration date more than %s days in the future" : "Impossibile impostare la data di scadenza a più di %s giorni nel futuro",
- "Can't read file" : "Impossibile leggere il file"
+ "Can't read file" : "Impossibile leggere il file",
+ "This can usually be fixed by giving the webserver write access to the apps directory or disabling the appstore in the config file." : "Questo può essere normalmente corretto fornendo al server web accesso in scrittura alla cartella \"apps\" o disabilitando il negozio delle applicazioni nel file di configurazione."
},
"nplurals=2; plural=(n != 1);");