diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-05-02 13:12:35 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-05-02 13:12:35 +0000 |
commit | 3197ae83a4e85b1d26c8df7e5af04d50e89bd539 (patch) | |
tree | 52d187eb13b2eb13fc4694e8f024b79464f3b65c /lib/l10n/it.js | |
parent | 83eb175682976dbcd9038a189a8ac74f4effd044 (diff) | |
download | nextcloud-server-3197ae83a4e85b1d26c8df7e5af04d50e89bd539.tar.gz nextcloud-server-3197ae83a4e85b1d26c8df7e5af04d50e89bd539.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 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/l10n/it.js b/lib/l10n/it.js index ec7b159ad94..2b3f83e215c 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -254,19 +254,11 @@ OC.L10N.register( "Storage connection error. %s" : "Errore di connessione all'archiviazione. %s", "Storage is temporarily not available" : "L'archiviazione è temporaneamente non disponibile", "Storage connection timeout. %s" : "Timeout di connessione all'archiviazione. %s", - "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\"", - "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "O, se preferisci mantenere il file config.php in sola lettura, imposta l'opzione \"config_is_read_only\" a true.", "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\".", - "Can't create or write into the data directory %s" : "Impossibile creare o scrivere nella cartella dei dati %s", - "Can’t increase permissions of %s" : "Impossibile aumentare i permessi di %s", - "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", "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.", + "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.", @@ -279,7 +271,6 @@ OC.L10N.register( "Your data directory is readable by other users" : "La cartella dei dati è leggibile dagli altri utenti", "Your data directory must be an absolute path" : "La cartella dei dati deve essere un percorso assoluto", "Check the value of \"datadirectory\" in your configuration" : "Controlla il valore di \"datadirectory\" nella tua configurazione", - "Your data directory is invalid" : "La cartella dei dati non è valida", - "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." + "Your data directory is invalid" : "La cartella dei dati non è valida" }, "nplurals=2; plural=(n != 1);"); |