diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-12-05 02:30:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-12-05 02:30:14 +0000 |
commit | f210a6a0e5852175dac0cebc24495355529bdb65 (patch) | |
tree | afb38e013763a9ff68d44dca8838d98d9fab60ff /lib/l10n/it.js | |
parent | 6804ba0143bcf6d08ea33cb37c977bb1dc74b8dd (diff) | |
download | nextcloud-server-f210a6a0e5852175dac0cebc24495355529bdb65.tar.gz nextcloud-server-f210a6a0e5852175dac0cebc24495355529bdb65.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/it.js')
-rw-r--r-- | lib/l10n/it.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index f87b0a8e05a..256b824f7c3 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -217,7 +217,6 @@ 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", @@ -262,6 +261,7 @@ OC.L10N.register( "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", - "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." + "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\"" }, "nplurals=2; plural=(n != 1);"); |