diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-12-10 02:27:19 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-12-10 02:27:19 +0000 |
commit | a47da9722dfaec8d83e9c8543ed0c31138a909da (patch) | |
tree | 9a4a29b5f7af43dc12aa0f3c201282e456d9b333 | |
parent | c019e33b9990cac4b81a71589bda9f8670c198e3 (diff) | |
download | nextcloud-server-a47da9722dfaec8d83e9c8543ed0c31138a909da.tar.gz nextcloud-server-a47da9722dfaec8d83e9c8543ed0c31138a909da.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r-- | lib/l10n/it.js | 1 | ||||
-rw-r--r-- | lib/l10n/it.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index 256b824f7c3..5e701da39e9 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -217,6 +217,7 @@ OC.L10N.register( "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "O, se preferisci mantenere il file config.php in sola lettura, imposta l'opzione \"config_is_read_only\" a true. 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 App Store 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.", "Setting locale to %s failed" : "L'impostazione della localizzazione a %s non è riuscita", diff --git a/lib/l10n/it.json b/lib/l10n/it.json index fac607114da..724e57d00fa 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -215,6 +215,7 @@ "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "O, se preferisci mantenere il file config.php in sola lettura, imposta l'opzione \"config_is_read_only\" a true. 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 App Store 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.", "Setting locale to %s failed" : "L'impostazione della localizzazione a %s non è riuscita", |